yes please
On May 12, 1:16 pm, Miguel Lopes <[email protected]> wrote: > On Tue, May 11, 2010 at 9:41 PM, mr.freeze <[email protected]> wrote: > > Do you have the win32 extension for Python installed? > >http://sourceforge.net/projects/pywin32/ > > > On May 11, 3:33 pm, Miguel Lopes <[email protected]> wrote: > > > On Tue, May 11, 2010 at 7:54 PM, mdipierro <[email protected]> > > wrote: > > > > This is concerns me more: > > > > > WARNING:root:WEB2PY CRON: Disabled because no file locking > > > > > what os are you using? > > > > Windows XP I can check the flavour and service pack tomorrow. > > I confirm that this error disapers when pywin32 extensions are installed. If > this is the case, then maybe pywin32 should be listed as a dependency. > > Unfortunately the SSL problems are an independent issue. Now I get: > > C:\Programas\web2py>C:\Python26\python web2py.py -L options > web2py Enterprise Web Framework > Created by Massimo Di Pierro, Copyright 2007-2010 > Version 1.77.3 (2010-04-20 02:48:54) > Database drivers available: SQLite3, PostgreSQL > Starting hardcron... > please visit: > http://Tecnicon-s3:8000<http://tecnicon-s3:8000/> > use "kill -SIGTERM 832" to shutdown the web2py server > ERROR:Rocket.Errors.ThreadPool:Traceback (most recent call last): > File "C:\Programas\web2py\gluon\rocket.py", line 300, in start > self._threadpool.queue.put((l.accept(), > File "C:\Python26\lib\ssl.py", line 326, in accept > suppress_ragged_eofs=self.suppress_ragged_eofs), > File "C:\Python26\lib\ssl.py", line 118, in __init__ > self.do_handshake() > File "C:\Python26\lib\ssl.py", line 293, in do_handshake > self._sslobj.do_handshake() > SSLError: [Errno 1] _ssl.c:480: error:1407609C:SSL > routines:SSL23_GET_CLIENT_HEL > LO:http request > ERROR:Rocket.Errors.ThreadPool:Traceback (most recent call last): > File "C:\Programas\web2py\gluon\rocket.py", line 300, in start > self._threadpool.queue.put((l.accept(), > File "C:\Python26\lib\ssl.py", line 326, in accept > suppress_ragged_eofs=self.suppress_ragged_eofs), > File "C:\Python26\lib\ssl.py", line 118, in __init__ > self.do_handshake() > File "C:\Python26\lib\ssl.py", line 293, in do_handshake > self._sslobj.do_handshake() > SSLError: [Errno 1] _ssl.c:480: error:1407609C:SSL > routines:SSL23_GET_CLIENT_HEL > LO:http request > ERROR:Rocket.Errors.ThreadPool:Traceback (most recent call last): > File "C:\Programas\web2py\gluon\rocket.py", line 300, in start > self._threadpool.queue.put((l.accept(), > File "C:\Python26\lib\ssl.py", line 326, in accept > suppress_ragged_eofs=self.suppress_ragged_eofs), > File "C:\Python26\lib\ssl.py", line 118, in __init__ > self.do_handshake() > File "C:\Python26\lib\ssl.py", line 293, in do_handshake > self._sslobj.do_handshake() > SSLError: [Errno 1] _ssl.c:480: error:1407609C:SSL > routines:SSL23_GET_CLIENT_HEL > LO:http request > > Perhaps I should try a CherryPy based release in order to exclude Rocket as > a possible cause. > > Miguel

