if you're using binary version there is a good chance that web2py will run 
under 2.5

if you have also 2.7 installed, download the source code version, unzip in 
a folder, then python web2py.py and voilà.

Il giorno mercoledì 6 giugno 2012 22:18:34 UTC+2, blye ha scritto:
>
> Thanks very much for prompt reply. Never quite sure if its a bug ...  or 
> me :-(
> This issue has happened with other apps, not sure if I understand.
> w2p has its own internal Python 2.5.. ???
> I have py 2.5 and 2.7 installed on my machine
>
> How do I resolve the w2p 2.7 issue?
> Should I be running w2p from source code? How do I resolve on a production 
> host server?
>
> OTT All the work of you guys is both inspirational, showing web2py power 
> and educational. What a great ongoing creation.
>
> Thanks.
>
> On Tuesday, 5 June 2012 18:39:41 UTC+2, Niphlod wrote:
>>
>> yeah, forgot to mention in the main page that w2p_tvseries won't work 
>> with python 2.5 (the scheduler part needs the multiprocessing module)
>>
>> BTW, the function this line is in is not used for the moment, but a 
>> one-line fix will avoid the error, so as soon as possible I'll release an 
>> update.
>>
>> @all: if you want to discuss it further, maybe this can be a right place, 
>> but if it's for filing a bug, let's keep this list uncluttered and move to 
>> github's pages ;-)
>>
>> Il giorno martedì 5 giugno 2012 17:16:05 UTC+2, rochacbruno ha scritto:
>>>
>>> whats the Python version?
>>>
>>> this is a python issue you can solve with this (if not running 2.7)
>>>
>>> return UL(*lis, **{"_class": 'nav'})
>>>
>>>
>>>
>>> On Tue, Jun 5, 2012 at 12:05 PM, blye <[email protected]> wrote:
>>>
>>>> return UL(*lis, _class='nav')
>>>
>>>
>>>
>>>
>>> -- 
>>>
>>> Bruno Rocha
>>> [http://rochacbruno.com.br]
>>>
>>>

Reply via email to