On Tue, Aug 7, 2012 at 10:19 AM, swastika singhal <[email protected]> wrote: > When I click on the hyperlink for go-pylons.py on > http://docs.pylonsproject.org/projects/pylons-webframework/en/latest/gettingstarted.html, > I am redirected to http://www.pylonsproject.org/. I don't see the script > anywhere. I have been struggling with Pylons installation. Please help!
It's pointing to the pylonshq.com site which no longer exists. There's an out-of-date copy of it at cdn.pylonshq.com/download/1.0/go-pylons.py However, it will try to install Pylons 1.0 from pylonshq.com. The current version of Pylons is 1.0.1rc1, and it will try to download from pylonshq.com... a circular problem. Rather than trying to fix the script (which may also install an old virtualenv), you might as well just create a virtualenv manually and install Python into it. You can follow the installing Pyramid instructions in the Pyramid manual, but install Pylons instead. Although for a new project you're better off using Pyramid, which has more complete documentation and is better supported. -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
