Re: DrPython and py2exe

2009-01-23 Thread mk
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 c

Re: DrPython and py2exe

2009-01-23 Thread imageguy
But the irritating thing is that DOS window stays open until > particular instance of DrPython isn't closed. This is a relatively simple fix I think. You can change the extension of the drPython.py to drpython.pyw and the python windows executable (pythonw.exe) will launch the program instead o