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