RE: [SciPy-user] tutorial problems
I have had the same problem with tkplt in WinXP and Win2000. I can get chaco to work if I use PyCrust, and it works very well if I use it interactively, but I've not been able to get it to work reliably in module form. I can usually correct the problem with chaco but with tkplt, I've not been successful. The next time I work with either, I'll post the error messages. I figured that I was the only one not able to get it workly properly! bill -----Original Message----- From: Gary Pajer [mailto:pajer@iname.com] Sent: Sat 8/30/2003 4:38 PM To: scipy-user@scipy.net Cc: Subject: Re: [SciPy-user] tutorial problems It's a problem with something. It's been brought up here before, but it hasn't generated any response. Since things work fine using PyShell, perhaps it's a low priority issue. Another thing that doesn't work right is chaco.tkplt. It fails the same way on both of my systems: WinXP and WinNT I have to take the attitude that since I can't code C, I can't complain. Someday I'm sure all will be fixed.
HI, I'm new to scipy and seem to have run into a problem with the plotting tutorial available from the scipy site. When I follow the directions for gplt, every thing seems to work ok, but as I get to the plt module, python crashes. Using a wx based shell like pyshell works great every time. When I'm using the dos shell or pythonwin it seem to crash at the line plt.plot ((1,2,3)).
import gui_thread from scipy import plt plt.plot((1,2,3))
Crash as soon as plt.plot((1,2,3)) is passed to the interpiter. Could this be a problem with the gui_thread or something else?
Can anyone help with this?
Thanks
_______________________________________________ SciPy-user mailing list SciPy-user@scipy.net http://www.scipy.net/mailman/listinfo/scipy-user <http://www.scipy.net/mailman/listinfo/scipy-user>
_______________________________________________ SciPy-user mailing list SciPy-user@scipy.net http://www.scipy.net/mailman/listinfo/scipy-user <http://www.scipy.net/mailman/listinfo/scipy-user>
participants (1)
-
William Griffin