[mod_python] Error in making .exe from .py file

Mikael Eriksson miffe-miffe at telia.com
Sat Jun 25 10:03:44 EDT 2005


tushar liladhar patil wrote:
>  
> Hi friends,
>         I want to make an .exe file from .py file using py2exe but it is 
> giving me an error like:
> 
> The following modules appear to be missing
> ['gdk', 'ltihooks', 'sitecustomize']
> when i tried to run it.

You have to exclude the packages gtk,gobject and pango.
and the copy them manually to the library.zip
and put the .pyd file outside the zip.

> Also I had tried for 'exemaker' but it will not run by dubble clicking 
> it is giving an error 'python.exe' not found. for that i have to copy 
> python.exe to my folder. If i run it from console just by typing 
> 'filename' it will run perfectly without copping the python.exe file.
> 
> please do the needfull...
> 
> Thanking you,
> Tushar.
> 
> 
> 
> <http://clients.rediff.com/signature/track_sig.asp>
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://mailman.modpython.org/mailman/listinfo/mod_python



More information about the Mod_python mailing list