frank
unread,Sep 21, 2012, 2:37:30 PM9/21/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyglet-users
Hi,
Trying to jump in and learn and hit a problem. Don't know what I did
but Hello World bombs on me.
Windows XP, Pyglet 1.1.4, Python 2.6.8 under Cygwin, installed to site
packages directory
Have tried running both interactively and from a script file. The
problem happens when the interpreter hits the label command.
Interactively I can see the window show up on screen and stay there.
Here's the output, any help would be greatly appreciated.
Traceback (most recent call last):
File "h.py", line 3, in <module>
import pyglet.image.codecs.gdiplus
File "/usr/lib/python2.6/site-packages/pyglet/image/__init__.py",
line 2537, in <module>
_codecs.add_default_image_codecs()
File "/usr/lib/python2.6/site-packages/pyglet/image/codecs/
__init__.py", line 203, in add_default_image_codecs
import pyglet.image.codecs.gdkpixbuf2
File "/usr/lib/python2.6/site-packages/pyglet/image/codecs/
gdkpixbuf2.py", line 163, in <module>
init()
File "/usr/lib/python2.6/site-packages/pyglet/image/codecs/
gdkpixbuf2.py", line 161, in init
gdk.g_type_init()
File "/usr/lib/python2.6/ctypes/__init__.py", line 366, in
__getattr__
func = self.__getitem__(name)
File "/usr/lib/python2.6/ctypes/__init__.py", line 371, in
__getitem__
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: function 'g_type_init' not found (▒q▒)
Best,
Frank