0
votes
Nice IDE for wxPython or Tkinter GUI Development
Try VisualWx. I think the GUI designer is very good; however the IDE is fairly rudimentary (no code completion, debugging, etc.). My wor …
0
votes
Problem deploying Python program (packaged with py2exe)
You need to include msvcr90.dll, Microsoft.VC90.CRT.manifest, and python.exe.manifest (renamed to [yourappname].exe.manifest) in your install directory. These files will be in the Python26 director …
