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
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',