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