Marcin Lewandowski napisaĆ(a): > I have another question related to my project. > > I've chosen pygtk to create portable app. But average windows install > doesn't have pygtk/python etc. libs on system. So when I will be > creating a windows installer of my app I have to install: python, gtk & > pygtk. > > Are there any complete solutions for that, I mean one package that I can > download, just unpack and work with it?
This may be large download, so I suggest making 2 distributions: one including GTK runtime and one without it. Go and see how people from Gajim did this (http://www.gajim.org/). -- Jarek Zgoda http://jpa.berlios.de/ _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
