Hi, All: 
  The gtk module failed to initialize when I run my PyGtk program in the 
Embedding enviroment(VIM python extention).

 I think that PyGtk looking for sys.argv during the initialization. While
the embedded pythonn don't have such variable. After I added sys.argv
to the symbol table, and then import the gtk module, the gtk program
can run smoothly.

  It would be nice if the gtk module initialization detect if sys.argv 
exists.

THANKS


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

Reply via email to