Steven Pang wrote:
Hi,
I am trying out wx.lib.plot on Win98, Python 233. Here are some glitches:
1) The title of SaveFile()'s file dialog should not show ".gif".
Since it doesn't already I assume that you mean that it should. Unfortunatly it can't because the GIF ImageHandler doesn't implement the save functionality.
2) Error saving in .xbm: No image handler for type 7 defined.
Does your app call wx.InitAllImageHandlers?
BTW, the latest versions of py2exe and cx_freeze does not work
for my script now.
more details please.
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!