[wxPython-users] Recommendations for IDE

Stani's Python Editor spe.stani.be at gmail.com
Wed Jul 25 06:25:57 PDT 2007


Walter E. Gough schreef:
> SPE is very interesting with its support for Blender, but many of the
> programs I write are multithreaded. It's been a while since I tried SPE, so
> maybe it can handle it?
The WinPdb debugger that ships with SPE, handles multi-threaded
debugging very well. I am now even using it for debugging a proxy
server. Moreover it has even some nice capacities for remote debugging.
The only limitation is that you can't turn on psyco while debugging, but
that is true for every python debugger. You can also get WinPdb as a
stand alone program from http://www.digitalpeers.com/pythondebugger/
> 
> I keep thinking about starting a project to build a GUI designer for
> wxPython - something so easy to use it might remind you of VB. But as soon
> as "VB" crosses my mind, I become ill and start thinking of all the reasons
> I like Python. (I'm not trying to pick a fight ... you are more than
> welcome
> to VB if that is what you like; I think I might have a copy somewhere you
> can have. Come to think of it I gave that CD to my little girl when she was
> teething, I knew that CD would be useful someday.)
Just use XRCed or wxGlade, which both ship with SPE. Otherwise use Boa
or Dabo as they have their own GUI designers.

Stani
--
http://pythonide.stani.be




More information about the wxpython-users mailing list