[pygtk] py2exe for PyGTK: is there a way to avoid gtk runtime installation?

Cedric Gustin cedric.gustin at swing.be
Thu Sep 23 16:52:11 WST 2004


Nikos Kouremenos wrote:
>  >See the thread starting with this message
>  >http://www.daa.com.au/pipermail/pygtk/2004-August/008328.html
>  >Cedric
> 
> a) I was refering to this exactly link that it should go to the FAQ
> 
> b) what I asked is how to ship yourself the files needed without the 
> gtk-run-installer. [if possible]

Ok, I understand now. I guess the best is to ship ALL the files that are 
part of the GTK+ runtime installer from the gladewin32 project, without 
modifying the directory structure, and make sure that the bin subdir 
(with all the DLLs) is first in the PATH (to avoid DLL hell). If you 
don't use libglade, you can safely delete the libglade and libxml2 DLL.

Cedric


More information about the pygtk mailing list