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 is not in Python'

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 > ImportError: No module named glib > > :~$ python -V >

Re: ImportError: No module named glib

2010-03-05 Thread mblume
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 "", line 1, in > ImportError: No modu