Hi,

I have compiled gtkhtml2 for windows as a shared
library (".dll") and created a wrapper to be able
to use it with pygtk. The wrapper only consists
of a single .dll (in the current working 
directory), created in a similar way as described
in the PyGTK FAQ 1.11.
However, when I load the module, I get the 
following error:

C:\build_gtk\pygtkhtml>python
Python 2.3 (#46, Jul 29 2003, 18:54:32) [MSC v.1200 32 bit (Intel)] on 
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import gtk
>>> gtk.pygtk_version
(2, 0, 0)
>>> gtk.gtk_version
(2, 2, 4)
>>> import gtkhtml2
Fatal Python error: PyThreadState_Get: no current thread

abnormal program termination


does anybody have any ideas, what could be the problem?

thanks,
Bernhard
_______________________________________________
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