[web2py] web2py+pyjamas (TypeError again)

2010-04-15 Thread The Czar
I am working to become familiar with both web2py & pyjamas. I implemented the example todo application and receive exactly the same error that Nicolás de la Torre reported on 06/07/09. I am using Current Version 1.76.5 and pyjamas 0.5p. I also used the web2py built- in web server (not apache) and r

[web2py] Re: web2py+pyjamas (TypeError again)

2010-04-15 Thread The Czar
amas > folks here. Perhaps they can explain why happens and whether it is a > bug or if web2py should support this. > > On Apr 15, 10:08 am, The Czar wrote: > > > I am working to become familiar with both web2py & pyjamas. I > > implemented the example todo application

[web2py] upgrade rocket error with ssl

2010-06-12 Thread The Czar
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 code looks redundant - am I missing something? Thanks in advance. here is the startup info: python we

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

[web2py] Re: upgrade rocket error with ssl

2010-06-12 Thread The Czar
 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 Jun 12, 9:36 am, The Czar wrote: > > > > I just upgraded from 1.76 to 1.79.2 u

[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? window

[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

[web2py] Re: upgrade rocket error with ssl

2010-06-13 Thread The Czar
e 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'

[web2py] Unable to connect to mysql DB - sql.py mod

2010-06-13 Thread The Czar
For some reason, attempted connection to a mysql v4.1.25 db on FreeBSD fails. The web2py is the latest version - but it happened on earlier versions also. The error & db.py for the application failing looks like this: Error traceback Traceback (most recent call last): File "/m/content/www/data/

[web2py] Re: Unable to connect to mysql DB - sql.py mod

2010-06-14 Thread The Czar
possible if > you comment it. I do not know why it does not work on your system. It > should > > http://mysql.linux.cz/doc/refman/5.5/en/server-sql-mode.html#sqlmode_... > > On Jun 13, 5:11 pm, The Czar wrote: > > > For some reason, attempted connection to a mysql v4.

[web2py] Re: Unable to connect to mysql DB - sql.py mod

2010-06-14 Thread The Czar
; > http://mysql.linux.cz/doc/refman/5.5/en/server-sql-mode.html#sqlmode_... > > On Jun 13, 5:11 pm, The Czar wrote: > > > For some reason, attempted connection to a mysql v4.1.25 db on FreeBSD > > fails. The web2py is the latest version - but it happened on earlier > &

[web2py] Re: Unable to connect to mysql DB - sql.py mod

2010-06-15 Thread The Czar
When I tried to enter a bacl slashed field (Odyssey\'s), it failed. So I guess the default behavior is effectively NO_BACKSLASH_ESCAPES On Jun 14, 11:23 pm, mdipierro wrote: > what is the default bahvior? > > On Jun 14, 9:51 am, The Czar wrote: > > > I just checked

[web2py] Re: rocket.ssl not found

2010-06-15 Thread The Czar
Take a look @ this thread...http://groups.google.com/group/web2py/ browse_thread/thread/704f055f74bfc8ed On Jun 14, 1:25 pm, davidjensen wrote: > I am running 1.79.2 on red hat enterprise linux with python 2.5 on a > hosting service with static ip and using port 8080. I have openssl. > > I am get

[web2py] Redirect static page to new browser window

2010-06-20 Thread The Czar
Is there a way to redirect to a new browser window from a view - similar to a target="_blank" on a href link? Basically, I want a form with 1 selection each from 2 lists to be made and then a new window to open & display the results of the merged selections. The lists are one of content and one o