laney@iota> python -c 'import gio' ~/temp
** (process:19872): WARNING **: couldn't make the type `gio.MemoryInputStream' ready
** (process:19872): WARNING **: couldn't make the type `gio.MemoryOutputStream' ready
TypeError: type 'gio.MemoryOutputStream' is not dynamically allocated but its base type '__main__.GPollableOutputStream' is dynamically allocated
** (process:19872): WARNING **: couldn't make the type `gio.unix.InputStream' ready
** (process:19872): WARNING **: couldn't make the type `gio.unix.OutputStream' ready
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python2.7/dist-packages/gtk-2.0/gio/__init__.py", line 28, in <module>
import unix
TypeError: type 'gio.unix.OutputStream' is not dynamically allocated but its base type '__main__.GPollableOutputStream' is dynamically allocated
laney@iota> sudo dpkg -iO *.9-1*.deb ~/temp
[…]
laney@iota> python -c 'import gio' ~/temp
laney@iota> ~/temp