Changes between Version 103 and Version 104 of DeveloperGuidelines/Tips


Ignore:
Timestamp:
07/21/10 09:20:09 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Tips

    v103 v104  
    33----
    44==== Python debugging ====
     5 * WSGI likes print statements to go to {{{sys.stderr}}} not {{{sys.stdout}}}: http://code.google.com/p/modwsgi/wiki/DebuggingTechniques
    56 * use Web2Py shell: http://www.vimeo.com/879939
    67 * use [http://ipython.scipy.org/moin/ IPython] for interactive exploration (on Windows, install [http://ipython.scipy.org/moin/PyReadline/Intro PyReadline])