The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
510 views

Installing setuptools for python 2.7.3 on SL6 returns an error that I don't have zlib. But I do

I have a machine running Scientific Linux 6 It comes with Python 2.6 by default I've also installed Python 2.7.3 because I need to run some modules which only work with newest versions. This is ...
1
vote
1answer
462 views

How do I totally reinstall setup tools and all associated stuff

My setups tools system appears to be broken beyond recovery. And no doubt my attempts at recovering it have made it worse. Now I'm looking for the "nuke the site from orbit" option. I've already ...
0
votes
1answer
866 views

installing Trac / Python / SetupTools on Windows (Server 2008 R2)

I am trying to install Trac on a Windows Server 2008 R2 server 64-bit. I am following the guide on http://trac.edgewall.org/wiki/TracInstall. I first installed Python, installing the Python 2.7.2 ...
1
vote
0answers
52 views

No output returned when curl ing any URL in Red Hat 6 but the same url works in lynx browser

I am trying to install some packages in Python using easy install. But i get a 'Download Error' for any package i try to install. So i tried to test if internet is accessible at all from the machine ...
1
vote
0answers
351 views

Python easy_install lxml error:none on mac os

how can install lxml library for python2.7 on my intel mac? Typing easy_install lxml in Terminal and getting next error after delay: error: none; Internet connection is ok, setuptools is updated to ...
0
votes
0answers
14 views

easy_install not able to upgrade distribute

I run easy_install prog Result is the following install_dir /usr/local/lib/python2.6/dist-packages/ Processing prog Running setup.py -q bdist_egg --dist-dir /opt/prog/egg-dist-tmp-OSPT3x The ...
0
votes
0answers
12 views

Python Package Installing Older Version

First of all I apologize if this is the wrong StackExchange website. This is a question about installation problems more than programming itself. I have a Django package that I created. This package ...
0
votes
0answers
38 views

installed easy_install on pypy and python easy_install gone

I wgeted distribute_setup.py and ran it with pypy. now I have to easy_install, one for python2.7 and one for pypy. one in /usr/local/bin/easy_install works for pypy while the other one in ...