[IPython-user] Ipython autocompletion and enthought.mayavi
Gökhan SEVER
gokhansever@gmail....
Thu May 28 17:30:11 CDT 2009
Hey,
Same thing happens in my Fedora box:
Linux 2.6.27.19-170.2.35.fc10.i686.PAE
Python 2.5.2 (r252:60911, Sep 30 2008, 15:41:38)
IPython 0.10.bzr.r1173
In [3]: s.actor.actor.The program 'python' received an X Window System
error.
This probably reflects a bug in the program.
The error was 'BadAccess (attempt to access private resource denied)'.
(Details: serial 3710 error_code 10 request_code 143 minor_code 5)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Killed
Gökhan
On Thu, May 28, 2009 at 2:39 PM, Gael Varoquaux <
gael.varoquaux@normalesup.org> wrote:
> On Thu, May 28, 2009 at 03:27:57PM -0400, Angus McMorland wrote:
> > I had tried it briefly before, and now, encouraged further by the
> > suggestion, I have fulfilled any expectation that the word
> > 'vigorously' might conjure, with no success. Ctrl-D also does nothing,
> > but Ctrl-\ still works, first time, to kill the session.
>
> I can a bit more information:
>
> resting ~/Projects/scipy/conference $ ipython -pylab
> [21:37]
> from enPython 2.5.2 (r252:60911, Oct 5 2008, 19:24:49)
> Type "copyright", "credits" or "license" for more information.
>
> IPython 0.10.bzr.r1163 -- An enhanced Interactive Python.
> ? -> Introduction and overview of IPython's features.
> %quickref -> Quick reference.
> help -> Python's own help system.
> object? -> Details about 'object'. ?object also works, ?? prints more.
>
> Welcome to pylab, a matplotlib-based Python environment.
> For more information, type 'help(pylab)'.
>
> In [1]: from enthought.mayavi import mlab
> mla
> In [2]: s = mlab.test_surf()
>
> In [3]: s.actor.actor.<tab>
> The program 'python' received an X Window System error.
> This probably reflects a bug in the program.
> The error was 'BadAccess (attempt to access private resource denied)'.
> (Details: serial 6858 error_code 10 request_code 128 minor_code 5)
> (Note to programmers: normally, X errors are reported asynchronously;
> that is, you will receive the error a while after causing it.
> To debug your program, run it with the --sync command line
> option to change this behavior. You can then get a meaningful
> backtrace from your debugger if you break on the gdk_x_error()
> function.)
>
> Gaël
> _______________________________________________
> IPython-user mailing list
> IPython-user@scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/ipython-user/attachments/20090528/e2f5b31b/attachment.html
More information about the IPython-user
mailing list