[pygtk] Gnome Support for Native Win32

Cleo McLellan cleo.mclellan at gmail.com
Sat Sep 13 04:51:59 WST 2008


Hi All,

I am trying to get a PyGTK application working on Windows. I have installed
the basic stuff like pygtk, gtk, and pango using the installer found here:
http://aruiz.typepad.com/siliconisland/2006/12/allinone_win32_.html
So a basic application found in the tutorials work perfectly. I made another
application that requires more modules. Here are my import statements:

import pygtk
import gtk
import gtk.glade
import gtkhtml2, gnomevfs
import pango
import string
import datetime
import os
import gobject
import gnome.ui

I think the ones that need to be installed are gnomevfs, gnome, gnome.ui,
and gtkhtml2. All else can be imported successfully.
I found a message on another forum that specified where to obtain Win32
packages for these modules: http://ftp.gnome.org/pub/gnome/binaries/win32/

I think my question is: Are these the appropriate packages to get it
installed on Windows, and if so, how can you install them?

I truly appreciate any help.

Thanks,
Cleo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.daa.com.au/pipermail/pygtk/attachments/20080912/40b0d8d8/attachment.htm 


More information about the pygtk mailing list