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'
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
>
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