The distribute tag has no wiki summary.
0
votes
0answers
13 views
Python setuptools configure error [migrated]
In a moment of stupidity I deleted my python directory from my raring ringtail installation. Now, after trying to reinstall things apt-get is not working at all and I'm going round and round in ...
0
votes
2answers
55 views
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 ...
0
votes
0answers
20 views
Error installing Distribute for Python 2.7 on Windows 7
I'm trying to install distribute for Python and all I get is the following error message:
Extracting in: [directory]
Extracting in c:\[directory]
Now working in c:\[directory]
Installing Distribute
...
1
vote
1answer
45 views
Trouble building mysql-python on dotcloud: needs distribute >= 0.6.28
I'm suddenly having trouble building my Python/Django app on dotcloud. It seems that MySQL-python needs distribute >= 0.6.28. My requirements.txt specifies distribute==0.6.36, but this is being ...
1
vote
1answer
40 views
setup.py: expected parenthesized list when required package name contains a dash
I am writing a reusable Django app as described here:
https://django.readthedocs.org/en/1.5.x/intro/reusable-apps.html
When I specify a requirement in setup.py that contains a dash in the package ...
0
votes
1answer
40 views
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 ...
1
vote
2answers
142 views
error installing distribute_setup.py from virtual environment on linux
I have been trying for a few hours to get distribute_setup.py to install correctly in an active virtual environment. I get it to run, but I always get an error. Any help would be appreciated. I am ...
0
votes
0answers
29 views
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
...
0
votes
1answer
43 views
How to include package sub-folders in my project distribution?
I have a project with this structure:
SomeProject/
bin/
CHANGES.txt
docs/
LICENSE.txt
MANIFEST.in
README.txt
setup.py
someproject/
__init__.py
...
-1
votes
1answer
87 views
Ruby, equaly distribute elements and interleave/merge multiple arrays
I have multiple arrays with unknown element count like
a = []
a << [:a, :c, :e]
a << [:b, :f, :g, :h, :i, :j]
a << [:d]
result should be something like ~ (I don't really care ...
1
vote
1answer
50 views
unattended install of python module .exe files
I'm looking for a way to install a bunch of python modules in .exe format like:
ipython-0.13.1.py2-win32-PROPER.exe
scipy-0.12.0b1.win32-py2.7.exe
numpy-MKL-1.7.0.win32-py2.7.exe
...
1
vote
0answers
153 views
pip -r not working as expected in virtualenv
I have a really strange issue with the behavior of pip in a virtualenv.
I have set
export PIP_REQUIRE_VIRTUALENV=true
export PIP_DOWNLOAD_CACHE=$HOME/.pip/cache
export VIRTUALENV_DISTRIBUTE=true
...
0
votes
1answer
61 views
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
...
2
votes
1answer
33 views
Python packaging distribute post-install step
I am packaging a project that uses nltk. When you install nltk with pip, you get core functionalitiy, but not all the modules that come with it. To get those modules, you call nltk's download method.
...
4
votes
1answer
237 views
Installing Distribute when doing an altinstall of Python
I'm doing an altinstall of Python 2.7.3 on CentOS 5.8, and I want distribute which gives pip and all that jazz. However I'm having trouble understanding the correct procedure, and the setup script for ...
0
votes
0answers
55 views
How to declare binary entry point in a python setuptools project
I was using console_scripts entry-points and I was glad with them. But now need in binary, not script, entry-points arises. I'd like to make some of my console entry points SUIDable. This requires ...
0
votes
2answers
52 views
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 ...
0
votes
0answers
66 views
Converting a setup.py Python project to binary with PyInstaller?
I have a project that is described using the standard setup.py setup, with some .py files that are intended to be executable (in the scripts= part of the package) and some .py files that are just ...
20
votes
1answer
648 views
How to easily distribute Python software that has Python module dependencies? Frustrations in Python package installation on Unix
My goal is to distribute a Python package that has several other widely used Python packages as dependencies. My package depends on well written, Pypi-indexed packages like pandas, scipy and numpy, ...
1
vote
1answer
42 views
Making a Python package compatible with virtualenv
How can a Python package, written with the usual setup.py setup of distutils (containing a scripts setting for scripts meant to be executed) be made compatible with virtualenv and pip? Is there a ...
0
votes
1answer
57 views
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 ...
3
votes
1answer
59 views
What are the use cases for a Python distribution?
I'm developing a distribution for the Python package I'm writing so I can post
it on PyPI. It's my first time working with distutils, setuptools, distribute,
pip, setup.py and all that and I'm ...
5
votes
1answer
342 views
What does “error: option --single-version-externally-managed not recognized” indicate?
I seem to have suddenly started encounter the error error: option --single-version-externally-managed not recognized when pip installing varions packages (including PyObjC and astropy). I've never ...
0
votes
0answers
25 views
developing and distributing office dependent application
I have an application that was developed by a collegue of mine which performs some analysis on pcap files (through winpcap) and creates an excel sheet with graphs presenting the analysis results.
The ...
0
votes
0answers
31 views
Is there a standard way to downloading third-party data files in setup.py?
This question is focused on the distribute flavor of setup.py since from what I can tell it's supposed to replace distutils.
My goal is to have a python module skeleton that as part of it's setup ...
0
votes
0answers
18 views
Data Distribution on multiple servers
I'm looking for an existing software/technology to deploy data parts of our Test environment to multiple distribution SQL servers. Common data such as translations and Combobox content need to go to ...
0
votes
1answer
194 views
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 ...
0
votes
0answers
80 views
spread info using binary tree in mpi
I am learning MPI at school and I after a big assignment (which I pulled off :) ), I have a bonus question that goes like this:
"Say that we have a binary tree topology and we want to distribute some ...
0
votes
0answers
38 views
Using distribute gui_scripts does not start GUI
I'm using distribute to install a python application. The app uses Python 2.7 with PyGTK. I don't have separate CLI/GUI interfaces for this application, but I wanted to use the ...
1
vote
0answers
67 views
Distribute and Pip for use with Python 3.2
When installing modules with pip or distributes easy_install for python3, modules will instead install for python 2.7 or earlier. Im fairly new to both the mac operating system and python itself (4 ...
0
votes
1answer
63 views
Distribute/distutils specify Python version
Kinda followup to this... :)
My project is Python 3-only and my question is basically how I tell distutils/distribute/whoever that this package is Python 3-only?
0
votes
0answers
54 views
Where to get the PyPI packages ranking order by download times?
I didn't find it in the official site.
And I googled and got this:
http://pypi-ranking.info/alltime
But I don't know the accuracy of the list here and it doesn't say this is order by direct ...
2
votes
0answers
475 views
iOS In House app - Unable to download application
I'm trying to distribute an In House app, but when I try to install the app I get an error "Unable to download application".
Nov 12 12:33:41 iPhone-Rick installd[31] <Error>: 0x2ffc6000 ...
0
votes
1answer
219 views
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 ...
1
vote
0answers
177 views
How can I make setuptools (or distribute) install a package from the local file system
Is it possible to specify (editable) source dependencies in setup.py that are known to reside on the local file system?
Consider the following directory structure, all of which lives in a single VCS ...
1
vote
1answer
160 views
correct way to find scripts directory from setup.py in Python distutils?
I am distributing a package that has this structure:
mymodule:
mymodule/__init__.py
mymodule/code.py
scripts/script1.py
scripts/script2.py
The mymodule subdir of mymodule contains code, and ...
0
votes
0answers
82 views
Distribute/relaying live stream from AXIS cam (h.264)
I'm wondering how I could do if I would like to distribute a live stream from an AXIS cam with h.264 formatting. What I would like to do is to read in the stream that is available on the web and and ...
1
vote
1answer
151 views
Issue with pip, distribute, and setuptools
I have a package that uses distribute_setup.py to use distribute in place of setuptools - so I have:
from distribute_setup import use_setuptools
use_setuptools()
at the top of the package's ...
0
votes
1answer
104 views
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 ...
0
votes
0answers
53 views
Exception on Distribute Export for Android App Store in Titanium
Build is running fine but when i am trying to export the apk file, it's giving me below exception:- i am using 1.7.5 titanium sdk.
[ERROR] Exception in thread "main" ...
2
votes
3answers
939 views
Installing Pyramid and Distribute on a Mac
Last login: Wed Aug 15 18:31:40 on console
unknown68a86d4e0c2c:~ pessimisticoptimism$ curl -O http://python-distribute.org/distribute_setup.py
% Total % Received % Xferd Average Speed Time ...
-10
votes
1answer
8k views
Upload Android app to google play step by step…? [closed]
1)
I'm new bee to android distribution,my application is ready and now I want to distribute it through google play. But I can't find how to create certificate, because default debug certificate not ...
1
vote
2answers
90 views
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%.
2
votes
0answers
921 views
XCODE: Icon specified in info.plist not found under the top level app wrapper Default@2x.png
Alright, I have had maybe 20 issues with validating my project, and before that it was a breeze making it, but I'm at the finish line. I can't seem to figure this one out, and this is the last step ...
1
vote
4answers
111 views
distributing Java program with Eclipse
Hi I made a small program with eclipse and I am trying to send it to another friends computer so they can use the program as well. I found a straight forward tutorial on the internet at:
How to ...
2
votes
3answers
310 views
How to evenly distribute the components by width in a Row?
I'm using Appcelerator Titanium and want to make an Android application. I created a TableView with 4 rows. I want to put 3 labels into each row and I want my labels to be evenly distributed. (1st ...
1
vote
0answers
90 views
Automating Xcode Organizer Distribute?
We have a vendor developing an iOS application for us. They are providing .xcarchive files of the builds for us. We have been using the Xcode "Organizer" window to distribute builds as .ipa files. ...
0
votes
1answer
277 views
Copy shell script and preserve permissions [closed]
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 ...
0
votes
0answers
92 views
How to distribute data evenly to mappers in a mapreduce job on HBase
I am running a MR job (only mapper) that writes filtered data based on some parameters to another HBase table.
I have 10 machines. It spawned 34 mappers (which I believe is based on number of regions ...
1
vote
0answers
57 views
How can I get the author name, project description etc from a Distribution object in pkg_resources?
pkg_resources api let's you get Distribution objects that represent egg distributions inside a directory. I can trivially get the project name and version of the distribution with dist.project_name ...