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 thetarget (deployment) system the easy_install works. Instead of "pythonsetup.py bdist_egg" (with Python 2.5 being the default here) I explicitlyran "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
smime.p7s
Description: S/MIME cryptographic signature
