[Distutils] py2exe and eggs

Phillip J. Eby pje at telecommunity.com
Tue Aug 16 19:25:13 CEST 2005


At 01:10 PM 8/16/2005 -0400, Jay Parlar wrote:
>Hmm... Even with eggs.pth in the resulting 'dist' directory, my
>sys.path still doesn't show the eggs on it. Is there something you
>have to do with py2exe to make it look for .pth files?

If all else fails, 'import site; addsitedir(".")' might do the trick.



More information about the Distutils-SIG mailing list