Peter Morgan napisaĆ(a): > Also one last point is for windows users, they are the biggest market. > Indeed I checked pygtk, then went for mono and gtk# and after 2 days, > realised that the install to windows was going to be a nightmare and > came back to pygtk ;-). I've even been thinking about creating a > "Windows install pack" than installs python, gtk, pygtk, cairo.. the > whole lot, just for my own deployments. It took me sometime to figure it > out and as a newbie, getting my head around all the versions was > confusing to say the least, particularly as a lot of the elements were > on different other sites. Windows users expect to have an installer, > that's one of the great things about vb.net. Maybe NSIS would be a good > solution http://nsis.sourceforge.net/ ?
I saw somewhere ready Inno Setup script for py2exe applications (not sure if it was for PyGTK or wxPython, though) and I know it works. Gajim (http://www.gajim.org/) people already have something like that. This is not uncommon task, so I bet one can find more solutions like these two. -- 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/
