I am using Paste from svn, installed as an egg but as

python setup.py develop


py2exe requires eggs to be unzipped.

Additionally, because Paste uses namespace packages, it requires some 
changes to Paste/paste/__init__.py and Paste-Deploy/paste/__init__.py
(I'm not using PasteScript from py2exe)

That is, adding this to the bottom of __init__.py:


import modulefinder
for p in __path__:
    modulefinder.AddPackagePath(__name__, p)


See this URL:

http://www.py2exe.org/index.cgi/ExeWithEggs



-- 
Brad Clements,                [EMAIL PROTECTED]    (315)268-1000
http://www.murkworks.com                          
AOL-IM or SKYPE: BKClements



_______________________________________________
Paste-users mailing list
[email protected]
http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users

Reply via email to