[pygtk] strange behaviour with py2exe

2010-02-22 Thread Yann Leboulanger
Hi all, My application uses those lines: gtk_icon_theme = gtk.icon_theme_get_default() gtk_icon_theme.append_search_path(DIR) It works well when I run it from command line. Now if I run py2exe on my app, when I run it I have this error: Traceback (most recent call last): File gajim.py, line

[pygtk] Simple threading prevents quitting

2010-02-22 Thread Tobias Weber
Hi, on the Mac the following works fine with both X11 and Quartz: http://www.pygtk.org/pygtk2tutorial/examples/helloworld.py I then added a single line to prepare for simple threading as mentioned on: http://faq.pygtk.org/index.py?req=showfile=faq20.001.htp gobject.threads_init() This

[pygtk] Making part of a GTK-window transparent and position another window behind

2010-02-22 Thread Christoph David Hermann
Hello to all, I'm planning to develop a simulation game using panda3D (http://www.panda3d.org/) and pygtk. Unfortunately, it is not possible export an OpenGL-context from panda3D and directly draw on a GTK widget using an OpenGL-extension. So I decided to draw the main window with pygtk,