shawn bright wrote:
My question is, can this be done ? will a pygtk app run on windows if they install gtk libs and python ?
Yes, I'm doing this, and it works. It can be a bit tricky tracking down a binary installer for gtk and getting paths, etc. set up right. The best thing would be to use py2exe to bundle it all up into a single package for distribution. That ought to be possible in theory, although I haven't made a serious attempt to do it myself yet. -- Greg _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
