I am developing for appengine python on windows 7. I am looking for a set up that will allow me to debug my python scripts. I would prefer a GUI based defugger as opposed to command line one. Something like eclipse provides.
+1
A:
Aptana is an Eclipse modification, you can use it for several languages.
Aptana ( http://www.aptana.com/products/studio2/download) + pydev (aptana/myaptana/plugins/Aptana Pydev/Get It).
And Netbeans is Able to debug python too... http://netbeans.org , but a little bit complicated to download the nbm...
Roki
2010-07-12 15:30:42
+1: I use Aptana and pydev on Windows 7 - it includes direct support for google app engine, and the debugging works well.
Saxon Druce
2010-07-13 00:32:44
+2
A:
If non-free (as beer) is a option, WingIDE is a very powerful Python IDE, especially It's new version 4 (still in beta) puts focus on Django Debug support.
It's a GUI based Debugger as you want, and has a how-to for "Using Wing IDE with the Google App Engine"
sunqiang
2010-07-12 15:54:52
I can't agree strongly enough with this option. I use Wing IDE for all ofb my AppEngine development, and it is easily the best money that i ever spent on a software tool. $35 for the personal version is a fantastic bargain.
Adam Crossland
2010-07-12 16:09:17