since cython3 is needed to successful run 'python3 setup.py install'
(detail in prev messages in this thread), just test it to run with cython3
in ubuntu docker, pls ignore, if not plan to support cython3 in the future
*steps*
apt install -y git python3-pip cython3
cd
git clone https://github.com/web2py/web3py
cd web3py
pip3 install -U -r requirements.txt
touch ./apps/__init__.py
python3 -c "from pydal.validators import CRYPT;
open('password.txt','w').write(str(CRYPT()('a' )[0] ) )"
cython3 ./web3py-start -p ./password.txt -a 0.0.0.0:8000 ./apps
*result*
Error compiling Cython file:
------------------------------------------------------------
...
#!/usr/bin/env python3
^
------------------------------------------------------------
web3py-start:1:0: 'web3py-start' is not a valid module name
Error compiling Cython file:
------------------------------------------------------------
...
pbkdf2(1000,20,sha512)$b37e96d6052a3b5a$f62ac366056463d4743a7cf2b04926df35a2ba32
^
------------------------------------------------------------
password.txt:1:22: Unrecognized character
[Errno 2] No such file or directory: '/root/web3py/0.0.0.0:8000'
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 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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/web2py/fffe3546-12d0-46af-9b5d-9a105977628f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.