Re: py2exe compression not working with Python 2.5

2006-09-22 Thread nikie
Thomas Heller wrote: > nikie schrieb: > > When I try to compress the output of py2exe like this: > > > > from distutils.core import setup > > import py2exe > > > > setup(console=['hello.py'], options={"py2exe": {"compressed": 1}}) > > > > I get strange error messages: > > > > Adding zlib.pyd

Re: py2exe compression not working with Python 2.5

2006-09-22 Thread Thomas Heller
nikie schrieb: > When I try to compress the output of py2exe like this: > > from distutils.core import setup > import py2exe > > setup(console=['hello.py'], options={"py2exe": {"compressed": 1}}) > > I get strange error messages: > > Adding zlib.pyd to C:\tests\CanControllerTest\New Folde

py2exe compression not working with Python 2.5

2006-09-22 Thread nikie
When I try to compress the output of py2exe like this: from distutils.core import setup import py2exe setup(console=['hello.py'], options={"py2exe": {"compressed": 1}}) I get strange error messages: Adding zlib.pyd to C:\tests\CanControllerTest\New Folder (2)\dist\library.zip Traceback (m