[Distutils] eggs and py2app/py2exe
Kevin Dangoor
dangoor at gmail.com
Wed Jul 6 20:06:26 CEST 2005
On 7/6/05, Phillip J. Eby <pje at telecommunity.com> wrote:
> The egg runtime is designed to allow "baskets" - zip files containing
> multiple eggs - in order to support py2exe and similar scenarios.
Aha. That is handy.
Given how easy eggs are to work with, I'm certain that I'll be able to
get them working with the existing py2app/py2exe, even if the process
is a bit more manual. It seems like I just need to be sure that
pkg_resources makes it in to the app, and that the eggs all end up in
one of the spots that are naturally added to sys.path by the
py2app/py2exe runtimes.
Thanks for the tips!
Kevin
More information about the Distutils-SIG
mailing list