Re: [web2py] How to start server from within a python file ?

2010-08-23 Thread Stef Mientki
thanks Mic, but that's not the problem ( I changed them in single forward slashes), the problem is the file structure of web2py, I'm definitely missing something there. cheers, Stef On 23-08-2010 21:46, Michele Comitini wrote: > Hi Stef, > you are using device names and backslashes (they are no

Re: [web2py] How to start server from within a python file ?

2010-08-23 Thread Michele Comitini
Hi Stef, you are using device names and backslashes (they are not understood by unix the same way windows does), could be that? http://en.wikipedia.org/wiki/Filename mic > and gives the following error message: > Traceback (most recent call last): > File "D:\Data_Python_25\support\test.py", line

Re: [web2py] How to start server from within a python file ?

2010-08-23 Thread Stef Mientki
that's great Jason, On 23-08-2010 05:22, Jason Brower wrote: > It's very nice to see you using linux. If you have any questions that > are linux related please tell me and I can try to help you. :D ok here is the first problem What's the way to start the web2py server from a python script ? th

Re: [web2py] How to start server from within a python file ?

2010-08-22 Thread Jason Brower
It's very nice to see you using linux. If you have any questions that are linux related please tell me and I can try to help you. :D BR, Jason Brower On Sun, 2010-08-22 at 22:03 +0200, Stef Mientki wrote: > hello, > > I just tried to run Web2Py_CC, (that's the best name I could think of for my

[web2py] How to start server from within a python file ?

2010-08-22 Thread Stef Mientki
hello, I just tried to run Web2Py_CC, (that's the best name I could think of for my editor ;-) on Ubuntu and Fedora, and most of the things works quit well. One of the problems I encounter is launching of the web2py server. Launching the server under windows works perfect through the web2py exe