I'm trying to install py4web using pip, following the instructions at http://py4web.com/_documentation/static/index.html. (I've installed it from github, which worked, but would prefer to just use pip.)
The install command (run on MacOS)... $ python3 -m pip install --upgrade py4web works fine (apparently, no errors), but I can't find py4web-start.py. I looked in the site-packages directory where py4web is installed, but couldn't find py4web-start.py. I was able to copy py4web-start.py from the git repo to a new directory, then run with $ python3 py4web-start.py apps and it worked fine. The documentation seems to indicate that py4web-start.py is installed automatically in a location in the path. -- 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/eb9212f3-9fb0-472a-83a7-72a6b1ba68a5%40googlegroups.com.