Re: [web2py] Re: int() argument must be a string or a number, not 'list'

2012-09-19 Thread Andrew Evans
Also updating web2py to Nightly seems to have caused a serious load on SSL caused 100% CPU load and raised up to 40% RAM usage until I reverted back to 1.99.7 and 1.99.7 didn't cause any load. Anyway My Report On Wed, Sep 19, 2012 at 11:38 AM, Andrew Evans wrote: > Also the Python Versi

Re: [web2py] Re: int() argument must be a string or a number, not 'list'

2012-09-19 Thread Andrew Evans
Also the Python Version I am using is 2.6.6 On Wed, Sep 19, 2012 at 10:56 AM, Andrew Evans wrote: > yea I just tried trunk and does not work for me either... > > Maybe I am writing my code wrong? > > Any ideas? > > > > > On Wed, Sep 19, 2012 at 10:47 AM, Andrew Evans wrote: > >> I upgraded to th

Re: [web2py] Re: int() argument must be a string or a number, not 'list'

2012-09-19 Thread Andrew Evans
yea I just tried trunk and does not work for me either... Maybe I am writing my code wrong? Any ideas? On Wed, Sep 19, 2012 at 10:47 AM, Andrew Evans wrote: > I upgraded to the nightly build and it still doesn't fix my issue :-( > Version 2.0.9 (2012-09-18 20:11:26) stable (Taken from Nightl

Re: [web2py] Re: int() argument must be a string or a number, not 'list'

2012-09-19 Thread Andrew Evans
I upgraded to the nightly build and it still doesn't fix my issue :-( Version 2.0.9 (2012-09-18 20:11:26) stable (Taken from Nightly) MySQL 5.1.63-0+squeeze1 Any ideas and ty for the help Traceback (most recent call last): File "/var/www/web2py/gluon/restricted.py", line 209, in restricted

Re: [web2py] Re: int() argument must be a string or a number, not 'list'

2012-09-18 Thread Massimo Di Pierro
You should always consider the nightly built. It usually contains most of the fixes as trunk but is a snapshot that we think relatively stable. On Monday, 17 September 2012 22:13:48 UTC-5, Andrew Evans wrote: > > Will do I saw it was fixed in Trunk > > Does Trunk mean the not released version? >

Re: [web2py] Re: int() argument must be a string or a number, not 'list'

2012-09-17 Thread Bruno Rocha
Trunk means the most recent devel version from git or hg, it is unstable but issues are fixed very quickly git clone https://github.com/web2py/web2py hg clone https://code.google.com/p/web2py --

Re: [web2py] Re: int() argument must be a string or a number, not 'list'

2012-09-17 Thread Andrew Evans
Will do I saw it was fixed in Trunk Does Trunk mean the not released version? *cheers Andrew --

[web2py] Re: int() argument must be a string or a number, not 'list'

2012-09-17 Thread Massimo Di Pierro
This is probably fixed in trunk. You should upgrade. On Monday, 17 September 2012 19:50:38 UTC-5, Andrew Evans wrote: > > Hello I am running into issues updating records in my MySQL database after > adding multiple=True like so > > Field('region', db.region, label='Region *', requires=IS_IN_DB(db