On Jun 29, 2008, at 7:40 AM, Christoph Haas wrote:

I found out something. If I build the egg with the same version as on the
target (deployment) system the easy_install works. Instead of "python
setup.py bdist_egg" (with Python 2.5 being the default here) I explicitly
ran "python2.4 setup.py bdist_egg".

Binary dist egg's only work on the same Python system. If you want a egg that works on other Python versions, use sdist instead of bdist_egg.

Cheers,
Ben

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to