[web2py] Re: upgrade rocket error with ssl

2010-06-13 Thread The Czar
Problem solved. Python 2.5 does not include an ssl module and I guess openssl isn't good enough. I had to download the ssl 1.15 package from the python website and manually build & install it. The server now executes as expected. On Jun 12, 8:04 am, mdipierro wrote: > did you upgrade the source o

[web2py] Re: upgrade rocket error with ssl

2010-06-13 Thread The Czar
Problem solved. Python 2.5 does not include an ssl module and I guess openssl isn't good enough. I had to download the ssl 1.15 package from the python website and manually build & install it. The server now executes as expected. On Jun 12, 4:47 pm, The Czar wrote: > Some additional information:

[web2py] Re: upgrade rocket error with ssl

2010-06-12 Thread The Czar
Some additional information: running python-2.5,2 and web2py 1.78.3 has exactly the same problem. On Jun 12, 10:38 am, The Czar wrote: > Duh. Sorry - it is the source on FreeBSD > > On Jun 12, 8:04 am, mdipierro wrote: > > > did you upgrade the source or binary version? windows or mac? > > > On

[web2py] Re: upgrade rocket error with ssl

2010-06-12 Thread The Czar
Some additional information. I used a vanilla source of 1.79.2 and the same error is reported. By vanilla I mean an unzipped source distribution into an empty directory and attempted to start the server with the same command line. gluon/main.py @ line 622 throws the same error On Jun 12, 10:38 am

[web2py] Re: upgrade rocket error with ssl

2010-06-12 Thread The Czar
Duh. Sorry - it is the source on FreeBSD On Jun 12, 8:04 am, mdipierro wrote: > did you upgrade the source or binary version? windows or mac? > > On Jun 12, 9:36 am, The Czar wrote: > > > I just upgraded from 1.76 to 1.79.2 using the built-in upgrade > > feature. Attempting to start the server w

[web2py] Re: upgrade rocket error with ssl

2010-06-12 Thread mdipierro
did you upgrade the source or binary version? windows or mac? On Jun 12, 9:36 am, The Czar wrote: > I just upgraded from 1.76 to 1.79.2 using the built-in upgrade > feature. Attempting to start the server with SSL yields the following > error. Any ideas on what's happening here? BTW - the gluon c