[SciPy-user] Xlib: unexpected async reply (sequence 0x84)!

Nils Wagner wagner.nils at vdi.de
Thu Nov 7 17:42:35 EST 2002


-------------------
>>>>> "NW" == Nils Wagner <nwagner at mecha.uni-stuttgart.de> writes:

    NW> Hi, I try to visualize the results of odeint using import
    NW> gui_thread from scipy import plt plt.plot(t,l)

    NW> However, the program gets stuck with

Did you wait till you got the 

<Importing wxPython...  done.>
>>> 

after you typed import gui_thread?  If that message was not seen, then
you imported another module that had already imported wxPython.  This
will trigger the async errors.

cheers,
prabhu

Yes. I run python in interactive mode i.e. python -i 

Nils

_______________________________________________
SciPy-user mailing list
SciPy-user at scipy.net
http://www.scipy.net/mailman/listinfo/scipy-user





More information about the SciPy-User mailing list