Questions tagged [distribute]

Python distribute (Setuptools) module.

See http://pythonhosted.org/distribute/setuptools.html

228 questions
0
votes
1 answer

Some classes can't be resolved when compiling Apache Drill?

I built the Drill project according to the wiki specification but, the project has some errors. Some classes (BigIntVector, BitHolder,BigIntHolder) can't be resolved and the workspace don't really contain these class files. Any suggestions as to…
Li You
  • 159
  • 3
  • 7
0
votes
1 answer

Distribute elements with gap between them evenly in parent div and change their width automatically

Problem: Div is 850px and has a variable number of child elements (image in link element). I want them to change their width automatically so they fill out the parent div having a 10px wide gap between them. Also they should be justified in the…
0
votes
2 answers

ActionScript 3 Distributing TextFields

Actionscript 3 I have been wrecking my head most today on the best way of going about this, but i end up over complicating what i would believe to be a simple task. I have some TextFields lined up next to each other all fixed width, i.e ( [ width …
Andy
  • 443
  • 1
  • 6
  • 21
0
votes
1 answer

SolrCloud Distribute search

When a distributed search is done, the initial query is forwarded to all shards that are part of the specific collection that we are querying. My question here is, Which is the machine that does the aggregation for results from shards? Is the…
Yago Riveiro
  • 727
  • 13
  • 28
0
votes
1 answer

Installing distribute for Python 3.3

I try to install distribute with python 3.3 on Ubuntu 12.04 to install pymongo. I downloaded distribute_setup.py with curl -O http://python-distribute.org/distribute_setup.py Afterwards I tried python3 distribute_setup.py install But I…
Codehai
  • 524
  • 1
  • 7
  • 27
0
votes
1 answer

Xcode crashes when distributing app to app store

I am on xcode 4.6.3 and my team member is on xcode 4.6, we are having problems when we try and distribute the archive to the app store via xcode organiser...if we hit 'validate' nothing happens, if we hit 'distribute' xcode just crashes and…
owlyfool
  • 337
  • 3
  • 13
0
votes
0 answers

Bundle Python app without interpreter

I have a Python script with just minimal import (=psutil) and have bundled it with py2app. However, the resulting app is almost 9 MB because it includes the interpreter. I am looking for ways to reduce the size - the best way I can think of is to…
askance
  • 1,077
  • 4
  • 14
  • 19
0
votes
2 answers

Linux Distribute Big File and Gather Results

(Don't suggest Hadoop or map reduce solution even they sounds logically the same) I have a big file - 70GB of raw html files and I need to do the parsing to get the information I need. I have delt with 10GB file successfully before using…
B.Mr.W.
  • 18,910
  • 35
  • 114
  • 178
0
votes
1 answer

Can we share application in blackberry without the use of jad files

I need to know whether we can install and share blackberry application without using .jad files and make it just one .cod files as a distribution package to install.
Yatin
  • 2,969
  • 9
  • 34
  • 68
0
votes
3 answers

Installing Basic Python Modules

I first downloaded Python 3.3 with the purpose of then adding xlrd and xlwt to use with excel. I have been unable to install easy_install, distribute, or either of the above. This is an error message I get after downloading distribute, extracting it…
0
votes
2 answers

should I re-install python again for zlib module?

When installing distribute-0.6.49 with python3.3.2 in Ubuntu system, error encountered ....blablabla followed by... "Compression requires the (missing) zlib module") RuntimeError: Compression…
xavi
  • 29
  • 1
  • 1
  • 8
0
votes
2 answers

automated build of python eggs

I have a directory containing N subdirectories each of which contains setup.py file. I want to write a python script that iterates through all subdirectories, issues python setup.py bdist_egg --dist-dir=somedir, and finally removes build and…
mnowotka
  • 16,430
  • 18
  • 88
  • 134
0
votes
0 answers

Installing Distribute in Windows

I am following these instructions to install Distribute in Windows 7, but when I run the script to install I get the following error message: Extracting in c:\users\michae~1\appdata\local\temp\tmpuvkx38 Now working in…
Michael
  • 13,244
  • 23
  • 67
  • 115
0
votes
1 answer

How to correctly use pip install --download?

I have pip installed on Windows (bundled with ActivePython), Debian 7 (installed via sudo apt-get install python-pip) and OSX 10.8 (installed via easy_install pip). I want to download mercurial package without installing it (just a .tar.gaz archive)…
grigoryvp
  • 40,413
  • 64
  • 174
  • 277
0
votes
1 answer

distribute a usable python program to a python which doesn't have Distribute installed?

How to distribute a usable python program to a python which doesn't have Distribute installed? I've created a Windows Binary installer using python setup.py bdist_wininst. The setup.py contains a console script entry point, so that a Windows .exe…
matt wilkie
  • 17,268
  • 24
  • 80
  • 115