Where to I find files: gtk.py _gtk.py and GDK.py

Thomas Jollans nospam at jollans.com
Wed Oct 4 09:39:05 EDT 2006


On Wed, 04 Oct 2006 05:17:48 -0700, vedran_dekovic at yahoo.com let this
slip:

> Hello,
> Can you tell me where to I find exactly this files:gtk.py, _gtk.py and
> GDK.py
> I was look everywhere,and download package of gtk but I can't find this
> files

on my system, the gtk module is at
/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.pyc . On your
system, __import__('gtk').__file__ knows more than you.

-- 
Thomas Jollans alias free-zombie



More information about the Python-list mailing list