Python 2.0 NT 4 SP 5 wxPython 2.2.5
I have just installed py2exe ( 0.2.3 ) and made a setup script for the
wxTemplate (a template app for Gordons installer) after trying to make
an exe file with:
python setup.py py2exe
I get:
warning: py2exe:
···
*************************************************************************
warning: py2exe: * The following modules were not found:
warning: py2exe: * miscc
warning: py2exe: * windowsc
warning: py2exe: * streamsc
warning: py2exe: * gdic
warning: py2exe: * framesc
warning: py2exe: * sizersc
warning: py2exe: * controls2c
warning: py2exe: * printfwc
warning: py2exe: * stattoolc
warning: py2exe: * misc2c
warning: py2exe: * controlsc
warning: py2exe: * windows2c
warning: py2exe: * eventsc
warning: py2exe: * windows3c
warning: py2exe: * clip_dndc
warning: py2exe: * mdic
warning: py2exe: * imagec
warning: py2exe: * cmndlgsc
warning: py2exe: * filesysc
warning: py2exe:
*************************************************************************
removing 'build\bdist.win32\winexe\collect\myscript' (and everything
under it)
removing 'build\bdist.win32\winexe' (and everything under it)
Thanks for any sugestions what's missing.
Przemek
--
Przemysław G. Gawroński
Informatyk - Dział Telemetrii
TNS OBOP
tel.: (0 22) 648 30 71, (0 22) 648 20 44 (-46)
fax: (0 22) 644 99 47
mailto:P.Gawronski@obop.com.pl
http://www.obop.com.pl/
http://www.tns.com/
_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users
Hi Przemek,
Just curious, but does the resulting executable work anyway? (they are just
_warnings_ after all)
-Dave
···
-----Original Message-----
From: wxpython-users-admin@lists.sourceforge.net
[mailto:wxpython-users-admin@lists.sourceforge.net]On Behalf Of
Przemysław G. Gawroński
Sent: Thursday, February 22, 2001 3:34 AM
To: wxpython-users@lists.sourceforge.net
Subject: [wxPython] py2exe problem
Python 2.0 NT 4 SP 5 wxPython 2.2.5
I have just installed py2exe ( 0.2.3 ) and made a setup script for the
wxTemplate (a template app for Gordons installer) after trying to make
an exe file with:
python setup.py py2exe
I get:
warning: py2exe:
*************************************************************************
warning: py2exe: * The following modules were not found:
warning: py2exe: * miscc
warning: py2exe: * windowsc
warning: py2exe: * streamsc
warning: py2exe: * gdic
warning: py2exe: * framesc
warning: py2exe: * sizersc
warning: py2exe: * controls2c
warning: py2exe: * printfwc
warning: py2exe: * stattoolc
warning: py2exe: * misc2c
warning: py2exe: * controlsc
warning: py2exe: * windows2c
warning: py2exe: * eventsc
warning: py2exe: * windows3c
warning: py2exe: * clip_dndc
warning: py2exe: * mdic
warning: py2exe: * imagec
warning: py2exe: * cmndlgsc
warning: py2exe: * filesysc
warning: py2exe:
*************************************************************************
removing 'build\bdist.win32\winexe\collect\myscript' (and everything
under it)
removing 'build\bdist.win32\winexe' (and everything under it)
Thanks for any sugestions what's missing.
Przemek
--
Przemysław G. Gawroński
Informatyk - Dział Telemetrii
TNS OBOP
tel.: (0 22) 648 30 71, (0 22) 648 20 44 (-46)
fax: (0 22) 644 99 47
mailto:P.Gawronski@obop.com.pl
http://www.obop.com.pl/
http://www.tns.com/
_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users
_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users
Just curious, but does the resulting executable work anyway? (they are just
_warnings_ after all)
There is no executable ;-(((
After the warnings come these messages:
removing 'build\bdist.win32\winexe\collect\myscript' (and everything
under it)
removing 'build\bdist.win32\winexe' (and everything under it)

···
--
Przemysław G. Gawroński
Informatyk - Dział Telemetrii
TNS OBOP
tel.: (0 22) 648 30 71, (0 22) 648 20 44 (-46)
fax: (0 22) 644 99 47
mailto:P.Gawronski@obop.com.pl
http://www.obop.com.pl/
_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users
It should put the result in the dist\<yourprogramname> directory.
···
-----Original Message-----
From: wxpython-users-admin@lists.sourceforge.net
[mailto:wxpython-users-admin@lists.sourceforge.net]On Behalf Of
Przemysław G. Gawroński
Sent: Thursday, February 22, 2001 7:59 AM
To: wxpython-users@lists.sourceforge.net
Subject: Re: [wxPython] py2exe problem
> Just curious, but does the resulting executable work anyway?
(they are just
> _warnings_ after all)
There is no executable ;-(((
After the warnings come these messages:
removing 'build\bdist.win32\winexe\collect\myscript' (and everything
under it)
removing 'build\bdist.win32\winexe' (and everything under it)

--
Przemysław G. Gawroński
Informatyk - Dział Telemetrii
TNS OBOP
tel.: (0 22) 648 30 71, (0 22) 648 20 44 (-46)
fax: (0 22) 644 99 47
mailto:P.Gawronski@obop.com.pl
http://www.obop.com.pl/
http://www.tns.com/
_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users
_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users
You always get these warnings when building wxPython programs.
They simply come from the fact, that py2exe cannot find these modules,
I think they are implemented in wxPython.pyd.
The executable is built in the dist\wxTemplate directory,
if the executable works, everything is ok.
Thomas
···
----- Original Message -----
From: "Przemysław G. Gawroński" <P.Gawronski@obop.com.pl>
To: <wxpython-users@lists.sourceforge.net>
Sent: Thursday, February 22, 2001 11:34 AM
Subject: [wxPython] py2exe problem
Python 2.0 NT 4 SP 5 wxPython 2.2.5
I have just installed py2exe ( 0.2.3 ) and made a setup script for the
wxTemplate (a template app for Gordons installer) after trying to make
an exe file with:
python setup.py py2exe
I get:
warning: py2exe:
*************************************************************************
warning: py2exe: * The following modules were not found:
warning: py2exe: * miscc
warning: py2exe: * windowsc
warning: py2exe: * streamsc
warning: py2exe: * gdic
warning: py2exe: * framesc
warning: py2exe: * sizersc
warning: py2exe: * controls2c
warning: py2exe: * printfwc
warning: py2exe: * stattoolc
warning: py2exe: * misc2c
warning: py2exe: * controlsc
warning: py2exe: * windows2c
warning: py2exe: * eventsc
warning: py2exe: * windows3c
warning: py2exe: * clip_dndc
warning: py2exe: * mdic
warning: py2exe: * imagec
warning: py2exe: * cmndlgsc
warning: py2exe: * filesysc
warning: py2exe:
*************************************************************************
removing 'build\bdist.win32\winexe\collect\myscript' (and everything
under it)
removing 'build\bdist.win32\winexe' (and everything under it)
Thanks for any sugestions what's missing.
Przemek
--
Przemysław G. Gawroński
Informatyk - Dział Telemetrii
TNS OBOP
tel.: (0 22) 648 30 71, (0 22) 648 20 44 (-46)
fax: (0 22) 644 99 47
mailto:P.Gawronski@obop.com.pl
http://www.obop.com.pl/
http://www.tns.com/
_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users
_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users
Big thanks, every thing works just fine !!!
Przemek
···
--
Przemysław G. Gawroński
Informatyk - Dział Telemetrii
TNS OBOP
tel.: (0 22) 648 30 71, (0 22) 648 20 44 (-46)
fax: (0 22) 644 99 47
mailto:P.Gawronski@obop.com.pl
http://www.obop.com.pl/
http://www.tns.com/
_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users