If you use the binary distribution you do not need "python" and you should call web2py with:
> web2py.exe -S myApp - M -R applications/myApp/scripts/myAppScript.py but since you have python installed, you should follow Anthony's advice and run web2py form source. On Tuesday, 23 July 2013 16:58:46 UTC-5, Zeke Schmois wrote: > > I'm sure I'm missing something very fundamental here but whenever I try to > run my script on the windows command line I get > > >python web2py.exe -S myApp - M -R > applications/myApp/scripts/myAppScript.py > File "web2py.exe", line 1 > SyntaxError: Non-ASCII character '\x90' in file web2py.exe on line 1, but > no enc > oding declared; see http://www.python.org/peps/pep-0263.html for details > > If I use web2py.py it breaks because there's no such file in my web2py > folder. > > I'm out of ideas as how to execute it, any pointers? > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

