472,133 Members | 1,069 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,133 software developers and data experts.

py2app and eggs

This may be common information, but I had trouble finding it.

I was getting an ImportError whenever I tried to run a built app from
py2app.

It turns out that using py2app version "0.3.6", it was having trouble
with zipped egg installs.

I had to move my zipped egg file to a temporary location (from
sitepackages) and issue a ``easy_install -Z somepackage.egg``.

Once I did this, I stopped getting the ImportError and everything
worked.

Aug 21 '07 #1
0 863

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

reply views Thread by Bob Swerdlow | last post: by
1 post views Thread by bex | last post: by
3 posts views Thread by bsharitt | last post: by
reply views Thread by Richard Taylor | last post: by
3 posts views Thread by SPE - Stani's Python Editor | last post: by
2 posts views Thread by loren.davie | last post: by
2 posts views Thread by James Stroud | last post: by
3 posts views Thread by AdamGr | last post: by
1 post views Thread by Joe Strout | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.