py2exe

Robin Dunn robin at stop.spam.alldunn.com
Thu Jun 7 02:10:14 EDT 2001


> >
> > warning: py2exe: * The following modules were not fo
> > warning: py2exe: *   win32api
> > warning: py2exe: *   miscc
> > warning: py2exe: *   printfwc
> > warning: py2exe: *   misc2c
> > ...
> Ignore them (and make sure to thoroughly test the built
> executable). Most of them are symbols coming from wxPython...

They're not found because they are statically linked with the code wxPython
extension.  So they are found just fine at runtime, just not on the
filesystem.


--
Robin Dunn
Software Craftsman
robin at AllDunn.com       Java give you jitters?
http://wxPython.org      Relax with wxPython!






More information about the Python-list mailing list