pylons
pylons copied to clipboard
go-pylons link broken in Getting Started docs
I'm sure it's not a deliberate attempt to haze total pylons n00bs like me... but the link to go-pylons.py appears to be broken in the Getting Started docs here:
http://docs.pylonsproject.org/projects/pylons-webframework/en/latest/gettingstarted.html
I guess it's most likely a broken version number link, but it doesn't provide the script I would need to install the env and get started.
for anyone who ends up here, use Pyramid instead: http://docs.pylonsproject.org/projects/pyramid/en/latest/index.html
@jpoikela Not altogether true. There are a few developers who want to use Pylons, even though it will not be enhanced. Pyramid is its successor. See: http://www.pylonsproject.org/projects/pylons-framework/about
@asparagino FWIW, the correct link should be: https://github.com/Pylons/pylons/blob/master/scripts/go-pylons.py
This script doesn't work in Python 2.7. Which means I need to change the instructions to the slower, get virtualenv, set it up, d/l the source, etc. method. Mainly because its been ages since I generated one of these scripts and can't recall how to do it again.