Fantastic! We are here to help.

Massimo

On Wednesday, 25 July 2018 05:46:36 UTC-7, Ben Duncan wrote:
>
> Thanks, Figured that out late yesterday. 
> I've gone ahead and purchased the book "web2py complete reference manual - 
> 5th edition".
> I've pretty much decided that web2py will be our framework for the 
> criminal accounting system for our state supreme court.
>
> Anyway, I will probably have LOTS and LOTS of questions along the way.
>
> On Tue, Jul 24, 2018 at 3:07 PM, Anthony <abasta...@gmail.com> wrote:
>
>> You'll need to run web2py with Python 2.7 (the specific issue below is 
>> that the DAL code includes a dictionary comprehension, which is only 
>> supported in Python 2.7+).
>>
>> Anthony
>>
>>
>> On Tuesday, July 24, 2018 at 4:03:13 PM UTC-4, Ben Duncan wrote:
>>>
>>> Redhack 6.9
>>> Python 2.6.6
>>>
>>> Installed web2py source.
>>> Ran the command:
>>> >python web2py.py
>>> got the message:
>>>
>>> Traceback (most recent call last):
>>>   File "web2py.py", line 21, in <module>
>>>     import gluon.widget
>>>   File "/data/web2py/web2py/gluon/__init__.py", line 23, in <module>
>>>     import pydal
>>>   File "/data/web2py/web2py/gluon/packages/dal/pydal/__init__.py", line 
>>> 3, in <module>
>>>     from .base import DAL
>>>   File "/data/web2py/web2py/gluon/packages/dal/pydal/base.py", line 145, 
>>> in <module>
>>>     from .objects import Table, Field, Rows, Row, Set
>>>   File "/data/web2py/web2py/gluon/packages/dal/pydal/objects.py", line 
>>> 385
>>>     return [{key: noncallable(getattr(field, key)) for key in keys}
>>>
>>> Any Ideas ?
>>>
>>> Thanks
>>>
>>> Ben Duncan                                                   ^
>>>
>>> -- 
>> Resources:
>> - http://web2py.com
>> - http://web2py.com/book (Documentation)
>> - http://github.com/web2py/web2py (Source code)
>> - https://code.google.com/p/web2py/issues/list (Report Issues)
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "web2py-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to web2py+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to