py2exe problem

Thomas Heller theller at python.net
Tue Mar 18 10:43:41 EST 2003


"Simon Dahlbacka" <sdahlbacSPAMSUX at abo.fi> writes:

> I keep getting a lot of error messages trying to make an exe out of my prog:
> ************************************************
> warning: py2exe: * The following modules were not found
> warning: py2exe: *   rourl2path
> warning: py2exe: *   cmndlgsc
> warning: py2exe: *   utilsc
> warning: py2exe: *   clip_dndc
> warning: py2exe: *   windows3c
> warning: py2exe: *   filesysc
> warning: py2exe: *   eventsc
> warning: py2exe: *   windows2c
> warning: py2exe: *   controlsc
> warning: py2exe: *   ic
> warning: py2exe: *   misc2c
> warning: py2exe: *   os.path
> warning: py2exe: *   windowsc
> warning: py2exe: *   stattoolc
> warning: py2exe: *   mdic
> warning: py2exe: *   gdic
> warning: py2exe: *   sizersc
> warning: py2exe: *   printfwc
> warning: py2exe: *   SOCKS
> warning: py2exe: *   fontsc
> warning: py2exe: *   imagec
> warning: py2exe: *   streamsc
> warning: py2exe: *   miscc
> warning: py2exe: *   controls2c
> warning: py2exe: *   framesc
> ******************************************************
> 
> ..how can this be fixed?
> 
> /Simon

You should ignore them, they are warnings, after all (the modulefinder
included with py2exe isn't very smart) And be sure to test the resulting
exe thorougly...

Thomas




More information about the Python-list mailing list