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 <
slugg...@gmail.com>