imageguy wrote:
drPython is probably selecting a specific version of wxpython and py2exe doesn't like it or can't find it. Once you solve that, py2exe will work fine with wxpython.
Thanks, drPython was indeed making use of wxversion.select. What's strange is that it was selecting apparently correct version:
import wxversion wxversion.select('2.8') I put this in setup.py: import wxversion wxversion.select("2.8.9.1") import wx ..and it worked. Regards, mk -- http://mail.python.org/mailman/listinfo/python-list