On Saturday, January 22, 2011 5:45:13 PM UTC-5, JoeCodeswell wrote: > > Dear web2py users, > > I am trying to use the Wing IDE with web2py. I am following the > instructions at http://www.wingware.com/doc/howtos/web2py which say in > part: > -to debug web2py code, you need the web2py sources. Download and > unpack these... > -add the following path under Python Path: > /path/to/web2py/src/applications/news/models > > I downloaded the Windows Source Code Version 1.91.6 from > http://web2py.com/examples/default/download == web2py_src.zip > > There is no /src directory in the extracted web2py directory.
Instead of /src (which doesn't exist), it should probably say /gluon. Try that.

