Top "Egg" questions

A python egg is a file used for distributing python projects as bundles; it is usually compressed with the zip algorithm.

How to include a python .egg library that is in a subdirectory (relative location)?

How do you import python .egg files that are stored in a relative location to the .py code? For example, …

python egg
How do I install an .egg file without easy_install in Windows?

I have Python 2.6 and I want to install easy _ install module. The problem is that the only available installation package …

python easy-install egg
Why does pip fail when installing local egg repository?

I am working on Windows 7.I have created a python egg using distutils. Now I try to install this egg …

python local pip egg
How do I manage third-party Python libraries with Google App Engine? (virtualenv? pip?)

What's the best strategy for managing third-party Python libraries with Google App Engine? Say I want to use Flask, a …

python google-app-engine deployment pip egg
What is the difference between an 'sdist' .tar.gz distribution and an python egg?

I am a bit confused. There seem to be two different kind of Python packages, source distributions (setup.py sdist) …

python egg sdist
How to update a file in python egg

We are using trac. In our setup we have a problem that is solved in repository. So I got the …

python trac egg
Where can I download binary eggs with psycopg2 for Windows?

I'm looking for binary eggs with psycopg2's binaries for Windows but can't find any. On http://initd.org/psycopg/…

python windows binary psycopg2 egg
Bundle python script and dependencies into a single file

I have a few script that had their own copy of a some functions, so I extracted these functions to …

python scripting egg
pip: Why sometimes installed as egg, sometimes installed as files

Where can you force pip to install as "flat" and not as "egg". For me it seems random. Sometimes it …

python pip egg
How to install a python egg

I'm trying to setup ftw.mail for my postfix installation. Since I'm new to Linux and Python I don't really …

python email postfix-mta egg