To get a new pygtk app running under windows the following steps are listed below (modified from a note by John Hunter <[EMAIL PROTECTED]>):
1 ) Install http://prdownloads.sourceforge.net/gtk-win/GTK+-Runtime-Environment-2.2.1.1.exe to c:\GTK, and add C:\GTK\lib and C:\GTK\bin to your PATH. 2) Install Python http://www.python.org/ftp/python/2.2.2/Python-2.2.2.exe and add C:\Python22\DLLs to your PATH 3) Install http://www.pcpm.ucl.ac.be/~gustin/win32_ports/binaries/pygtk-1.99.16-thread.win32-py2.2.exe. 4) Rename your python file to file.py so that the python interpreter picks it up. -- Anthony Tekatch _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
