Re: problems importing from /usr/lib/pyshared/

2013-01-12 Thread Harold
Thank you Dieter, Ubuntu 12 has introduced important changes with respect to glib (and depending packages). In fact, there are now two quite incompatible implementations - the old static one and a new dynamic one. It looks as if in your case, old and new implementations were mixed. I had a

Re: problems importing from /usr/lib/pyshared/

2013-01-11 Thread Dieter Maurer
Harold dadap...@googlemail.com writes: I recently upgraded my system from ubuntu 11.4 to 12.4 and since run into an issue when trying to import several packages in python2.7, e.g. harold@ubuntu:~$ python -c 'import gtk' Traceback (most recent call last): File string, line 1, in module

problems importing from /usr/lib/pyshared/

2013-01-10 Thread Harold
Dear all, I recently upgraded my system from ubuntu 11.4 to 12.4 and since run into an issue when trying to import several packages in python2.7, e.g. harold@ubuntu:~$ python -c 'import gtk' Traceback (most recent call last): File string, line 1, in module File