Re: ImportError: No module named glib

2010-03-05 Thread Terry Reedy
On 3/5/2010 3:30 AM, Michael Joachimiak wrote: 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 "", line 1, in ImportError: No module named glib glib

Re: ImportError: No module named glib

2010-03-05 Thread Peter Otten
Michael Joachimiak wrote: > 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 "", line 1, in &g

Re: ImportError: No module named glib

2010-03-05 Thread mblume
File "", line 1, in > 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

ImportError: No module named glib

2010-03-05 Thread 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 "", line 1, in ImportError: No module named glib :~$ python -V Python 2.6.4 /usr/lib/libpyglib-2.0