http://www.pylonshq.com down!?

314 views
Skip to first unread message

Dominik Ruf

unread,
Jul 8, 2014, 10:43:01 AM7/8/14
to pylons-...@googlegroups.com
Hi,

when I tried to install Pylons 1.0.1 (required by another project)
with "python setup.py install"
I got the following error

...
copying Pylons.egg-info\not-zip-safe -> build\bdist.win-amd64\egg\EGG-INFO
copying Pylons.egg-info\requires.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying Pylons.egg-info\top_level.txt -> build\bdist.win-amd64\egg\EGG-INFO
creating dist
creating 'dist\Pylons-1.0.1-py2.7.egg' and adding 'build\bdist.win-amd64\egg' to it
removing 'build\bdist.win-amd64\egg' (and everything under it)
Processing Pylons-1.0.1-py2.7.egg
creating c:\tools\python27\lib\site-packages\Pylons-1.0.1-py2.7.egg
Extracting Pylons-1.0.1-py2.7.egg to c:\tools\python27\lib\site-packages
Adding Pylons 1.0.1 to easy-install.pth file

Installed c:\tools\python27\lib\site-packages\pylons-1.0.1-py2.7.egg
Processing dependencies for Pylons==1.0.1
Searching for WebOb>=1.1.1
error: None


http://pylonshq.com.isdownorblocked.com/ also says http://www.pylonshq.com is down

What should I do?

cheers
Dominik

Jonathan Vanasco

unread,
Jul 8, 2014, 11:43:48 AM7/8/14
to pylons-...@googlegroups.com
I don't think pylonshq is used anymore.  Those links should probably be fixed.  I'll file a ticket.

You might be able to just remove these 2 lines from setup.cfg:

    [easy_install]

You can grab most (all?) of the packages from http://PyPi.python.org ( which should be searched if you remove those 2 lines) ; The pylons GitHub repo has some as well


here's a QUICK WARNING though--  there are some compatibility issues.  pylons requires some very specific version of various packages to run.

if you have another project already running pylons, you should probably do a `pip freeze` and install those exact package versions first.

I know that you need to run EXACTLY the 1.1.1 version of webob... because later versions are incompatible. 







Dominik Ruf

unread,
Jul 9, 2014, 9:25:49 AM7/9/14
to pylons-...@googlegroups.com
Thanks
removing the 2 lines did help.
Reply all
Reply to author
Forward
0 new messages