py2exe problem

Simon Dahlbacka sdahlbacSPAMSUX at abo.fi
Tue Mar 18 15:20:25 EST 2003


"Thomas Heller" <theller at python.net> wrote in message
news:znns65oy.fsf at python.net...
> "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

..hmm, on my computer it works nicely.. winxp,python22,wxpython,win32all
however it fails with some wx assertion errors on a friend's machine win98,
no python installed..

..is it wx that is bugging or.. ?

/Simon






More information about the Python-list mailing list