Python distribute (Setuptools) module.
Questions tagged [distribute]
228 questions
0
votes
1 answer
newbie installing pip distribute
I am trying to install distribute which is a required for installing pip(needed to use django-selectable functions).
I am following this tutorial.
I downloaded distribute and ran distribute_setup.py , but now I don't know where to go, to have my pip…

ClaudioA
- 327
- 1
- 5
- 20
0
votes
2 answers
Installing distribute in Python 3.3 Ubuntu
I am running Ubuntu 12.04 and I have a distribution of Python 3.3.1 installed. I want to install some packages, so I first sought to install distribute-0.6.38. During the "install" phase, I am encountering the following runtime error ($HOME is the…

txmystic
- 3
- 2
0
votes
1 answer
Automatically read requirements.txt in fabric or deploy
I have a flask app where I'm trying to automate deployment to EC2.
Not a big deal, but is there a setting in either Fabric or Distribute that reads the requirements.txt file directly for the setup.py, so I don't have to spell everything out in the…

Mittenchops
- 18,633
- 33
- 128
- 246
0
votes
0 answers
Create a virtual environment with upgraded site packages
I am trying to create a virtual environment with distribute version==0.6.35, everytime I create it, I get following site packages after activating it
distribute==0.6.26
mercurial==2.2.2
virtualenv==1.7.1.2
virtualenvwrapper==3.4
wsgiref==0.1.2
I…

NIlesh Sharma
- 5,445
- 6
- 36
- 53
0
votes
1 answer
python distribute dependency_links to local git repositories
Lets say I have following 2 packages:
/srv/share/python/core
/srv/share/python/package1
which package1 has dependency on core both have remote git repositories in:
/srv/git/core.git
/srv/git/package1.git
How do I define setup() in package1's…

James Lin
- 25,028
- 36
- 133
- 233
0
votes
2 answers
Checking from Python which easy_install version is available?
Is there a way to check programmatically, from Python, if the user has setuptools's "easy_install" available or the distribute version of "easy_install"?
I'd like to know which of those is available (and ideally which is "in-use" by the system.)…
user248237
0
votes
1 answer
How to use pip with new Python version?
I have python2.6 as my default python and I've been using distribute easy_install to install packages in ~/.local. easy_install has many issues and I'd like to switch to pip, while at the same time upgrading to python2.7 from python2.6. My existing…
user248237
0
votes
1 answer
fixed virtualenvwrapper now setuptools fails on pip install
I just got thru fixing virtualenvwrapper using this page as a guide:
http://www.jongales.com/blog/2012/07/25/fixing-virtualenv-after-installing-mountain-lion/#comment-37964
now when I got to pip install -r requirements.txt to get my Django project…

tbarbe
- 1,299
- 2
- 15
- 22
0
votes
1 answer
Plone - error while trying to run bootstrap.py as I attempt to start from scratch
Ok, so I bought Professional Plone 4 Development and I am now trying to work through the initial setup. Here is what I have done so far:
First, I created a virtual environment called pl and a directory for this project, also called pl.
Second, I…

tadasajon
- 14,276
- 29
- 92
- 144
0
votes
2 answers
Count distinct groups in distributed grouping in Solr
Is there any way to get the number of distinct groups in a distributed grouping in solr?
The ngroups param returns the summatory of all groups. If a group exists in more than one shard I will have repeated this groups in the ngroups.

Yago Riveiro
- 727
- 13
- 28
0
votes
2 answers
Howto distribute outbound traffic in Jmeter
how jmeter can distribute outbound traffic between the two user groups. For example the group #1 gets 30% of the traffic and the group #2 of 70%.

CaPsULe Mind
- 43
- 5
0
votes
1 answer
Copy shell script and preserve permissions
I have a small shell script that starts a program when I double-click it. (I have set the permissions to allow executing the script).
I want to be able to copy that script to another computer so that the new user can double-click it without needing…

user1434691
- 19
- 3
0
votes
1 answer
Where to find build_tests command?
When I was reading examples for testing a package in multiple pythons with tox I found about a command "build_tests" that would put (2to3'd) test files in build/ directory. I could also google it in some projects' tox.ini files and some gentoo…

zefciu
- 1,967
- 2
- 17
- 39
-1
votes
1 answer
Formula to distribute "exceeded" amounts to adjacent cells (up, down or up & down) depending on the scenario
Edited per teylyn's comment, plus I realized there was an error in the original screenshot image. Sorry about that.:
I'm trying to use column D to distribute "exceeded" amounts from column C like an overflow. The image shows the kind of scenarios…

Jeff Jensen
- 65
- 6
-1
votes
1 answer
Can Grunt move files from multiple nested folders with different names, to a production ready environment?
Good people! I'm learning the power of Grunt and have a question.
I've got 20 separately named folders in my dev environment. Inside each folder there are four folders also with separate names. Inside each of the four folders is an index.html, js,…

blake ferm
- 39
- 5