Changes between Version 103 and Version 104 of DeveloperGuidelines/Tips
- Timestamp:
- 07/21/10 09:20:09 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Tips
v103 v104 3 3 ---- 4 4 ==== Python debugging ==== 5 * WSGI likes print statements to go to {{{sys.stderr}}} not {{{sys.stdout}}}: http://code.google.com/p/modwsgi/wiki/DebuggingTechniques 5 6 * use Web2Py shell: http://www.vimeo.com/879939 6 7 * use [http://ipython.scipy.org/moin/ IPython] for interactive exploration (on Windows, install [http://ipython.scipy.org/moin/PyReadline/Intro PyReadline])