On 11/27/05, spike grobstein <[EMAIL PROTECTED]> wrote:
how are you importing pygtk?

try like this:

import pygtk
pygtk.require('2.0')
import gtk

gtk.rc_parse("test") # rc file's path should be relative to the
source file that calls this

Thanks, gtk.rc_parse("test") worked fine!


_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to