On 4 December 2012 03:24, Michael Feingold <[email protected]>wrote:
> When I type: > python web2py.py -S welcome > > It just says: > python: can't open file 'web2py.py': [Errno 2] No such file or directory > > I have python 2.7.3 and I have web2py 1.99.7. > Where is the file web2py.py located? I was in the web2py directory as > well. Thank you > > > On which system do you work? In Linux or OS X you can do the following in a terminal to find out where you are and where the file is you are looking for: pwd - tells you your present working directory locate web2py.py - will tell you where web2py.py is. Regards Johann -- Because experiencing your loyal love is better than life itself, my lips will praise you. (Psalm 63:3) --

