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.