[pygtk] installing pygtk on cygwin
Dominic Salemno
d.salemno at gmail.com
Mon Sep 8 23:15:23 WST 2008
Patty,
You could try installing this: python-gobject. This is the Python bindings
for the GObject library. In Ubuntu you could do: sudo aptitude install
python-gobject or use the Synaptic Package Manager for an easy-to-install
GUI based process. If this is not your distribution, look up the method for
installing software for *your* distribution.
Sincerely, Dominic Salemno.
2008/9/8 <patty.ackermann at gmail.com>
> I forgot to mention the error message I am receiving:
>
> Traceback (most recent call last):
> File "path_test.py", line 13, in <module>
> import gtk
> File "/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py", line 33,
> in <module>
> import gobject as _gobject
> ImportError: No such file or directory
>
> So it seems that from looking at your listing, I am missing a gobject
> directory? If this might be the case, how can I obtain the appropriate files
> in the python2.5 directory?
> _______________________________________________
> pygtk mailing list pygtk at daa.com.au
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.daa.com.au/pipermail/pygtk/attachments/20080908/f76cbca4/attachment.htm
More information about the pygtk
mailing list