Am Fri, 05 Mar 2010 10:30:49 +0200 schrieb Michael Joachimiak: > I am too new to python. > If anybody has an idea what to do please help. when I use > > import glib > > in my code I get this: > >>>> import glib > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: No module named glib >
Shot in the dark: maybe "import pyglib"? Hint: you can look around in /usr/lib/python to see what files can be imported. HTH Martin -- http://mail.python.org/mailman/listinfo/python-list