Ubuntu Pastebin

Paste from Laney at Fri, 27 Feb 2015 15:57:56 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
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
Download as text