Hello all, Since there is no way for me to create a wiki page, I post the wiki content here in the hope that it will be useful to others.
============== && ================ *Running web2py from source on windows Vista* ---------------------------------- Note: this applies to version 1.74.6. - Download python 2.5 (may or may not run in other python versions. it didn't for me with python 2.6) - Make sure python 2.5 is in your path. When running, you may encounter the following error (I did): *P:\web2py\web2py_win\web2py>python25 web2py.py* *WARNING:root:no file locking WARNING:root:unable to import wsgiserver* web2py Enterprise Web Framework Created by Massimo Di Pierro, Copyright 2007-2010 Version 1.74.6 (2010-01-13 11:12:48) Database drivers available: SQLite3 Starting cron... And it will complain about missing wsgiserver. To fix this: - Install "Python for windows extensions<http://sourceforge.net/projects/pywin32/>" for python 2.5 You should now be able to run from source by typing*: python25 web2py.py *at the command prompt. ============== && ================ Again, I can't stress enough the fact that wiki should be openly editable. Also, a troubleshooting session with at least these 2 common errors should be there: WARNING:root:no file locking WARNING:root:unable to import wsgiserver I tried to create but there is no way. Best regards, Tiago -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

