Re: [web2py] Re: 2.18.1 is OUT

2019-02-27 Thread 黄祥
done ref: https://github.com/web2py/web2py/issues/2108 best regards, stifan -- 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

Re: [web2py] Re: 2.18.1 is OUT

2019-02-27 Thread Kevin Keller
Can you file an issue on github please? On Wed, 27 Feb 2019, 09:26 黄祥, wrote: > Traceback (most recent call last): >> File "/Users/sugizo/project/python/web2py/gluon/restricted.py", line >> 219, in restricted >> exec(ccode, environment) >> File >>

[web2py] Re: 2.18.1 is OUT

2019-02-27 Thread 黄祥
> > Traceback (most recent call last): > File "/Users/sugizo/project/python/web2py/gluon/restricted.py", line > 219, in restricted > exec(ccode, environment) > File > "/Users/sugizo/project/python/web2py/applications/test/models/db_schema_0_auth.py", > > line 9, in >

[web2py] Re: 2.18.1 is OUT

2019-02-26 Thread Yi Liu
fixed in 2.18.2 On Monday, February 25, 2019 at 4:38:21 PM UTC-8, Yi Liu wrote: > > A python 3 bug: > > 'dict' object has no attribute 'iteritems' > Version > web2py™ Version 2.18.1-stable+timestamp.2019.02.24.06.24.15 > Python Python 3.7.2: >

[web2py] Re: 2.18.1 is OUT

2019-02-25 Thread Yi Liu
A python 3 bug: 'dict' object has no attribute 'iteritems' Version web2py™ Version 2.18.1-stable+timestamp.2019.02.24.06.24.15 Python Python 3.7.2: /Users/LaVie/.pyenv/versions/miniconda3-4.3.11/bin/python (prefix: /Users/LaVie/.pyenv/versions/miniconda3-4.3.11) Traceback 1. 2. 3. 4. 5. 6.

Re: [web2py] Re: 2.18.1 is OUT

2019-02-25 Thread Carl Petersen
Agreed, download link is currently broken. On Monday, February 25, 2019 at 12:38:01 AM UTC-6, Lovedie JC wrote: > > Having trouble with download page: > See attached. > > On Mon, 25 Feb 2019 at 07:57, Alex Glaros > wrote: > >> am on Windows >> >> -- >> Resources: >> - http://web2py.com >> -

Re: [web2py] Re: 2.18.1 is OUT

2019-02-25 Thread Ben Duncan
Errors on redhat 7, Python 2.7.13: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed

Re: [web2py] Re: 2.18.1 is OUT

2019-02-24 Thread Lovedie JC
Having trouble with download page: See attached. On Mon, 25 Feb 2019 at 07:57, Alex Glaros wrote: > am on Windows > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > -

[web2py] Re: 2.18.1 is OUT

2019-02-24 Thread Alex Glaros
am on Windows -- 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"

[web2py] Re: 2.18.1 is OUT

2019-02-24 Thread Rahul
Hi Alex, I got the same reportlab platypus import error on my machine only when I installed PIL package over existing reportlab installation. To rectify this I had to remove PIL from my VPS (Debian) also reportlab and then reinstall pillow (PIL fork) and reportlab again to fix this

[web2py] Re: 2.18.1 is OUT

2019-02-24 Thread 黄祥
perhaps you should use web2py source then install reportlab manually ref: https://www.reportlab.com/opensource/installation best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: 2.18.1 is OUT

2019-02-24 Thread Alex Glaros
in default.py: from reportlab.platypus import * produces the following error: (ImportError('No module named reportlab.platypus',), )Version web2py™ Version 2.18.1-stable+timestamp.2019.02.24.06.24.15Traceback 1. 2. 3. 4. 5. 6. 7. 8. 9. Traceback (most recent call last): File

[web2py] Re: 2.18.1 is OUT

2019-02-24 Thread 黄祥
$ uname Darwin $ python -V Python 3.7.2 Traceback (most recent call last): File "/Users/sugizo/project/python/web2py/gluon/restricted.py", line 219, in restricted exec(ccode, environment) File "/Users/sugizo/project/python/web2py/applications/test/models/db_schema_0_auth.py", line 9,

[web2py] Re: 2.18.1 is OUT

2019-02-24 Thread Leonel Câmara
Great job everyone. If you're getting your web2py directly from git remember to run "git submodule update --init --recursive" again to get the new yatl submodule. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -