freeze bugs

Mark Hammond MarkH at ActiveState.com
Fri Oct 6 01:28:53 EDT 2000


> I've been able to use freeze.py to generate source, the makefile and
> have successfully frozen a script.  When I run the script I get some
> unexpected screen output:
>
> Initialising 'pywintypes'
> Initialising 'pythoncom'
> Initialising 'win32ui'
>    "my program output here"
> Terminating 'win32ui'
> Terminating 'pythoncom'
> Terminating 'pywintypes'

I have just checked in a fix to the core Python sources for this...

Mark.





More information about the Python-list mailing list