1 | 1.1.5
|
---|
2 | alling zipimport hook
|
---|
3 | import zipimport # builtin
|
---|
4 | # installed zipimport hook
|
---|
5 | # /usr/lib/python2.6/site.pyc matches /usr/lib/python2.6/site.py
|
---|
6 | import site # precompiled from /usr/lib/python2.6/site.pyc
|
---|
7 | # /usr/lib/python2.6/os.pyc matches /usr/lib/python2.6/os.py
|
---|
8 | import os # precompiled from /usr/lib/python2.6/os.pyc
|
---|
9 | import errno # builtin
|
---|
10 | import posix # builtin
|
---|
11 | # /usr/lib/python2.6/posixpath.pyc matches /usr/lib/python2.6/posixpath.py
|
---|
12 | import posixpath # precompiled from /usr/lib/python2.6/posixpath.pyc
|
---|
13 | # /usr/lib/python2.6/stat.pyc matches /usr/lib/python2.6/stat.py
|
---|
14 | import stat # precompiled from /usr/lib/python2.6/stat.pyc
|
---|
15 | # /usr/lib/python2.6/genericpath.pyc matches /usr/lib/python2.6/genericpath.py
|
---|
16 | import genericpath # precompiled from /usr/lib/python2.6/genericpath.pyc
|
---|
17 | # /usr/lib/python2.6/warnings.pyc matches /usr/lib/python2.6/warnings.py
|
---|
18 | import warnings # precompiled from /usr/lib/python2.6/warnings.pyc
|
---|
19 | # /usr/lib/python2.6/linecache.pyc matches /usr/lib/python2.6/linecache.py
|
---|
20 | import linecache # precompiled from /usr/lib/python2.6/linecache.pyc
|
---|
21 | # /usr/lib/python2.6/types.pyc matches /usr/lib/python2.6/types.py
|
---|
22 | import types # precompiled from /usr/lib/python2.6/types.pyc
|
---|
23 | # /usr/lib/python2.6/UserDict.pyc matches /usr/lib/python2.6/UserDict.py
|
---|
24 | import UserDict # precompiled from /usr/lib/python2.6/UserDict.pyc
|
---|
25 | # /usr/lib/python2.6/_abcoll.pyc matches /usr/lib/python2.6/_abcoll.py
|
---|
26 | import _abcoll # precompiled from /usr/lib/python2.6/_abcoll.pyc
|
---|
27 | # /usr/lib/python2.6/abc.pyc matches /usr/lib/python2.6/abc.py
|
---|
28 | import abc # precompiled from /usr/lib/python2.6/abc.pyc
|
---|
29 | # /usr/lib/python2.6/copy_reg.pyc matches /usr/lib/python2.6/copy_reg.py
|
---|
30 | import copy_reg # precompiled from /usr/lib/python2.6/copy_reg.pyc
|
---|
31 | import encodings # directory /usr/lib/python2.6/encodings
|
---|
32 | # /usr/lib/python2.6/encodings/__init__.pyc matches /usr/lib/python2.6/encodings/__init__.py
|
---|
33 | import encodings # precompiled from /usr/lib/python2.6/encodings/__init__.pyc
|
---|
34 | # /usr/lib/python2.6/codecs.pyc matches /usr/lib/python2.6/codecs.py
|
---|
35 | import codecs # precompiled from /usr/lib/python2.6/codecs.pyc
|
---|
36 | import _codecs # builtin
|
---|
37 | # /usr/lib/python2.6/encodings/aliases.pyc matches /usr/lib/python2.6/encodings/aliases.py
|
---|
38 | import encodings.aliases # precompiled from /usr/lib/python2.6/encodings/aliases.pyc
|
---|
39 | # /usr/lib/python2.6/encodings/utf_8.pyc matches /usr/lib/python2.6/encodings/utf_8.py
|
---|
40 | import encodings.utf_8 # precompiled from /usr/lib/python2.6/encodings/utf_8.pyc
|
---|
41 | Python 2.6.1 (r261:67515, Dec 7 2008, 08:27:41)
|
---|
42 | [GCC 4.3.2] on linux2
|
---|
43 | Type "help", "copyright", "credits" or "license" for more information.
|
---|
44 | # /usr/lib/python2.6/site-packages/pkg_resources.pyc matches /usr/lib/python2.6/site-packages/pkg_resources.py
|
---|
45 | import pkg_resources # precompiled from /usr/lib/python2.6/site-packages/pkg_resources.pyc
|
---|
46 | dlopen("/usr/lib/python2.6/lib-dynload/time.so", 2);
|
---|
47 | import time # dynamically loaded from /usr/lib/python2.6/lib-dynload/time.so
|
---|
48 | # /usr/lib/python2.6/re.pyc matches /usr/lib/python2.6/re.py
|
---|
49 | import re # precompiled from /usr/lib/python2.6/re.pyc
|
---|
50 | # /usr/lib/python2.6/sre_compile.pyc matches /usr/lib/python2.6/sre_compile.py
|
---|
51 | import sre_compile # precompiled from /usr/lib/python2.6/sre_compile.pyc
|
---|
52 | import _sre # builtin
|
---|
53 | # /usr/lib/python2.6/sre_parse.pyc matches /usr/lib/python2.6/sre_parse.py
|
---|
54 | import sre_parse # precompiled from /usr/lib/python2.6/sre_parse.pyc
|
---|
55 | # /usr/lib/python2.6/sre_constants.pyc matches /usr/lib/python2.6/sre_constants.py
|
---|
56 | import sre_constants # precompiled from /usr/lib/python2.6/sre_constants.pyc
|
---|
57 | import imp # builtin
|
---|
58 | # /usr/lib/python2.6/new.pyc matches /usr/lib/python2.6/new.py
|
---|
59 | import new # precompiled from /usr/lib/python2.6/new.pyc
|
---|
60 | import distutils # directory /usr/lib/python2.6/distutils
|
---|
61 | # /usr/lib/python2.6/distutils/__init__.pyc matches /usr/lib/python2.6/distutils/__init__.py
|
---|
62 | import distutils # precompiled from /usr/lib/python2.6/distutils/__init__.pyc
|
---|
63 | # /usr/lib/python2.6/distutils/util.pyc matches /usr/lib/python2.6/distutils/util.py
|
---|
64 | import distutils.util # precompiled from /usr/lib/python2.6/distutils/util.pyc
|
---|
65 | # /usr/lib/python2.6/string.pyc matches /usr/lib/python2.6/string.py
|
---|
66 | import string # precompiled from /usr/lib/python2.6/string.pyc
|
---|
67 | dlopen("/usr/lib/python2.6/lib-dynload/strop.so", 2);
|
---|
68 | import strop # dynamically loaded from /usr/lib/python2.6/lib-dynload/strop.so
|
---|
69 | # /usr/lib/python2.6/distutils/errors.pyc matches /usr/lib/python2.6/distutils/errors.py
|
---|
70 | import distutils.errors # precompiled from /usr/lib/python2.6/distutils/errors.pyc
|
---|
71 | # /usr/lib/python2.6/distutils/dep_util.pyc matches /usr/lib/python2.6/distutils/dep_util.py
|
---|
72 | import distutils.dep_util # precompiled from /usr/lib/python2.6/distutils/dep_util.pyc
|
---|
73 | # /usr/lib/python2.6/distutils/spawn.pyc matches /usr/lib/python2.6/distutils/spawn.py
|
---|
74 | import distutils.spawn # precompiled from /usr/lib/python2.6/distutils/spawn.pyc
|
---|
75 | # /usr/lib/python2.6/distutils/log.pyc matches /usr/lib/python2.6/distutils/log.py
|
---|
76 | import distutils.log # precompiled from /usr/lib/python2.6/distutils/log.pyc
|
---|
77 | # /usr/lib/python2.6/pkgutil.pyc matches /usr/lib/python2.6/pkgutil.py
|
---|
78 | import pkgutil # precompiled from /usr/lib/python2.6/pkgutil.pyc
|
---|
79 | import deluge # directory /usr/lib/python2.6/site-packages/deluge
|
---|
80 | # /usr/lib/python2.6/site-packages/deluge/__init__.pyc matches /usr/lib/python2.6/site-packages/deluge/__init__.py
|
---|
81 | import deluge # precompiled from /usr/lib/python2.6/site-packages/deluge/__init__.pyc
|
---|
82 | # /usr/lib/python2.6/site-packages/deluge/main.pyc matches /usr/lib/python2.6/site-packages/deluge/main.py
|
---|
83 | import deluge.main # precompiled from /usr/lib/python2.6/site-packages/deluge/main.pyc
|
---|
84 | # /usr/lib/python2.6/optparse.pyc matches /usr/lib/python2.6/optparse.py
|
---|
85 | import optparse # precompiled from /usr/lib/python2.6/optparse.pyc
|
---|
86 | # /usr/lib/python2.6/textwrap.pyc matches /usr/lib/python2.6/textwrap.py
|
---|
87 | import textwrap # precompiled from /usr/lib/python2.6/textwrap.pyc
|
---|
88 | # /usr/lib/python2.6/gettext.pyc matches /usr/lib/python2.6/gettext.py
|
---|
89 | import gettext # precompiled from /usr/lib/python2.6/gettext.pyc
|
---|
90 | # /usr/lib/python2.6/locale.pyc matches /usr/lib/python2.6/locale.py
|
---|
91 | import locale # precompiled from /usr/lib/python2.6/locale.pyc
|
---|
92 | # /usr/lib/python2.6/functools.pyc matches /usr/lib/python2.6/functools.py
|
---|
93 | import functools # precompiled from /usr/lib/python2.6/functools.pyc
|
---|
94 | dlopen("/usr/lib/python2.6/lib-dynload/_functools.so", 2);
|
---|
95 | import _functools # dynamically loaded from /usr/lib/python2.6/lib-dynload/_functools.so
|
---|
96 | dlopen("/usr/lib/python2.6/lib-dynload/_locale.so", 2);
|
---|
97 | import _locale # dynamically loaded from /usr/lib/python2.6/lib-dynload/_locale.so
|
---|
98 | dlopen("/usr/lib/python2.6/lib-dynload/operator.so", 2);
|
---|
99 | import operator # dynamically loaded from /usr/lib/python2.6/lib-dynload/operator.so
|
---|
100 | # /usr/lib/python2.6/copy.pyc matches /usr/lib/python2.6/copy.py
|
---|
101 | import copy # precompiled from /usr/lib/python2.6/copy.pyc
|
---|
102 | # /usr/lib/python2.6/struct.pyc matches /usr/lib/python2.6/struct.py
|
---|
103 | import struct # precompiled from /usr/lib/python2.6/struct.pyc
|
---|
104 | dlopen("/usr/lib/python2.6/lib-dynload/_struct.so", 2);
|
---|
105 | import _struct # dynamically loaded from /usr/lib/python2.6/lib-dynload/_struct.so
|
---|
106 | # /usr/lib/python2.6/site-packages/deluge/log.pyc matches /usr/lib/python2.6/site-packages/deluge/log.py
|
---|
107 | import deluge.log # precompiled from /usr/lib/python2.6/site-packages/deluge/log.pyc
|
---|
108 | import logging # directory /usr/lib/python2.6/logging
|
---|
109 | # /usr/lib/python2.6/logging/__init__.pyc matches /usr/lib/python2.6/logging/__init__.py
|
---|
110 | import logging # precompiled from /usr/lib/python2.6/logging/__init__.pyc
|
---|
111 | dlopen("/usr/lib/python2.6/lib-dynload/cStringIO.so", 2);
|
---|
112 | import cStringIO # dynamically loaded from /usr/lib/python2.6/lib-dynload/cStringIO.so
|
---|
113 | # /usr/lib/python2.6/traceback.pyc matches /usr/lib/python2.6/traceback.py
|
---|
114 | import traceback # precompiled from /usr/lib/python2.6/traceback.pyc
|
---|
115 | import thread # builtin
|
---|
116 | # /usr/lib/python2.6/threading.pyc matches /usr/lib/python2.6/threading.py
|
---|
117 | import threading # precompiled from /usr/lib/python2.6/threading.pyc
|
---|
118 | # /usr/lib/python2.6/collections.pyc matches /usr/lib/python2.6/collections.py
|
---|
119 | import collections # precompiled from /usr/lib/python2.6/collections.pyc
|
---|
120 | dlopen("/usr/lib/python2.6/lib-dynload/_collections.so", 2);
|
---|
121 | import _collections # dynamically loaded from /usr/lib/python2.6/lib-dynload/_collections.so
|
---|
122 | # /usr/lib/python2.6/keyword.pyc matches /usr/lib/python2.6/keyword.py
|
---|
123 | import keyword # precompiled from /usr/lib/python2.6/keyword.pyc
|
---|
124 | # /usr/lib/python2.6/atexit.pyc matches /usr/lib/python2.6/atexit.py
|
---|
125 | import atexit # precompiled from /usr/lib/python2.6/atexit.pyc
|
---|
126 | # /usr/lib/python2.6/site-packages/deluge/common.pyc matches /usr/lib/python2.6/site-packages/deluge/common.py
|
---|
127 | import deluge.common # precompiled from /usr/lib/python2.6/site-packages/deluge/common.pyc
|
---|
128 | # /usr/lib/python2.6/subprocess.pyc matches /usr/lib/python2.6/subprocess.py
|
---|
129 | import subprocess # precompiled from /usr/lib/python2.6/subprocess.pyc
|
---|
130 | import gc # builtin
|
---|
131 | dlopen("/usr/lib/python2.6/lib-dynload/select.so", 2);
|
---|
132 | import select # dynamically loaded from /usr/lib/python2.6/lib-dynload/select.so
|
---|
133 | dlopen("/usr/lib/python2.6/lib-dynload/fcntl.so", 2);
|
---|
134 | import fcntl # dynamically loaded from /usr/lib/python2.6/lib-dynload/fcntl.so
|
---|
135 | # /usr/lib/python2.6/pickle.pyc matches /usr/lib/python2.6/pickle.py
|
---|
136 | import pickle # precompiled from /usr/lib/python2.6/pickle.pyc
|
---|
137 | import marshal # builtin
|
---|
138 | dlopen("/usr/lib/python2.6/lib-dynload/binascii.so", 2);
|
---|
139 | import binascii # dynamically loaded from /usr/lib/python2.6/lib-dynload/binascii.so
|
---|
140 | # /usr/lib/python2.6/platform.pyc matches /usr/lib/python2.6/platform.py
|
---|
141 | import platform # precompiled from /usr/lib/python2.6/platform.pyc
|
---|
142 | import xdg # directory /usr/lib/python2.6/site-packages/xdg
|
---|
143 | # /usr/lib/python2.6/site-packages/xdg/__init__.pyc matches /usr/lib/python2.6/site-packages/xdg/__init__.py
|
---|
144 | import xdg # precompiled from /usr/lib/python2.6/site-packages/xdg/__init__.pyc
|
---|
145 | # /usr/lib/python2.6/site-packages/xdg/BaseDirectory.pyc matches /usr/lib/python2.6/site-packages/xdg/BaseDirectory.py
|
---|
146 | import xdg.BaseDirectory # precompiled from /usr/lib/python2.6/site-packages/xdg/BaseDirectory.pyc
|
---|
147 | # /usr/lib/python2.6/__future__.pyc matches /usr/lib/python2.6/__future__.py
|
---|
148 | import __future__ # precompiled from /usr/lib/python2.6/__future__.pyc
|
---|
149 | # /usr/lib/python2.6/site-packages/deluge/configmanager.pyc matches /usr/lib/python2.6/site-packages/deluge/configmanager.py
|
---|
150 | import deluge.configmanager # precompiled from /usr/lib/python2.6/site-packages/deluge/configmanager.pyc
|
---|
151 | import gobject # directory /usr/lib/python2.6/site-packages/gtk-2.0/gobject
|
---|
152 | # /usr/lib/python2.6/site-packages/gtk-2.0/gobject/__init__.pyc matches /usr/lib/python2.6/site-packages/gtk-2.0/gobject/__init__.py
|
---|
153 | import gobject # precompiled from /usr/lib/python2.6/site-packages/gtk-2.0/gobject/__init__.pyc
|
---|
154 | import glib # directory /usr/lib/python2.6/site-packages/gtk-2.0/glib
|
---|
155 | # /usr/lib/python2.6/site-packages/gtk-2.0/glib/__init__.pyc matches /usr/lib/python2.6/site-packages/gtk-2.0/glib/__init__.py
|
---|
156 | import glib # precompiled from /usr/lib/python2.6/site-packages/gtk-2.0/glib/__init__.pyc
|
---|
157 | dlopen("/usr/lib/python2.6/site-packages/gtk-2.0/glib/_glib.so", 2);
|
---|
158 | import glib._glib # dynamically loaded from /usr/lib/python2.6/site-packages/gtk-2.0/glib/_glib.so
|
---|
159 | # /usr/lib/python2.6/site-packages/gtk-2.0/glib/option.pyc matches /usr/lib/python2.6/site-packages/gtk-2.0/glib/option.py
|
---|
160 | import glib.option # precompiled from /usr/lib/python2.6/site-packages/gtk-2.0/glib/option.pyc
|
---|
161 | # /usr/lib/python2.6/site-packages/gtk-2.0/gobject/constants.pyc matches /usr/lib/python2.6/site-packages/gtk-2.0/gobject/constants.py
|
---|
162 | import gobject.constants # precompiled from /usr/lib/python2.6/site-packages/gtk-2.0/gobject/constants.pyc
|
---|
163 | dlopen("/usr/lib/python2.6/site-packages/gtk-2.0/gobject/_gobject.so", 2);
|
---|
164 | import gobject._gobject # dynamically loaded from /usr/lib/python2.6/site-packages/gtk-2.0/gobject/_gobject.so
|
---|
165 | # /usr/lib/python2.6/site-packages/gtk-2.0/gobject/propertyhelper.pyc matches /usr/lib/python2.6/site-packages/gtk-2.0/gobject/propertyhelper.py
|
---|
166 | import gobject.propertyhelper # precompiled from /usr/lib/python2.6/site-packages/gtk-2.0/gobject/propertyhelper.pyc
|
---|
167 | # /usr/lib/python2.6/site-packages/deluge/config.pyc matches /usr/lib/python2.6/site-packages/deluge/config.py
|
---|
168 | import deluge.config # precompiled from /usr/lib/python2.6/site-packages/deluge/config.pyc
|
---|
169 | dlopen("/usr/lib/python2.6/lib-dynload/cPickle.so", 2);
|
---|
170 | import cPickle # dynamically loaded from /usr/lib/python2.6/lib-dynload/cPickle.so
|
---|
171 | # /usr/lib/python2.6/shutil.pyc matches /usr/lib/python2.6/shutil.py
|
---|
172 | import shutil # precompiled from /usr/lib/python2.6/shutil.pyc
|
---|
173 | # /usr/lib/python2.6/fnmatch.pyc matches /usr/lib/python2.6/fnmatch.py
|
---|
174 | import fnmatch # precompiled from /usr/lib/python2.6/fnmatch.pyc
|
---|
175 | import deluge.ui # directory /usr/lib/python2.6/site-packages/deluge/ui
|
---|
176 | # /usr/lib/python2.6/site-packages/deluge/ui/__init__.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/__init__.py
|
---|
177 | import deluge.ui # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/__init__.pyc
|
---|
178 | # /usr/lib/python2.6/site-packages/deluge/ui/ui.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/ui.py
|
---|
179 | import deluge.ui.ui # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/ui.pyc
|
---|
180 | import deluge.ui.gtkui # directory /usr/lib/python2.6/site-packages/deluge/ui/gtkui
|
---|
181 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/__init__.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/__init__.py
|
---|
182 | import deluge.ui.gtkui # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/__init__.pyc
|
---|
183 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/gtkui.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/gtkui.py
|
---|
184 | import deluge.ui.gtkui.gtkui # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/gtkui.pyc
|
---|
185 | # /usr/lib/python2.6/site-packages/pygtk.pyc matches /usr/lib/python2.6/site-packages/pygtk.py
|
---|
186 | import pygtk # precompiled from /usr/lib/python2.6/site-packages/pygtk.pyc
|
---|
187 | # /usr/lib/python2.6/glob.pyc matches /usr/lib/python2.6/glob.py
|
---|
188 | import glob # precompiled from /usr/lib/python2.6/glob.pyc
|
---|
189 | import gtk # directory /usr/lib/python2.6/site-packages/gtk-2.0/gtk
|
---|
190 | # /usr/lib/python2.6/site-packages/gtk-2.0/gtk/__init__.pyc matches /usr/lib/python2.6/site-packages/gtk-2.0/gtk/__init__.py
|
---|
191 | import gtk # precompiled from /usr/lib/python2.6/site-packages/gtk-2.0/gtk/__init__.pyc
|
---|
192 | dlopen("/usr/lib/python2.6/site-packages/gtk-2.0/gtk/_gtk.so", 2);
|
---|
193 | import cairo # directory /usr/lib/python2.6/site-packages/cairo
|
---|
194 | # /usr/lib/python2.6/site-packages/cairo/__init__.pyc matches /usr/lib/python2.6/site-packages/cairo/__init__.py
|
---|
195 | import cairo # precompiled from /usr/lib/python2.6/site-packages/cairo/__init__.pyc
|
---|
196 | dlopen("/usr/lib/python2.6/site-packages/cairo/_cairo.so", 2);
|
---|
197 | import cairo._cairo # dynamically loaded from /usr/lib/python2.6/site-packages/cairo/_cairo.so
|
---|
198 | import gio # directory /usr/lib/python2.6/site-packages/gtk-2.0/gio
|
---|
199 | # /usr/lib/python2.6/site-packages/gtk-2.0/gio/__init__.pyc matches /usr/lib/python2.6/site-packages/gtk-2.0/gio/__init__.py
|
---|
200 | import gio # precompiled from /usr/lib/python2.6/site-packages/gtk-2.0/gio/__init__.pyc
|
---|
201 | dlopen("/usr/lib/python2.6/site-packages/gtk-2.0/gio/_gio.so", 2);
|
---|
202 | import gio._gio # dynamically loaded from /usr/lib/python2.6/site-packages/gtk-2.0/gio/_gio.so
|
---|
203 | dlopen("/usr/lib/python2.6/site-packages/gtk-2.0/gio/unix.so", 2);
|
---|
204 | import gio.unix # dynamically loaded from /usr/lib/python2.6/site-packages/gtk-2.0/gio/unix.so
|
---|
205 | dlopen("/usr/lib/python2.6/site-packages/gtk-2.0/pango.so", 2);
|
---|
206 | import pango # dynamically loaded from /usr/lib/python2.6/site-packages/gtk-2.0/pango.so
|
---|
207 | dlopen("/usr/lib/python2.6/site-packages/gtk-2.0/atk.so", 2);
|
---|
208 | import atk # dynamically loaded from /usr/lib/python2.6/site-packages/gtk-2.0/atk.so
|
---|
209 | dlopen("/usr/lib/python2.6/site-packages/gtk-2.0/pangocairo.so", 2);
|
---|
210 | import pangocairo # dynamically loaded from /usr/lib/python2.6/site-packages/gtk-2.0/pangocairo.so
|
---|
211 | import gtk._gtk # dynamically loaded from /usr/lib/python2.6/site-packages/gtk-2.0/gtk/_gtk.so
|
---|
212 | # /usr/lib/python2.6/site-packages/gtk-2.0/gtk/_lazyutils.pyc matches /usr/lib/python2.6/site-packages/gtk-2.0/gtk/_lazyutils.py
|
---|
213 | import gtk._lazyutils # precompiled from /usr/lib/python2.6/site-packages/gtk-2.0/gtk/_lazyutils.pyc
|
---|
214 | # /usr/lib/python2.6/site-packages/gtk-2.0/gtk/deprecation.pyc matches /usr/lib/python2.6/site-packages/gtk-2.0/gtk/deprecation.py
|
---|
215 | import gtk.deprecation # precompiled from /usr/lib/python2.6/site-packages/gtk-2.0/gtk/deprecation.pyc
|
---|
216 | Xlib: extension "Generic Event Extension" missing on display ":0.0".
|
---|
217 | Xlib: extension "Generic Event Extension" missing on display ":0.0".
|
---|
218 | Xlib: extension "Generic Event Extension" missing on display ":0.0".
|
---|
219 | Xlib: extension "Generic Event Extension" missing on display ":0.0".
|
---|
220 | Xlib: extension "Generic Event Extension" missing on display ":0.0".
|
---|
221 | Xlib: extension "Generic Event Extension" missing on display ":0.0".
|
---|
222 | dlopen("/usr/lib/python2.6/site-packages/gtk-2.0/gtk/glade.so", 2);
|
---|
223 | import gtk.glade # dynamically loaded from /usr/lib/python2.6/site-packages/gtk-2.0/gtk/glade.so
|
---|
224 | # /usr/lib/python2.6/site-packages/deluge/component.pyc matches /usr/lib/python2.6/site-packages/deluge/component.py
|
---|
225 | import deluge.component # precompiled from /usr/lib/python2.6/site-packages/deluge/component.pyc
|
---|
226 | # /usr/lib/python2.6/site-packages/deluge/ui/client.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/client.py
|
---|
227 | import deluge.ui.client # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/client.pyc
|
---|
228 | # /usr/lib/python2.6/socket.pyc matches /usr/lib/python2.6/socket.py
|
---|
229 | import socket # precompiled from /usr/lib/python2.6/socket.pyc
|
---|
230 | dlopen("/usr/lib/python2.6/lib-dynload/_socket.so", 2);
|
---|
231 | import _socket # dynamically loaded from /usr/lib/python2.6/lib-dynload/_socket.so
|
---|
232 | dlopen("/usr/lib/python2.6/lib-dynload/_ssl.so", 2);
|
---|
233 | import _ssl # dynamically loaded from /usr/lib/python2.6/lib-dynload/_ssl.so
|
---|
234 | # /usr/lib/python2.6/httplib.pyc matches /usr/lib/python2.6/httplib.py
|
---|
235 | import httplib # precompiled from /usr/lib/python2.6/httplib.pyc
|
---|
236 | # /usr/lib/python2.6/urlparse.pyc matches /usr/lib/python2.6/urlparse.py
|
---|
237 | import urlparse # precompiled from /usr/lib/python2.6/urlparse.pyc
|
---|
238 | # /usr/lib/python2.6/mimetools.pyc matches /usr/lib/python2.6/mimetools.py
|
---|
239 | import mimetools # precompiled from /usr/lib/python2.6/mimetools.pyc
|
---|
240 | # /usr/lib/python2.6/tempfile.pyc matches /usr/lib/python2.6/tempfile.py
|
---|
241 | import tempfile # precompiled from /usr/lib/python2.6/tempfile.pyc
|
---|
242 | # /usr/lib/python2.6/random.pyc matches /usr/lib/python2.6/random.py
|
---|
243 | import random # precompiled from /usr/lib/python2.6/random.pyc
|
---|
244 | dlopen("/usr/lib/python2.6/lib-dynload/math.so", 2);
|
---|
245 | import math # dynamically loaded from /usr/lib/python2.6/lib-dynload/math.so
|
---|
246 | dlopen("/usr/lib/python2.6/lib-dynload/_random.so", 2);
|
---|
247 | import _random # dynamically loaded from /usr/lib/python2.6/lib-dynload/_random.so
|
---|
248 | # /usr/lib/python2.6/rfc822.pyc matches /usr/lib/python2.6/rfc822.py
|
---|
249 | import rfc822 # precompiled from /usr/lib/python2.6/rfc822.pyc
|
---|
250 | # /usr/lib/python2.6/ssl.pyc matches /usr/lib/python2.6/ssl.py
|
---|
251 | import ssl # precompiled from /usr/lib/python2.6/ssl.pyc
|
---|
252 | # /usr/lib/python2.6/base64.pyc matches /usr/lib/python2.6/base64.py
|
---|
253 | import base64 # precompiled from /usr/lib/python2.6/base64.pyc
|
---|
254 | # /usr/lib/python2.6/site-packages/deluge/xmlrpclib.pyc matches /usr/lib/python2.6/site-packages/deluge/xmlrpclib.py
|
---|
255 | import deluge.xmlrpclib # precompiled from /usr/lib/python2.6/site-packages/deluge/xmlrpclib.pyc
|
---|
256 | dlopen("/usr/lib/python2.6/lib-dynload/datetime.so", 2);
|
---|
257 | import datetime # dynamically loaded from /usr/lib/python2.6/lib-dynload/datetime.so
|
---|
258 | import xml # directory /usr/lib/python2.6/xml
|
---|
259 | # /usr/lib/python2.6/xml/__init__.pyc matches /usr/lib/python2.6/xml/__init__.py
|
---|
260 | import xml # precompiled from /usr/lib/python2.6/xml/__init__.pyc
|
---|
261 | import xml.parsers # directory /usr/lib/python2.6/xml/parsers
|
---|
262 | # /usr/lib/python2.6/xml/parsers/__init__.pyc matches /usr/lib/python2.6/xml/parsers/__init__.py
|
---|
263 | import xml.parsers # precompiled from /usr/lib/python2.6/xml/parsers/__init__.pyc
|
---|
264 | # /usr/lib/python2.6/xml/parsers/expat.pyc matches /usr/lib/python2.6/xml/parsers/expat.py
|
---|
265 | import xml.parsers.expat # precompiled from /usr/lib/python2.6/xml/parsers/expat.pyc
|
---|
266 | dlopen("/usr/lib/python2.6/lib-dynload/pyexpat.so", 2);
|
---|
267 | import pyexpat # dynamically loaded from /usr/lib/python2.6/lib-dynload/pyexpat.so
|
---|
268 | # /usr/lib/python2.6/site-packages/deluge/error.pyc matches /usr/lib/python2.6/site-packages/deluge/error.py
|
---|
269 | import deluge.error # precompiled from /usr/lib/python2.6/site-packages/deluge/error.pyc
|
---|
270 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/mainwindow.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/mainwindow.py
|
---|
271 | import deluge.ui.gtkui.mainwindow # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/mainwindow.pyc
|
---|
272 | # /usr/lib/python2.6/urllib.pyc matches /usr/lib/python2.6/urllib.py
|
---|
273 | import urllib # precompiled from /usr/lib/python2.6/urllib.pyc
|
---|
274 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/ipcinterface.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/ipcinterface.py
|
---|
275 | import deluge.ui.gtkui.ipcinterface # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/ipcinterface.pyc
|
---|
276 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/common.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/common.py
|
---|
277 | import deluge.ui.gtkui.common # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/common.pyc
|
---|
278 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/menubar.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/menubar.py
|
---|
279 | import deluge.ui.gtkui.menubar # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/menubar.pyc
|
---|
280 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/toolbar.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/toolbar.py
|
---|
281 | import deluge.ui.gtkui.toolbar # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/toolbar.pyc
|
---|
282 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/torrentview.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/torrentview.py
|
---|
283 | import deluge.ui.gtkui.torrentview # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/torrentview.pyc
|
---|
284 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/listview.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/listview.py
|
---|
285 | import deluge.ui.gtkui.listview # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/listview.pyc
|
---|
286 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/torrentdetails.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/torrentdetails.py
|
---|
287 | import deluge.ui.gtkui.torrentdetails # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/torrentdetails.pyc
|
---|
288 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/sidebar.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/sidebar.py
|
---|
289 | import deluge.ui.gtkui.sidebar # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/sidebar.pyc
|
---|
290 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/filtertreeview.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/filtertreeview.py
|
---|
291 | import deluge.ui.gtkui.filtertreeview # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/filtertreeview.pyc
|
---|
292 | # /usr/lib/python2.6/site-packages/deluge/ui/tracker_icons.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/tracker_icons.py
|
---|
293 | import deluge.ui.tracker_icons # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/tracker_icons.pyc
|
---|
294 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/preferences.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/preferences.py
|
---|
295 | import deluge.ui.gtkui.preferences # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/preferences.pyc
|
---|
296 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/systemtray.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/systemtray.py
|
---|
297 | import deluge.ui.gtkui.systemtray # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/systemtray.pyc
|
---|
298 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/statusbar.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/statusbar.py
|
---|
299 | import deluge.ui.gtkui.statusbar # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/statusbar.pyc
|
---|
300 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/connectionmanager.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/connectionmanager.py
|
---|
301 | import deluge.ui.gtkui.connectionmanager # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/connectionmanager.pyc
|
---|
302 | # /usr/lib/python2.6/site-packages/deluge/ui/common.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/common.py
|
---|
303 | import deluge.ui.common # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/common.pyc
|
---|
304 | # /usr/lib/python2.6/hashlib.pyc matches /usr/lib/python2.6/hashlib.py
|
---|
305 | import hashlib # precompiled from /usr/lib/python2.6/hashlib.pyc
|
---|
306 | dlopen("/usr/lib/python2.6/lib-dynload/_hashlib.so", 2);
|
---|
307 | import _hashlib # dynamically loaded from /usr/lib/python2.6/lib-dynload/_hashlib.so
|
---|
308 | # /usr/lib/python2.6/site-packages/deluge/bencode.pyc matches /usr/lib/python2.6/site-packages/deluge/bencode.py
|
---|
309 | import deluge.bencode # precompiled from /usr/lib/python2.6/site-packages/deluge/bencode.pyc
|
---|
310 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/signals.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/signals.py
|
---|
311 | import deluge.ui.gtkui.signals # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/signals.pyc
|
---|
312 | # /usr/lib/python2.6/site-packages/deluge/ui/signalreceiver.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/signalreceiver.py
|
---|
313 | import deluge.ui.signalreceiver # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/signalreceiver.pyc
|
---|
314 | # /usr/lib/python2.6/site-packages/deluge/SimpleXMLRPCServer.pyc matches /usr/lib/python2.6/site-packages/deluge/SimpleXMLRPCServer.py
|
---|
315 | import deluge.SimpleXMLRPCServer # precompiled from /usr/lib/python2.6/site-packages/deluge/SimpleXMLRPCServer.pyc
|
---|
316 | # /usr/lib/python2.6/SocketServer.pyc matches /usr/lib/python2.6/SocketServer.py
|
---|
317 | import SocketServer # precompiled from /usr/lib/python2.6/SocketServer.pyc
|
---|
318 | # /usr/lib/python2.6/BaseHTTPServer.pyc matches /usr/lib/python2.6/BaseHTTPServer.py
|
---|
319 | import BaseHTTPServer # precompiled from /usr/lib/python2.6/BaseHTTPServer.pyc
|
---|
320 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/pluginmanager.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/pluginmanager.py
|
---|
321 | import deluge.ui.gtkui.pluginmanager # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/pluginmanager.pyc
|
---|
322 | # /usr/lib/python2.6/site-packages/deluge/pluginmanagerbase.pyc matches /usr/lib/python2.6/site-packages/deluge/pluginmanagerbase.py
|
---|
323 | import deluge.pluginmanagerbase # precompiled from /usr/lib/python2.6/site-packages/deluge/pluginmanagerbase.pyc
|
---|
324 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/queuedtorrents.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/queuedtorrents.py
|
---|
325 | import deluge.ui.gtkui.queuedtorrents # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/queuedtorrents.pyc
|
---|
326 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/addtorrentdialog.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/addtorrentdialog.py
|
---|
327 | import deluge.ui.gtkui.addtorrentdialog # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/addtorrentdialog.pyc
|
---|
328 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/coreconfig.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/coreconfig.py
|
---|
329 | import deluge.ui.gtkui.coreconfig # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/coreconfig.pyc
|
---|
330 | import gnome # directory /usr/lib/python2.6/site-packages/gtk-2.0/gnome
|
---|
331 | # /usr/lib/python2.6/site-packages/gtk-2.0/gnome/__init__.pyc matches /usr/lib/python2.6/site-packages/gtk-2.0/gnome/__init__.py
|
---|
332 | import gnome # precompiled from /usr/lib/python2.6/site-packages/gtk-2.0/gnome/__init__.pyc
|
---|
333 | dlopen("/usr/lib/python2.6/site-packages/gtk-2.0/gnome/_gnome.so", 2);
|
---|
334 | import gnome._gnome # dynamically loaded from /usr/lib/python2.6/site-packages/gtk-2.0/gnome/_gnome.so
|
---|
335 | dlopen("/usr/lib/python2.6/site-packages/gtk-2.0/gnome/ui.so", 2);
|
---|
336 | import gnomevfs # directory /usr/lib/python2.6/site-packages/gtk-2.0/gnomevfs
|
---|
337 | # /usr/lib/python2.6/site-packages/gtk-2.0/gnomevfs/__init__.pyc matches /usr/lib/python2.6/site-packages/gtk-2.0/gnomevfs/__init__.py
|
---|
338 | import gnomevfs # precompiled from /usr/lib/python2.6/site-packages/gtk-2.0/gnomevfs/__init__.pyc
|
---|
339 | dlopen("/usr/lib/python2.6/site-packages/gtk-2.0/gnomevfs/_gnomevfs.so", 2);
|
---|
340 | import gnomevfs._gnomevfs # dynamically loaded from /usr/lib/python2.6/site-packages/gtk-2.0/gnomevfs/_gnomevfs.so
|
---|
341 | import bonobo # directory /usr/lib/python2.6/site-packages/gtk-2.0/bonobo
|
---|
342 | # /usr/lib/python2.6/site-packages/gtk-2.0/bonobo/__init__.pyc matches /usr/lib/python2.6/site-packages/gtk-2.0/bonobo/__init__.py
|
---|
343 | import bonobo # precompiled from /usr/lib/python2.6/site-packages/gtk-2.0/bonobo/__init__.pyc
|
---|
344 | dlopen("/usr/lib/python2.6/site-packages/ORBit.so", 2);
|
---|
345 | import ORBit # dynamically loaded from /usr/lib/python2.6/site-packages/ORBit.so
|
---|
346 | dlopen("/usr/lib/python2.6/site-packages/gtk-2.0/bonobo/activation.so", 2);
|
---|
347 | import bonobo.activation # dynamically loaded from /usr/lib/python2.6/site-packages/gtk-2.0/bonobo/activation.so
|
---|
348 | dlopen("/usr/lib/python2.6/site-packages/gtk-2.0/bonobo/_bonobo.so", 2);
|
---|
349 | import bonobo._bonobo # dynamically loaded from /usr/lib/python2.6/site-packages/gtk-2.0/bonobo/_bonobo.so
|
---|
350 | dlopen("/usr/lib/python2.6/site-packages/gtk-2.0/bonobo/ui.so", 2);
|
---|
351 | dlopen("/usr/lib/python2.6/site-packages/gtk-2.0/gnomecanvas.so", 2);
|
---|
352 | import gnomecanvas # dynamically loaded from /usr/lib/python2.6/site-packages/gtk-2.0/gnomecanvas.so
|
---|
353 | import bonobo.ui # dynamically loaded from /usr/lib/python2.6/site-packages/gtk-2.0/bonobo/ui.so
|
---|
354 | import gnome.ui # dynamically loaded from /usr/lib/python2.6/site-packages/gtk-2.0/gnome/ui.so
|
---|
355 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/dbusinterface.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/dbusinterface.py
|
---|
356 | import deluge.ui.gtkui.dbusinterface # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/dbusinterface.pyc
|
---|
357 | import dbus # directory /usr/lib/python2.6/site-packages/dbus
|
---|
358 | # /usr/lib/python2.6/site-packages/dbus/__init__.pyc matches /usr/lib/python2.6/site-packages/dbus/__init__.py
|
---|
359 | import dbus # precompiled from /usr/lib/python2.6/site-packages/dbus/__init__.pyc
|
---|
360 | # /usr/lib/python2.6/site-packages/dbus/_version.pyc matches /usr/lib/python2.6/site-packages/dbus/_version.py
|
---|
361 | import dbus._version # precompiled from /usr/lib/python2.6/site-packages/dbus/_version.pyc
|
---|
362 | # /usr/lib/python2.6/site-packages/dbus/exceptions.pyc matches /usr/lib/python2.6/site-packages/dbus/exceptions.py
|
---|
363 | import dbus.exceptions # precompiled from /usr/lib/python2.6/site-packages/dbus/exceptions.pyc
|
---|
364 | # /usr/lib/python2.6/site-packages/dbus/types.pyc matches /usr/lib/python2.6/site-packages/dbus/types.py
|
---|
365 | import dbus.types # precompiled from /usr/lib/python2.6/site-packages/dbus/types.pyc
|
---|
366 | dlopen("/usr/lib/python2.6/site-packages/_dbus_bindings.so", 2);
|
---|
367 | import _dbus_bindings # dynamically loaded from /usr/lib/python2.6/site-packages/_dbus_bindings.so
|
---|
368 | # /usr/lib/python2.6/site-packages/dbus/_dbus.pyc matches /usr/lib/python2.6/site-packages/dbus/_dbus.py
|
---|
369 | import dbus._dbus # precompiled from /usr/lib/python2.6/site-packages/dbus/_dbus.pyc
|
---|
370 | # /usr/lib/python2.6/weakref.pyc matches /usr/lib/python2.6/weakref.py
|
---|
371 | import weakref # precompiled from /usr/lib/python2.6/weakref.pyc
|
---|
372 | dlopen("/usr/lib/python2.6/lib-dynload/_weakref.so", 2);
|
---|
373 | import _weakref # dynamically loaded from /usr/lib/python2.6/lib-dynload/_weakref.so
|
---|
374 | # /usr/lib/python2.6/site-packages/dbus/bus.pyc matches /usr/lib/python2.6/site-packages/dbus/bus.py
|
---|
375 | import dbus.bus # precompiled from /usr/lib/python2.6/site-packages/dbus/bus.pyc
|
---|
376 | # /usr/lib/python2.6/site-packages/dbus/connection.pyc matches /usr/lib/python2.6/site-packages/dbus/connection.py
|
---|
377 | import dbus.connection # precompiled from /usr/lib/python2.6/site-packages/dbus/connection.pyc
|
---|
378 | # /usr/lib/python2.6/site-packages/dbus/lowlevel.pyc matches /usr/lib/python2.6/site-packages/dbus/lowlevel.py
|
---|
379 | import dbus.lowlevel # precompiled from /usr/lib/python2.6/site-packages/dbus/lowlevel.pyc
|
---|
380 | # /usr/lib/python2.6/site-packages/dbus/proxies.pyc matches /usr/lib/python2.6/site-packages/dbus/proxies.py
|
---|
381 | import dbus.proxies # precompiled from /usr/lib/python2.6/site-packages/dbus/proxies.pyc
|
---|
382 | # /usr/lib/python2.6/site-packages/dbus/_expat_introspect_parser.pyc matches /usr/lib/python2.6/site-packages/dbus/_expat_introspect_parser.py
|
---|
383 | import dbus._expat_introspect_parser # precompiled from /usr/lib/python2.6/site-packages/dbus/_expat_introspect_parser.pyc
|
---|
384 | # /usr/lib/python2.6/site-packages/dbus/service.pyc matches /usr/lib/python2.6/site-packages/dbus/service.py
|
---|
385 | import dbus.service # precompiled from /usr/lib/python2.6/site-packages/dbus/service.pyc
|
---|
386 | # /usr/lib/python2.6/site-packages/dbus/decorators.pyc matches /usr/lib/python2.6/site-packages/dbus/decorators.py
|
---|
387 | import dbus.decorators # precompiled from /usr/lib/python2.6/site-packages/dbus/decorators.pyc
|
---|
388 | # /usr/lib/python2.6/inspect.pyc matches /usr/lib/python2.6/inspect.py
|
---|
389 | import inspect # precompiled from /usr/lib/python2.6/inspect.pyc
|
---|
390 | # /usr/lib/python2.6/dis.pyc matches /usr/lib/python2.6/dis.py
|
---|
391 | import dis # precompiled from /usr/lib/python2.6/dis.pyc
|
---|
392 | # /usr/lib/python2.6/opcode.pyc matches /usr/lib/python2.6/opcode.py
|
---|
393 | import opcode # precompiled from /usr/lib/python2.6/opcode.pyc
|
---|
394 | # /usr/lib/python2.6/tokenize.pyc matches /usr/lib/python2.6/tokenize.py
|
---|
395 | import tokenize # precompiled from /usr/lib/python2.6/tokenize.pyc
|
---|
396 | # /usr/lib/python2.6/token.pyc matches /usr/lib/python2.6/token.py
|
---|
397 | import token # precompiled from /usr/lib/python2.6/token.pyc
|
---|
398 | import dbus.mainloop # directory /usr/lib/python2.6/site-packages/dbus/mainloop
|
---|
399 | # /usr/lib/python2.6/site-packages/dbus/mainloop/__init__.pyc matches /usr/lib/python2.6/site-packages/dbus/mainloop/__init__.py
|
---|
400 | import dbus.mainloop # precompiled from /usr/lib/python2.6/site-packages/dbus/mainloop/__init__.pyc
|
---|
401 | # /usr/lib/python2.6/site-packages/dbus/mainloop/glib.pyc matches /usr/lib/python2.6/site-packages/dbus/mainloop/glib.py
|
---|
402 | import dbus.mainloop.glib # precompiled from /usr/lib/python2.6/site-packages/dbus/mainloop/glib.pyc
|
---|
403 | dlopen("/usr/lib/python2.6/site-packages/_dbus_glib_bindings.so", 2);
|
---|
404 | import _dbus_glib_bindings # dynamically loaded from /usr/lib/python2.6/site-packages/_dbus_glib_bindings.so
|
---|
405 | /usr/lib/python2.6/site-packages/deluge/ui/gtkui/mainwindow.py:51: GtkWarning: gtk_toolbar_set_icon_size: assertion `icon_size != GTK_ICON_SIZE_INVALID' failed
|
---|
406 | "glade/main_window.glade"))
|
---|
407 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/status_tab.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/status_tab.py
|
---|
408 | import deluge.ui.gtkui.status_tab # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/status_tab.pyc
|
---|
409 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/details_tab.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/details_tab.py
|
---|
410 | import deluge.ui.gtkui.details_tab # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/details_tab.pyc
|
---|
411 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/files_tab.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/files_tab.py
|
---|
412 | import deluge.ui.gtkui.files_tab # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/files_tab.pyc
|
---|
413 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/peers_tab.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/peers_tab.py
|
---|
414 | import deluge.ui.gtkui.peers_tab # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/peers_tab.pyc
|
---|
415 | dlopen("/usr/lib/python2.6/lib-dynload/itertools.so", 2);
|
---|
416 | import itertools # dynamically loaded from /usr/lib/python2.6/lib-dynload/itertools.so
|
---|
417 | # /usr/lib/python2.6/site-packages/deluge/ui/gtkui/options_tab.pyc matches /usr/lib/python2.6/site-packages/deluge/ui/gtkui/options_tab.py
|
---|
418 | import deluge.ui.gtkui.options_tab # precompiled from /usr/lib/python2.6/site-packages/deluge/ui/gtkui/options_tab.pyc
|
---|
419 | # zipimport: found 26 names in /usr/lib/python2.6/site-packages/deluge/plugins/Blocklist-1.0-py2.6.egg
|
---|
420 | # zipimport: found 32 names in /usr/lib/python2.6/site-packages/deluge/plugins/Label-0.1-py2.6.egg
|
---|
421 | # /usr/lib/python2.6/encodings/ascii.pyc matches /usr/lib/python2.6/encodings/ascii.py
|
---|
422 | import encodings.ascii # precompiled from /usr/lib/python2.6/encodings/ascii.pyc
|
---|
423 | [ERROR ] 10:03:45 client:146 Socket or XMLRPC error: [Errno 111] Connexion refusée
|
---|
424 | # clear __builtin__._
|
---|
425 | # clear sys.path
|
---|
426 | # clear sys.argv
|
---|
427 | # clear sys.ps1
|
---|
428 | # clear sys.ps2
|
---|
429 | # clear sys.exitfunc
|
---|
430 | # clear sys.exc_type
|
---|
431 | # clear sys.exc_value
|
---|
432 | # clear sys.exc_traceback
|
---|
433 | # clear sys.last_type
|
---|
434 | # clear sys.last_value
|
---|
435 | # clear sys.last_traceback
|
---|
436 | # clear sys.path_hooks
|
---|
437 | # clear sys.path_importer_cache
|
---|
438 | # clear sys.meta_path
|
---|
439 | # clear sys.flags
|
---|
440 | # clear sys.float_info
|
---|
441 | # restore sys.stdin
|
---|
442 | # restore sys.stdout
|
---|
443 | # restore sys.stderr
|
---|
444 | # cleanup __main__
|
---|
445 | # cleanup[1] opcode
|
---|
446 | # cleanup[1] distutils
|
---|
447 | # cleanup[1] _dbus_glib_bindings
|
---|
448 | # cleanup[1] distutils.dep_util
|
---|
449 | # cleanup[1] xml
|
---|
450 | # cleanup[1] collections
|
---|
451 | # cleanup[1] gnome
|
---|
452 | # cleanup[1] itertools
|
---|
453 | # cleanup[1] gnome.ui
|
---|
454 | # cleanup[1] bonobo
|
---|
455 | # cleanup[1] cairo
|
---|
456 | # cleanup[1] abc
|
---|
457 | # cleanup[1] token
|
---|
458 | # cleanup[1] math
|
---|
459 | # cleanup[1] hashlib
|
---|
460 | # cleanup[1] _functools
|
---|
461 | # cleanup[1] _locale
|
---|
462 | # cleanup[1] distutils.spawn
|
---|
463 | # cleanup[1] __future__
|
---|
464 | # cleanup[1] _collections
|
---|
465 | # cleanup[1] xml.parsers
|
---|
466 | # cleanup[1] distutils.util
|
---|
467 | # cleanup[1] pkgutil
|
---|
468 | # cleanup[1] sre_constants
|
---|
469 | # cleanup[1] _warnings
|
---|
470 | # cleanup[1] _codecs
|
---|
471 | # cleanup[1] _struct
|
---|
472 | # cleanup[1] keyword
|
---|
473 | # cleanup[1] gnome._gnome
|
---|
474 | # cleanup[1] posix
|
---|
475 | # cleanup[1] exceptions
|
---|
476 | # cleanup[1] _weakref
|
---|
477 | # cleanup[1] pyexpat
|
---|
478 | # cleanup[1] site
|
---|
479 | # cleanup[1] strop
|
---|
480 | # cleanup[1] bonobo.activation
|
---|
481 | # cleanup[1] gio._gio
|
---|
482 | # cleanup[1] Bonobo
|
---|
483 | # cleanup[1] Bonobo__POA
|
---|
484 | # cleanup[1] Bonobo.Activation
|
---|
485 | # cleanup[1] distutils.errors
|
---|
486 | # cleanup[1] cairo._cairo
|
---|
487 | # cleanup[1] distutils.log
|
---|
488 | # cleanup[1] _hashlib
|
---|
489 | # cleanup[1] Bonobo__POA.Canvas
|
---|
490 | # cleanup[1] Bonobo.Gdk
|
---|
491 | # cleanup[1] Bonobo.Canvas
|
---|
492 | # cleanup[1] Bonobo.Gtk
|
---|
493 | # cleanup[2] CORBA
|
---|
494 | # cleanup[2] functools
|
---|
495 | # cleanup[2] random
|
---|
496 | # cleanup[2] dbus._expat_introspect_parser
|
---|
497 | # cleanup[2] subprocess
|
---|
498 | # cleanup[2] _dbus_bindings
|
---|
499 | # cleanup[2] dbus.mainloop.glib
|
---|
500 | # cleanup[2] gc
|
---|
501 | # cleanup[2] urllib
|
---|
502 | # cleanup[2] dbus.bus
|
---|
503 | # cleanup[2] deluge.ui.gtkui.listview
|
---|
504 | # cleanup[2] struct
|
---|
505 | # cleanup[2] bonobo._bonobo
|
---|
506 | # cleanup[2] tempfile
|
---|
507 | # cleanup[2] gobject._gobject
|
---|
508 | # cleanup[2] deluge.ui.gtkui.preferences
|
---|
509 | # cleanup[2] pyexpat.errors
|
---|
510 | # cleanup[2] imp
|
---|
511 | # cleanup[2] deluge.component
|
---|
512 | # cleanup[2] dbus.proxies
|
---|
513 | # cleanup[2] deluge.main
|
---|
514 | # cleanup[2] deluge.ui.gtkui.filtertreeview
|
---|
515 | # cleanup[2] xdg
|
---|
516 | # cleanup[2] zipimport
|
---|
517 | # cleanup[2] string
|
---|
518 | # cleanup[2] SocketServer
|
---|
519 | # cleanup[2] deluge.ui.signalreceiver
|
---|
520 | # cleanup[2] textwrap
|
---|
521 | # cleanup[2] gtk.gdk
|
---|
522 | # cleanup[2] ssl
|
---|
523 | # cleanup[2] deluge.ui.gtkui.queuedtorrents
|
---|
524 | # cleanup[2] pango
|
---|
525 | # cleanup[2] datetime
|
---|
526 | # cleanup[2] gnomecanvas
|
---|
527 | # cleanup[2] gtk
|
---|
528 | # cleanup[2] httplib
|
---|
529 | # cleanup[2] gtk._lazyutils
|
---|
530 | # cleanup[2] signal
|
---|
531 | # cleanup[2] dbus.mainloop
|
---|
532 | # cleanup[2] threading
|
---|
533 | # cleanup[2] dbus._version
|
---|
534 | # cleanup[2] deluge.ui.gtkui.ipcinterface
|
---|
535 | # cleanup[2] deluge.ui.gtkui.details_tab
|
---|
536 | # cleanup[2] cStringIO
|
---|
537 | # cleanup[2] deluge.ui.gtkui.files_tab
|
---|
538 | # cleanup[2] dbus.service
|
---|
539 | # cleanup[2] locale
|
---|
540 | # cleanup[2] gnomevfs
|
---|
541 | # cleanup[2] deluge.ui.gtkui.common
|
---|
542 | # cleanup[2] gio.unix
|
---|
543 | # cleanup[2] deluge.SimpleXMLRPCServer
|
---|
544 | # cleanup[2] base64
|
---|
545 | # cleanup[2] xml.parsers.expat
|
---|
546 | # cleanup[2] atexit
|
---|
547 | # cleanup[2] deluge.ui.gtkui.addtorrentdialog
|
---|
548 | # cleanup[2] encodings
|
---|
549 | # cleanup[2] deluge.error
|
---|
550 | # cleanup[2] deluge.ui.tracker_icons
|
---|
551 | # cleanup[2] ORBit.PortableServer
|
---|
552 | # cleanup[2] gnomevfs._gnomevfs
|
---|
553 | # cleanup[2] gobject.propertyhelper
|
---|
554 | # cleanup[2] ORBit
|
---|
555 | # cleanup[2] rfc822
|
---|
556 | # cleanup[2] deluge.ui.gtkui.pluginmanager
|
---|
557 | # cleanup[2] re
|
---|
558 | # cleanup[2] deluge.ui.gtkui.status_tab
|
---|
559 | # cleanup[2] deluge.ui.client
|
---|
560 | # cleanup[2] new
|
---|
561 | # cleanup[2] deluge.ui
|
---|
562 | # cleanup[2] pyexpat.model
|
---|
563 | # cleanup[2] fcntl
|
---|
564 | # cleanup[2] deluge.ui.gtkui.gtkui
|
---|
565 | # cleanup[2] deluge.ui.gtkui.connectionmanager
|
---|
566 | # cleanup[2] dbus.connection
|
---|
567 | # cleanup[2] optparse
|
---|
568 | # cleanup[2] UserDict
|
---|
569 | # cleanup[2] inspect
|
---|
570 | # cleanup[2] dbus.exceptions
|
---|
571 | # cleanup[2] pygtk
|
---|
572 | # cleanup[2] fnmatch
|
---|
573 | # cleanup[2] deluge.ui.gtkui.coreconfig
|
---|
574 | # cleanup[2] codecs
|
---|
575 | # cleanup[2] xdg.BaseDirectory
|
---|
576 | # cleanup[2] posixpath
|
---|
577 | # cleanup[2] logging
|
---|
578 | # cleanup[2] socket
|
---|
579 | # cleanup[2] thread
|
---|
580 | # cleanup[2] traceback
|
---|
581 | # cleanup[2] pkg_resources
|
---|
582 | # cleanup[2] weakref
|
---|
583 | # cleanup[2] ORBit.CORBA
|
---|
584 | # cleanup[2] os
|
---|
585 | # cleanup[2] marshal
|
---|
586 | # cleanup[2] glib.option
|
---|
587 | # cleanup[2] deluge.config
|
---|
588 | # cleanup[2] _sre
|
---|
589 | # cleanup[2] deluge.xmlrpclib
|
---|
590 | # cleanup[2] operator
|
---|
591 | # cleanup[2] deluge.configmanager
|
---|
592 | # cleanup[2] select
|
---|
593 | # cleanup[2] dbus._dbus
|
---|
594 | # cleanup[2] deluge.ui.gtkui.torrentdetails
|
---|
595 | # cleanup[2] platform
|
---|
596 | # cleanup[2] errno
|
---|
597 | # cleanup[2] _socket
|
---|
598 | # cleanup[2] binascii
|
---|
599 | # cleanup[2] deluge.ui.gtkui.sidebar
|
---|
600 | # cleanup[2] os.path
|
---|
601 | # cleanup[2] tokenize
|
---|
602 | # cleanup[2] gio
|
---|
603 | # cleanup[2] glib
|
---|
604 | # cleanup[2] cPickle
|
---|
605 | # cleanup[2] deluge.ui.gtkui.systemtray
|
---|
606 | # cleanup[2] dbus
|
---|
607 | # cleanup[2] dis
|
---|
608 | # cleanup[2] gtk._gtk
|
---|
609 | # cleanup[2] encodings.ascii
|
---|
610 | # cleanup[2] gtk.glade
|
---|
611 | # cleanup[2] copy
|
---|
612 | # cleanup[2] deluge.ui.common
|
---|
613 | # cleanup[2] deluge.ui.gtkui.toolbar
|
---|
614 | # cleanup[2] deluge.ui.gtkui.statusbar
|
---|
615 | # cleanup[2] pangocairo
|
---|
616 | # cleanup[2] gnomevfs.async
|
---|
617 | # cleanup[2] encodings.aliases
|
---|
618 | # cleanup[2] sre_parse
|
---|
619 | # cleanup[2] pickle
|
---|
620 | # cleanup[2] mimetools
|
---|
621 | # cleanup[2] copy_reg
|
---|
622 | # cleanup[2] sre_compile
|
---|
623 | # cleanup[2] _random
|
---|
624 | # cleanup[2] gobject.constants
|
---|
625 | # cleanup[2] deluge.ui.ui
|
---|
626 | # cleanup[2] atk
|
---|
627 | # cleanup[2] BaseHTTPServer
|
---|
628 | # cleanup[2] deluge.ui.gtkui.menubar
|
---|
629 | # cleanup[2] deluge.ui.gtkui.torrentview
|
---|
630 | # cleanup[2] deluge.ui.gtkui.dbusinterface
|
---|
631 | # cleanup[2] deluge.log
|
---|
632 | # cleanup[2] shutil
|
---|
633 | # cleanup[2] deluge.ui.gtkui.mainwindow
|
---|
634 | # cleanup[2] gobject.option
|
---|
635 | # cleanup[2] deluge.ui.gtkui
|
---|
636 | # cleanup[2] deluge.ui.gtkui.peers_tab
|
---|
637 | # cleanup[2] gettext
|
---|
638 | # cleanup[2] _abcoll
|
---|
639 | # cleanup[2] dbus.lowlevel
|
---|
640 | # cleanup[2] genericpath
|
---|
641 | # cleanup[2] stat
|
---|
642 | # cleanup[2] _ssl
|
---|
643 | # cleanup[2] warnings
|
---|
644 | # cleanup[2] deluge.bencode
|
---|
645 | # cleanup[2] glob
|
---|
646 | # cleanup[2] bonobo.ui
|
---|
647 | # cleanup[2] encodings.utf_8
|
---|
648 | # cleanup[2] gtk.deprecation
|
---|
649 | # cleanup[2] deluge.common
|
---|
650 | # cleanup[2] dbus.types
|
---|
651 | # cleanup[2] types
|
---|
652 | # cleanup[2] glib._glib
|
---|
653 | # cleanup[2] deluge
|
---|
654 | # cleanup[2] PortableServer
|
---|
655 | # cleanup[2] dbus.decorators
|
---|
656 | # cleanup[2] urlparse
|
---|
657 | # cleanup[2] linecache
|
---|
658 | # cleanup[2] deluge.ui.gtkui.signals
|
---|
659 | # cleanup[2] time
|
---|
660 | # cleanup[2] gobject
|
---|
661 | # cleanup[2] deluge.pluginmanagerbase
|
---|
662 | # cleanup[2] deluge.ui.gtkui.options_tab
|
---|
663 | # cleanup sys
|
---|
664 | # cleanup __builtin__
|
---|
665 | # cleanup ints: 706 unfreed ints
|
---|
666 | # cleanup floats: 81 unfreed floats
|
---|