py2exe

Thomas Heller thomas.heller at ion-tof.com
Wed Jun 6 10:44:32 EDT 2001


"John" <john.thai at dspfactory.com> wrote in message news:xarT6.245340$Z2.2800345 at nnrp1.uunet.ca...
> Hi,
>
> I get the following messages when I try to use py2exe :
>
> warning: install: modules installed to
> 'build\bdist.win32\winexe\lib\PROGRA~1\Py
> thon21\', which is not in Python's module search path (sys.path) -- you'll
> have
> to change the search path yourself
This bogus warning will not appear in the next version of py2exe,
you should ignore it.

> The win32api module is not available - modules listed
> in the registry will not be found.
Install the win32all extensions to get rid of this
(if you care, you can also safely ignore it).

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

Thomas





More information about the Python-list mailing list