Quick guide to PyGTK on Windows

I found this to be non-trivial. Here are the steps you need to go through to get PyGTK to work in Windows:
  1. Download the Python 2.5 MSI installer. Direct link

    Install it to C:\Python25 and do not forget to add C:\Python25\bin to your PATH.

  2. Download the PyGTK EXE installer. Direct Link
  3. Download the GTK EXE installer. Direct link

    Install it in C:\GTK. It should automatically add C:\GTK\bin to your PATH. If it does not, do it manually.

  4. Download the PyCairo EXE installer. Direct link.

  5. Download the pygobject EXE installer. Direct link.
Maybe it is not that complicated. :)

Bloggarkiv