Re: [Distutils] Problem between bdist_msi and egg-info (Python 2.5b1)

2006-07-02 Thread Paul Moore
I have now submitted a bug (http://www.python.org/sf/1515998). Paul. ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig

Re: [Distutils] Problem between bdist_msi and egg-info (Python 2.5b1)

2006-06-30 Thread Paul Moore
On 6/29/06, Phillip J. Eby <[EMAIL PROTECTED]> wrote: > At 04:21 PM 6/29/2006 +0100, Paul Moore wrote: > > File "D:\Apps\Python25\Lib\msilib\__init__.py", line 115, in add_data > > raise MSIError("Could not insert "+repr(values)+" into "+table) > >_msi.MSIError: Could not insert [(None, 'site

Re: [Distutils] Problem between bdist_msi and egg-info (Python 2.5b1)

2006-06-29 Thread Phillip J. Eby
At 04:21 PM 6/29/2006 +0100, Paul Moore wrote: > File "D:\Apps\Python25\Lib\msilib\__init__.py", line 115, in add_data > raise MSIError("Could not insert "+repr(values)+" into "+table) >_msi.MSIError: Could not insert [(None, 'site_packages', >'TEST-1~1.EGG|test-1.0-py2.5.egg-info', 186L, Non

[Distutils] Problem between bdist_msi and egg-info (Python 2.5b1)

2006-06-29 Thread Paul Moore
If I try to build a bdist_msi installer for a trivial module, using Python 2.5b1, I get an error. It looks like a problem with the interaction of the new (in 2.5) egg-info stuff and the bdist_msi code - but I have no further ideas. Here is the setup.py from distutils.core import setup setup(