The problem I think is that in widget.py this is in an exception block: from winservice import web2py_windows_service_handler
but winservice.py there has been a name change you have this now: def register_service_handler( instead of the old: def web2py_windows_service_handler( On Tuesday, 11 December 2012 13:52:37 UTC+11, Tim Richardson wrote: > > It's an ActiveState python installation which includes these extensions. > > On the same machine, I don't get the error with a 2.2.1 source download, > the service installs fine. > > > > On Tuesday, 11 December 2012 11:34:15 UTC+11, Massimo Di Pierro wrote: >> >> You need Mark Hammond win 32 extensions. >> >> On Monday, 10 December 2012 17:59:39 UTC-6, Tim Richardson wrote: >>> >>> I get an error under windows 7 >>> >>> python web2py.py -W install >>> >>> web2py Web Framework >>> Created by Massimo Di Pierro, Copyright >>> Version 2.3.0 (2012-12-09 14:28:45) rc1 >>> Database drivers available: SQLite(sqlit >>> IMAP(imaplib) >>> Error: Missing python module winservice >>> >>> I moved web2py the top of my home directory (/users/tim) >>> web2py itself launches (ie python web2py works) >>> >>> --

