Brad Clements wrote: > 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)
Huh, just when you think you understand __init__.py another weird stdlib module comes up. Anyway, this has been added to the trunk of all the paste.* projects. -- Ian Bicking | [EMAIL PROTECTED] | http://blog.ianbicking.org _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
