[web2py] Re: web2py on windows 7

2011-11-21 Thread stas z
On 21 nov, 07:45, Tom Campbell wrote: > I would avoid this by putting Python on the path, then web2py > somewhere outside of Program Files, which I would claim is bad form > anyway. Like a web2py directory off root, maybe? I can post a little > tutorial for a manual Windows install of web2py il

[web2py] Re: web2py on windows 7

2011-11-21 Thread stas zytkiewicz
Ok, I'll now follow the web2py book, something I should have done to start with :-/ I'm trying to install web2py as a windows 7 service and used an options.py file as described in the book. But it fails to install, it says (in dutch: Error installing service: Access denied. (5)) web2py>web2py.exe

[web2py] Re: web2py on windows 7

2011-11-20 Thread Tom Campbell
I would avoid this by putting Python on the path, then web2py somewhere outside of Program Files, which I would claim is bad form anyway. Like a web2py directory off root, maybe? I can post a little tutorial for a manual Windows install of web2py illustrating this if you like.