Questions tagged [setuptools]

11 questions
1
vote
2 answers

Is there a way to gather system configuration changes since installation?

In my attempt to replace a Linux server that was set up a few years ago I realised that nobody knows exactly what was installed/configured since. The only thing I have in git is the nginx sites definitions. What options do I have to compare a…
1
vote
0 answers

Identical Vagrant VM's install pip packages differently?

I have a vagrant VM being provisioned via Puppet. I'm testing this on two different Ubuntus, 12.04 and 13.10, both using the "standard" precise32 box. The application I'm testing is a Django application being installed using Python's setuptools (by…
OEP
  • 183
  • 9
1
vote
2 answers

Install Python setuptools on CentOS 6

I'm trying to install setuptools with no success so far. When I do python3.3 ez_setup.py I get the following error: Extracting in /tmp/tmp6nn4cz Traceback (most recent call last): File "ez_setup.py", line 370, in sys.exit(main()) …
Ivan
  • 313
  • 1
  • 4
  • 11
1
vote
1 answer

Can't install python-setuptools with yum on Ubuntu. Missing repolist

I can't install on Ubuntu using the following command sudo yum install python-setuptools I get this message Setting up Install Process No package python-setuptool available. So I checked my repolist sudo yum repolist that return repolist:…
svassr
  • 113
  • 5
1
vote
1 answer

Easy_install/setuptools is installing libraries to my Python 2.4 directory instead of my Python 2.6 directory

How do I make setup tools install libraries to the python 2.6 directory? I am in Centos. Easy_install/setuptools is installing libraries to my Python 2.4 directory instead of my Python 2.6 directory (After I upgraded from 2.4 to 2.6). How do I make…
user59004
1
vote
1 answer

When installing setuptools on Debian Lenny, why do I get zlib error?

I'm seeing this error when I run python2.6 setup.py build on Debian Lenny from the setuptools-0.6c11 source: Compression requires the (missing) zlib module
Nick Bolton
  • 5,016
  • 12
  • 51
  • 62
0
votes
1 answer

How do I figure out what software tool was used to create an "setup.exe"so I can determine what the silent parameters are?

I have a situation where many users can submit "setup.exe" to be deployed on all our user workstations. We use SCCM to perform the setups. We would like to have these setup.exe's execute silently and with logging. We cannot expect the users to…
DrFloyd5
  • 101
  • 1
0
votes
1 answer

Can Windows domain administrator selectively allow some setup files to be installed (updated) by the users without elevated rights (mass deployment)?

I am producing installation files for my program with InnoSetup - result is an exe installation file that contains the software exe and some additional files. Usually the administartor rights are required to install or update the program using such…
0
votes
1 answer

python setuptools installation in centos

i have to install mysqldb module of python in my centos server. i have 2 versions of python 1. 2.4.3 the default one 2. 2.6 which i installed i want to install mysqldb module for 2.6 version of the python. i installed it from here but when i am on…
Astha
  • 243
  • 2
  • 6
  • 15
0
votes
1 answer

Python command to create no-arch rpm's

I am creating rpm's for my project which is in pure python. I am running the command python setup.py bdist_rpm to build the rpm. This is creating architechture specific rpm's (x86 or x86-64). What I would like is to have a no-arch rpm. Can any of…
hue
  • 1
0
votes
1 answer

How to install setup tools on Python 2.7?

When I try /bin/sh setuptools-0.6c11-py2.7.egg it says python 2.7 not found, my python is in /opt/python27/bin/python
Mirage
  • 541
  • 4
  • 10
  • 25