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

Prabhu Ramachandran prabhu at aero.iitm.ernet.in
Thu Nov 7 12:03:21 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




More information about the SciPy-User mailing list