I decided to do a clean start and install web2py 1.74.8 from scratch
using the following procedure:
- First I downloaded, unzipped, and copied web2py_win 1.74.8 to my c:
drive
- Then I downloaded, unzipped, and copied web2py_src1.74.8 to the c:
drive, overwriting whatever common files and folders existed
- Then I copied my old routes file and web2py.bat file into the c:/
web2py folder in order to launch a console-less run of web2py. On my
server, I have a service that calls this web2py.bat file, so I need to
be compatible with that.

Upon startup, I get the following error and then web2py quits:

C:\web2py>web2py.bat

C:\web2py>"c:/Program Files/Python25/python.exe" web2py.py -a
mypassword -i 127.0.0.1
-p 8000
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.8 (2010-01-24 16:46:23)
Database drivers available: SQLite3, MySQL
Starting cron...
please visit:
        http://127.0.0.1:8000
use "kill -SIGTERM 5684" to shutdown the web2py server
Traceback (most recent call last):
  File "web2py.py", line 20, in <module>
    gluon.widget.start(cron=True)
  File "C:\web2py\gluon\widget.py", line 857, in start
    path=options.folder)
  File "C:\web2py\gluon\main.py", line 698, in __init__
    self.server = wsgiserver.CherryPyWSGIServer(
NameError: global name 'wsgiserver' is not defined


Obviously, the problem seems to be with the wsgiserver. Never dealt
with it before. I don't know if it's relevant, but I've got Apache
running. What's next?

-- 
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.

Reply via email to