Re: [Paste] paste and py2exe requires __init__ change in Paste

2006-11-06 Thread Ian Bicking
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

[Paste] package_dir not respected in paste.script

2006-11-06 Thread ksmith93940-dev
if package_dir is set to say "src" in setup.py than .egg-info files are generated in the src/ directory. this is unknown to create_distro.py if os.path.exists(os.path.join(output_dir, 'setup.py')): self.run_command(sys.executable, 'setup.py', 'egg_info',