From: John H. <jdh...@ac...> - 2004-08-09 18:39:00
|
>>>>> "Barry" == Barry Drake <bl...@ad...> writes: Barry> This means that it gets past the try-except in Barry> backend_wx.py, but can't find wxPySimpleApp. Are you using the standard python shell or an IDE like pycrust? If the latter, it may be overriding the sys,exit which is why you aren't seeing it. From your previous post, it looks like your wx installation is in bad shape. Until you can do 'from wxPython.wx import *' from the standard python shell, I wouldn't bother with trying to tweak matplotlib. I didn't see any error message like the one you were getting in the wxpython archives - you might try the wx mailing list. JDH |