Tagged Questions

1
vote
2answers
12 views

force unpacking of certain egg directories

I have an egg distribution of a PyQt application which i build myself, and it contains sphinx generated documentation. When i call the help file from the application it opens the s …
0
votes
0answers
26 views

Python: Error in uploading an MSI distribution to the cheeseshop

I'm trying to upload an MSI binary distribution of my project to the cheeseshop. I'm doing setup.py bdist_msi register upload. It builds the project and the setup script finishes, …
34
votes
12answers
10k views

How to setup setuptools for python 2.6 on Windows?

Is there any way to install setuptools for python 2.6 in Windows without having an .exe installer? There isn't one built at the moment, and the maintainer of setuptools has state …
1
vote
2answers
49 views

Including package data with Distribute

I'm trying to use Distribute for my project's setup.py. I want it to include all the files in the package folder, which are text and image files, but not .pyc files of course. I re …
2
votes
1answer
28 views

Packaging resources with setuptools/distribute

I'm developing an Python egg that has several .txt dependencies (they're templates used to generate files by the egg itself), and I'm struggling to get those dependencies copied to …
1
vote
3answers
80 views

How to trigger post-build using setuptools/distutils

I am building an application using py2app/setuptools, so once it creates application bundle I want to take some action on dist folder e.g. create a installer/upload it. Is there a …
0
votes
1answer
26 views

Introduction/tutorial to `pkg_resources`

I heard about Distribute's pkg_resources. I want it to organize resources such as images in my project. Is there a good tutorial on how to use it?
1
vote
6answers
90 views

What if setuptools isn’t installed?

I'm just learning the art of writing a setup.py file for my project. I see there's lots of talk about setuptools, which is supposed to be superior to distutils. There's one thing t …
1
vote
1answer
53 views

What causes ZipImportError exceptions while installing eggs from the web?

I'm working on an automatic testing framework which installs eggs downloaded directly from the web-server. From time to time I get a very long stacktrace leading to a ZipImportErro …
2
votes
1answer
67 views

Python app distribution cross-platform

I want to distribute my app on OSX (using py2app) and as a Debian package. The structure of my app is like: app/ debian/ <lots of debian related stuff> …
1
vote
3answers
127 views

Excluding a top-level directory from a setuptools package

I'm trying to put a Python project into a tarball using setuptools. The problem is that setuptools doesn't appear to like the way that the source tree was originally setup (not by …
3
votes
2answers
91 views

How to make easy_install execute custom commands in setup.py?

I want my setup.py to do some custom actions besides just installing the Python package (like installing an init.d script, creating directories and files, etc.) I know I can custom …
0
votes
1answer
46 views

Fix permissions for rpm/setuptools packaging

I have a project that requires post-install hooks for deployment. My method is to use setuptools to generate the skeleton rpm spec file and tar the source files. The problem is t …
2
votes
2answers
83 views

easy_install -f vs easy_install -i

This is related to this question I asked a while back. The end game is I want to be able to install my package "identity.model" and all dependencies. like so... $ easy_install - …
0
votes
1answer
38 views

“setup.py upload” is failing with “Upload failed (401): You must be identified to edit package information”

When running.. python setup.py sdist register upload ..I get the following output: running register We need to know who you are, so please choose either: 1. use your existing …

1 2 3 4 next
15 30 50 per page