> python3 setup.py install
>

I installed py4web from source:

git clone https://github.com/web2py/py4web.gitcd py4web
python3 -m pip install -r requirements.txt
python3 setup.py install


Running the last statement gives the following errors:

byte-compiling 
build/bdist.macosx-10.9-x86_64/egg/py4web/utils/auth_plugins/saml2_plugin.py 
to saml2_plugin.cpython-37.pyc
  File 
"build/bdist.macosx-10.9-x86_64/egg/py4web/utils/auth_plugins/saml2_plugin.py", 
line 105
    session.saml_outstanding_queries = {req_id: request.url}
           ^
SyntaxError: invalid syntax

and

Extracting py4web-0.1.20190818.2-py3.7.egg to 
/usr/local/lib/python3.7/site-packages
  File 
"/usr/local/lib/python3.7/site-packages/py4web-0.1.20190818.2-py3.7.egg/py4web/utils/auth_plugins/saml2_plugin.py",
 
line 105
    session.saml_outstanding_queries = {req_id: request.url}
           ^
SyntaxError: invalid syntax



I starting py4web 

py4web-start apps


fails with the following error:

FileNotFoundError: [Errno 2] No such file or directory: 
'/Users/me/py4web/apps/__init__.py'


How do I resolve these issues?


Kind regards,

Annet

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/aadf48f0-de1d-4c88-ad1c-aaabdf76d1b9%40googlegroups.com.

Reply via email to