-
-
Save anonymous/7260527 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ Asciicast recording started. Hit ^D (that's Ctrl+D) or type "exit" to finis | |
h. | |
4:09PM passcod ~/nanobot | |
≈ python -v | |
import _frozen_importlib # frozen | |
import imp # builtin | |
import sys # builtin | |
# installing zipimport hook | |
import 'zipimport' # <class '_frozen_importlib.BuiltinImporter'> | |
# installed zipimport hook | |
# /usr/lib/python3.3/encodings/__pycache__/__init__.cpython-33.pyc matches /u | |
sr/lib/python3.3/encodings/__init__.py | |
# code object from /usr/lib/python3.3/encodings/__pycache__/__init__.cpython- | |
33.pyc | |
# /usr/lib/python3.3/__pycache__/codecs.cpython-33.pyc matches /usr/lib/pytho | |
n3.3/codecs.py | |
# code object from /usr/lib/python3.3/__pycache__/codecs.cpython-33.pyc | |
import '_codecs' # <class '_frozen_importlib.BuiltinImporter'> | |
import 'codecs' # <_frozen_importlib.SourceFileLoader object at 0x7fc901b5cb9 | |
0> | |
# /usr/lib/python3.3/encodings/__pycache__/aliases.cpython-33.pyc matches /us | |
r/lib/python3.3/encodings/aliases.py | |
# code object from /usr/lib/python3.3/encodings/__pycache__/aliases.cpython-3 | |
3.pyc | |
import 'encodings.aliases' # <_frozen_importlib.SourceFileLoader object at 0x | |
7fc901b71b90> | |
import 'encodings' # <_frozen_importlib.SourceFileLoader object at 0x7fc901b5 | |
c5d0> | |
# /usr/lib/python3.3/encodings/__pycache__/utf_8.cpython-33.pyc matches /usr/ | |
lib/python3.3/encodings/utf_8.py | |
# code object from /usr/lib/python3.3/encodings/__pycache__/utf_8.cpython-33. | |
pyc | |
import 'encodings.utf_8' # <_frozen_importlib.SourceFileLoader object at 0x7f | |
c901b7bb10> | |
import 'signal' # <class '_frozen_importlib.BuiltinImporter'> | |
# /usr/lib/python3.3/encodings/__pycache__/latin_1.cpython-33.pyc matches /us | |
r/lib/python3.3/encodings/latin_1.py | |
# code object from /usr/lib/python3.3/encodings/__pycache__/latin_1.cpython-3 | |
3.pyc | |
import 'encodings.latin_1' # <_frozen_importlib.SourceFileLoader object at 0x | |
7fc901afd210> | |
# /usr/lib/python3.3/__pycache__/io.cpython-33.pyc matches /usr/lib/python3.3 | |
/io.py | |
# code object from /usr/lib/python3.3/__pycache__/io.cpython-33.pyc | |
# /usr/lib/python3.3/__pycache__/abc.cpython-33.pyc matches /usr/lib/python3. | |
3/abc.py | |
# code object from /usr/lib/python3.3/__pycache__/abc.cpython-33.pyc | |
# /usr/lib/python3.3/__pycache__/_weakrefset.cpython-33.pyc matches /usr/lib/ | |
python3.3/_weakrefset.py | |
# code object from /usr/lib/python3.3/__pycache__/_weakrefset.cpython-33.pyc | |
import '_weakrefset' # <_frozen_importlib.SourceFileLoader object at 0x7fc901 | |
b06510> | |
import 'abc' # <_frozen_importlib.SourceFileLoader object at 0x7fc901afd3d0> | |
import 'io' # <_frozen_importlib.SourceFileLoader object at 0x7fc901afd390> | |
# /usr/lib/python3.3/__pycache__/site.cpython-33.pyc matches /usr/lib/python3 | |
.3/site.py | |
# code object from /usr/lib/python3.3/__pycache__/site.cpython-33.pyc | |
# /usr/lib/python3.3/__pycache__/os.cpython-33.pyc matches /usr/lib/python3.3 | |
/os.py | |
# code object from /usr/lib/python3.3/__pycache__/os.cpython-33.pyc | |
import 'errno' # <class '_frozen_importlib.BuiltinImporter'> | |
# /usr/lib/python3.3/__pycache__/stat.cpython-33.pyc matches /usr/lib/python3 | |
.3/stat.py | |
# code object from /usr/lib/python3.3/__pycache__/stat.cpython-33.pyc | |
import 'stat' # <_frozen_importlib.SourceFileLoader object at 0x7fc901b2f510> | |
# /usr/lib/python3.3/__pycache__/posixpath.cpython-33.pyc matches /usr/lib/py | |
thon3.3/posixpath.py | |
# code object from /usr/lib/python3.3/__pycache__/posixpath.cpython-33.pyc | |
# /usr/lib/python3.3/__pycache__/genericpath.cpython-33.pyc matches /usr/lib/ | |
python3.3/genericpath.py | |
# code object from /usr/lib/python3.3/__pycache__/genericpath.cpython-33.pyc | |
import 'genericpath' # <_frozen_importlib.SourceFileLoader object at 0x7fc901 | |
b34350> | |
import 'posixpath' # <_frozen_importlib.SourceFileLoader object at 0x7fc901b3 | |
4150> | |
# /usr/lib/python3.3/collections/__pycache__/__init__.cpython-33.pyc matches | |
/usr/lib/python3.3/collections/__init__.py | |
# code object from /usr/lib/python3.3/collections/__pycache__/__init__.cpytho | |
n-33.pyc | |
# /usr/lib/python3.3/collections/__pycache__/abc.cpython-33.pyc matches /usr/ | |
lib/python3.3/collections/abc.py | |
# code object from /usr/lib/python3.3/collections/__pycache__/abc.cpython-33. | |
pyc | |
import 'collections.abc' # <_frozen_importlib.SourceFileLoader object at 0x7f | |
c901adbfd0> | |
import '_collections' # <class '_frozen_importlib.BuiltinImporter'> | |
import 'operator' # <class '_frozen_importlib.BuiltinImporter'> | |
# /usr/lib/python3.3/__pycache__/keyword.cpython-33.pyc matches /usr/lib/pyth | |
on3.3/keyword.py | |
# code object from /usr/lib/python3.3/__pycache__/keyword.cpython-33.pyc | |
import 'keyword' # <_frozen_importlib.SourceFileLoader object at 0x7fc901a8e0 | |
90> | |
# /usr/lib/python3.3/__pycache__/heapq.cpython-33.pyc matches /usr/lib/python | |
3.3/heapq.py | |
# code object from /usr/lib/python3.3/__pycache__/heapq.cpython-33.pyc | |
import 'itertools' # <class '_frozen_importlib.BuiltinImporter'> | |
# extension module loaded from '/usr/lib/python3.3/lib-dynload/_heapq.cpython | |
-33m.so' | |
import '_heapq' # <_frozen_importlib.ExtensionFileLoader object at 0x7fc901a9 | |
37d0> | |
import 'heapq' # <_frozen_importlib.SourceFileLoader object at 0x7fc901a8e1d0 | |
> | |
# /usr/lib/python3.3/__pycache__/weakref.cpython-33.pyc matches /usr/lib/pyth | |
on3.3/weakref.py | |
# code object from /usr/lib/python3.3/__pycache__/weakref.cpython-33.pyc | |
import 'weakref' # <_frozen_importlib.SourceFileLoader object at 0x7fc901a8e5 | |
90> | |
# /usr/lib/python3.3/__pycache__/reprlib.cpython-33.pyc matches /usr/lib/pyth | |
on3.3/reprlib.py | |
# code object from /usr/lib/python3.3/__pycache__/reprlib.cpython-33.pyc | |
import 'reprlib' # <_frozen_importlib.SourceFileLoader object at 0x7fc901a8e5 | |
50> | |
import 'collections' # <_frozen_importlib.SourceFileLoader object at 0x7fc901 | |
b3a690> | |
# /usr/lib/python3.3/__pycache__/copyreg.cpython-33.pyc matches /usr/lib/pyth | |
on3.3/copyreg.py | |
# code object from /usr/lib/python3.3/__pycache__/copyreg.cpython-33.pyc | |
import 'copyreg' # <_frozen_importlib.SourceFileLoader object at 0x7fc901ac56 | |
90> | |
import 'os' # <_frozen_importlib.SourceFileLoader object at 0x7fc901b19110> | |
# /usr/lib/python3.3/__pycache__/re.cpython-33.pyc matches /usr/lib/python3.3 | |
/re.py | |
# code object from /usr/lib/python3.3/__pycache__/re.cpython-33.pyc | |
# /usr/lib/python3.3/__pycache__/sre_compile.cpython-33.pyc matches /usr/lib/ | |
python3.3/sre_compile.py | |
# code object from /usr/lib/python3.3/__pycache__/sre_compile.cpython-33.pyc | |
import '_sre' # <class '_frozen_importlib.BuiltinImporter'> | |
# /usr/lib/python3.3/__pycache__/sre_parse.cpython-33.pyc matches /usr/lib/py | |
thon3.3/sre_parse.py | |
# code object from /usr/lib/python3.3/__pycache__/sre_parse.cpython-33.pyc | |
# /usr/lib/python3.3/__pycache__/sre_constants.cpython-33.pyc matches /usr/li | |
b/python3.3/sre_constants.py | |
# code object from /usr/lib/python3.3/__pycache__/sre_constants.cpython-33.py | |
c | |
import 'sre_constants' # <_frozen_importlib.SourceFileLoader object at 0x7fc9 | |
0183f710> | |
import 'sre_parse' # <_frozen_importlib.SourceFileLoader object at 0x7fc901ab | |
6fd0> | |
import 'sre_compile' # <_frozen_importlib.SourceFileLoader object at 0x7fc901 | |
b1cbd0> | |
# /usr/lib/python3.3/__pycache__/functools.cpython-33.pyc matches /usr/lib/py | |
thon3.3/functools.py | |
# code object from /usr/lib/python3.3/__pycache__/functools.cpython-33.pyc | |
import '_functools' # <class '_frozen_importlib.BuiltinImporter'> | |
import 'functools' # <_frozen_importlib.SourceFileLoader object at 0x7fc901ab | |
6f90> | |
import 're' # <_frozen_importlib.SourceFileLoader object at 0x7fc901b1c850> | |
# /usr/lib/python3.3/__pycache__/sysconfig.cpython-33.pyc matches /usr/lib/py | |
thon3.3/sysconfig.py | |
# code object from /usr/lib/python3.3/__pycache__/sysconfig.cpython-33.pyc | |
import 'sysconfig' # <_frozen_importlib.SourceFileLoader object at 0x7fc90186 | |
18d0> | |
# /usr/lib/python3.3/__pycache__/_sysconfigdata.cpython-33.pyc matches /usr/l | |
ib/python3.3/_sysconfigdata.py | |
# code object from /usr/lib/python3.3/__pycache__/_sysconfigdata.cpython-33.p | |
yc | |
import '_sysconfigdata' # <_frozen_importlib.SourceFileLoader object at 0x7fc | |
901861a10> | |
# /usr/lib/python3.3/__pycache__/locale.cpython-33.pyc matches /usr/lib/pytho | |
n3.3/locale.py | |
# code object from /usr/lib/python3.3/__pycache__/locale.cpython-33.pyc | |
import '_locale' # <class '_frozen_importlib.BuiltinImporter'> | |
import 'locale' # <_frozen_importlib.SourceFileLoader object at 0x7fc901875bd | |
0> | |
# /usr/lib/python3.3/encodings/__pycache__/cp437.cpython-33.pyc matches /usr/ | |
lib/python3.3/encodings/cp437.py | |
# code object from /usr/lib/python3.3/encodings/__pycache__/cp437.cpython-33. | |
pyc | |
import 'encodings.cp437' # <_frozen_importlib.SourceFileLoader object at 0x7f | |
c901811bd0> | |
# zipimport: found 7 names in '/usr/lib/python3.3/site-packages/six-1.4.1-py3 | |
.3.egg' | |
# zipimport: found 43 names in '/usr/lib/python3.3/site-packages/xbotpp-0.4.0 | |
_dev-py3.3.egg' | |
import 'site' # <_frozen_importlib.SourceFileLoader object at 0x7fc901afdad0> | |
Python 3.3.2 (default, Sep 6 2013, 09:30:10) | |
[GCC 4.8.1 20130725 (prerelease)] on linux | |
Type "help", "copyright", "credits" or "license" for more information. | |
# extension module loaded from '/usr/lib/python3.3/lib-dynload/readline.cpyth | |
on-33m.so' | |
import 'readline' # <_frozen_importlib.ExtensionFileLoader object at 0x7fc901 | |
817950> | |
>>> import xbotpp | |
# ./xbotpp/__pycache__/__init__.cpython-33.pyc matches ./xbotpp/__init__.py | |
# code object from ./xbotpp/__pycache__/__init__.cpython-33.pyc | |
# ./xbotpp/__pycache__/logging.cpython-33.pyc matches ./xbotpp/logging.py | |
# code object from ./xbotpp/__pycache__/logging.cpython-33.pyc | |
# /usr/lib/python3.3/__pycache__/datetime.cpython-33.pyc matches /usr/lib/pyt | |
hon3.3/datetime.py | |
# code object from /usr/lib/python3.3/__pycache__/datetime.cpython-33.pyc | |
# extension module loaded from '/usr/lib/python3.3/lib-dynload/time.cpython-3 | |
3m.so' | |
import 'time' # <_frozen_importlib.ExtensionFileLoader object at 0x7fc90182d7 | |
10> | |
# extension module loaded from '/usr/lib/python3.3/lib-dynload/math.cpython-3 | |
3m.so' | |
import 'math' # <_frozen_importlib.ExtensionFileLoader object at 0x7fc90111e6 | |
50> | |
# extension module loaded from '/usr/lib/python3.3/lib-dynload/_datetime.cpyt | |
hon-33m.so' | |
import '_datetime' # <_frozen_importlib.ExtensionFileLoader object at 0x7fc90 | |
112c150> | |
import 'datetime' # <_frozen_importlib.SourceFileLoader object at 0x7fc901827 | |
c90> | |
import 'xbotpp.logging' # <_frozen_importlib.SourceFileLoader object at 0x7fc | |
901827810> | |
# /usr/lib/python3.3/__pycache__/tempfile.cpython-33.pyc matches /usr/lib/pyt | |
hon3.3/tempfile.py | |
# code object from /usr/lib/python3.3/__pycache__/tempfile.cpython-33.pyc | |
# /usr/lib/python3.3/__pycache__/warnings.cpython-33.pyc matches /usr/lib/pyt | |
hon3.3/warnings.py | |
# code object from /usr/lib/python3.3/__pycache__/warnings.cpython-33.pyc | |
# /usr/lib/python3.3/__pycache__/linecache.cpython-33.pyc matches /usr/lib/py | |
thon3.3/linecache.py | |
# code object from /usr/lib/python3.3/__pycache__/linecache.cpython-33.pyc | |
# /usr/lib/python3.3/__pycache__/tokenize.cpython-33.pyc matches /usr/lib/pyt | |
hon3.3/tokenize.py | |
# code object from /usr/lib/python3.3/__pycache__/tokenize.cpython-33.pyc | |
# /usr/lib/python3.3/__pycache__/token.cpython-33.pyc matches /usr/lib/python | |
3.3/token.py | |
# code object from /usr/lib/python3.3/__pycache__/token.cpython-33.pyc | |
import 'token' # <_frozen_importlib.SourceFileLoader object at 0x7fc90113de10 | |
> | |
import 'tokenize' # <_frozen_importlib.SourceFileLoader object at 0x7fc90113b | |
ed0> | |
import 'linecache' # <_frozen_importlib.SourceFileLoader object at 0x7fc90113 | |
6b10> | |
import 'warnings' # <_frozen_importlib.SourceFileLoader object at 0x7fc901136 | |
910> | |
# /usr/lib/python3.3/__pycache__/random.cpython-33.pyc matches /usr/lib/pytho | |
n3.3/random.py | |
# code object from /usr/lib/python3.3/__pycache__/random.cpython-33.pyc | |
# /usr/lib/python3.3/__pycache__/types.cpython-33.pyc matches /usr/lib/python | |
3.3/types.py | |
# code object from /usr/lib/python3.3/__pycache__/types.cpython-33.pyc | |
import 'types' # <_frozen_importlib.SourceFileLoader object at 0x7fc90113b250 | |
> | |
# /usr/lib/python3.3/__pycache__/hashlib.cpython-33.pyc matches /usr/lib/pyth | |
on3.3/hashlib.py | |
# code object from /usr/lib/python3.3/__pycache__/hashlib.cpython-33.pyc | |
# extension module loaded from '/usr/lib/python3.3/lib-dynload/_hashlib.cpyth | |
on-33m.so' | |
import '_hashlib' # <_frozen_importlib.ExtensionFileLoader object at 0x7fc900 | |
ab3c50> | |
import 'hashlib' # <_frozen_importlib.SourceFileLoader object at 0x7fc900ab37 | |
90> | |
# extension module loaded from '/usr/lib/python3.3/lib-dynload/_random.cpytho | |
n-33m.so' | |
import '_random' # <_frozen_importlib.ExtensionFileLoader object at 0x7fc900a | |
b3ad0> | |
import 'random' # <_frozen_importlib.SourceFileLoader object at 0x7fc901136f5 | |
0> | |
# extension module loaded from '/usr/lib/python3.3/lib-dynload/fcntl.cpython- | |
33m.so' | |
import 'fcntl' # <_frozen_importlib.ExtensionFileLoader object at 0x7fc900ab3 | |
510> | |
import 'tempfile' # <_frozen_importlib.SourceFileLoader object at 0x7fc901827 | |
b50> | |
[16:09:13.902128] [??] Log file is at: /tmp/tmp_pcjgk | |
# ./xbotpp/util/__pycache__/__init__.cpython-33.pyc matches ./xbotpp/util/__i | |
nit__.py | |
# code object from ./xbotpp/util/__pycache__/__init__.cpython-33.pyc | |
import 'xbotpp.util' # <_frozen_importlib.SourceFileLoader object at 0x7fc900 | |
ab6b50> | |
import 'xbotpp' # <_frozen_importlib.SourceFileLoader object at 0x7fc901817d5 | |
0> | |
>>> options = xbotpp.util.ObjectDict({'config_file': 'config.yml', 'verbose': | |
0}) | |
>>> xbotpp.init(options) | |
.,:: .::::::::. ... :::::::::::: | |
`;;;, .,;; ;;;'';;' .;;;;;;;.;;;;;;;;''"" | |
'[[,,[[' [[[__[[\.,[[ \[[, [[ [ [ | |
Y$$$P $$""""Y$$$$$, $$$ $$ $$$$$ $$$$$ | |
oP"``"Yo, _88o,,od8P"888,_ _,88P 88, 8 8 | |
,m" "Mm,""YUMMMP" "YMMMMMP" MMM | |
[16:09:25.904440] [II] This is xbot++ 0.4.0-dev. | |
# ./xbotpp/__pycache__/_bot.cpython-33.pyc matches ./xbotpp/_bot.py | |
# code object from ./xbotpp/__pycache__/_bot.cpython-33.pyc | |
# ./xbotpp/__pycache__/timer.cpython-33.pyc matches ./xbotpp/timer.py | |
# code object from ./xbotpp/__pycache__/timer.cpython-33.pyc | |
# /usr/lib/python3.3/__pycache__/numbers.cpython-33.pyc matches /usr/lib/pyth | |
on3.3/numbers.py | |
# code object from /usr/lib/python3.3/__pycache__/numbers.cpython-33.pyc | |
import 'numbers' # <_frozen_importlib.SourceFileLoader object at 0x7fc900acd1 | |
10> | |
# /usr/lib/python3.3/__pycache__/threading.cpython-33.pyc matches /usr/lib/py | |
thon3.3/threading.py | |
# code object from /usr/lib/python3.3/__pycache__/threading.cpython-33.pyc | |
# /usr/lib/python3.3/__pycache__/traceback.cpython-33.pyc matches /usr/lib/py | |
thon3.3/traceback.py | |
# code object from /usr/lib/python3.3/__pycache__/traceback.cpython-33.pyc | |
import 'traceback' # <_frozen_importlib.SourceFileLoader object at 0x7fc900ad | |
8910> | |
import 'threading' # <_frozen_importlib.SourceFileLoader object at 0x7fc900ad | |
83d0> | |
# /usr/lib/python3.3/__pycache__/bisect.cpython-33.pyc matches /usr/lib/pytho | |
n3.3/bisect.py | |
# code object from /usr/lib/python3.3/__pycache__/bisect.cpython-33.pyc | |
# extension module loaded from '/usr/lib/python3.3/lib-dynload/_bisect.cpytho | |
n-33m.so' | |
import '_bisect' # <_frozen_importlib.ExtensionFileLoader object at 0x7fc8ffd | |
dfe50> | |
import 'bisect' # <_frozen_importlib.SourceFileLoader object at 0x7fc900ad2b9 | |
0> | |
import 'xbotpp.timer' # <_frozen_importlib.SourceFileLoader object at 0x7fc90 | |
0ac8910> | |
# ./xbotpp/__pycache__/signal.cpython-33.pyc matches ./xbotpp/signal.py | |
# code object from ./xbotpp/__pycache__/signal.cpython-33.pyc | |
# ./xbotpp/__pycache__/exceptions.cpython-33.pyc matches ./xbotpp/exceptions. | |
py | |
# code object from ./xbotpp/__pycache__/exceptions.cpython-33.pyc | |
import 'xbotpp.exceptions' # <_frozen_importlib.SourceFileLoader object at 0x | |
7fc8ffdef1d0> | |
# /usr/lib/python3.3/__pycache__/inspect.cpython-33.pyc matches /usr/lib/pyth | |
on3.3/inspect.py | |
# code object from /usr/lib/python3.3/__pycache__/inspect.cpython-33.pyc | |
# /usr/lib/python3.3/__pycache__/imp.cpython-33.pyc matches /usr/lib/python3. | |
3/imp.py | |
# code object from /usr/lib/python3.3/__pycache__/imp.cpython-33.pyc | |
# /usr/lib/python3.3/importlib/__pycache__/__init__.cpython-33.pyc matches /u | |
sr/lib/python3.3/importlib/__init__.py | |
# code object from /usr/lib/python3.3/importlib/__pycache__/__init__.cpython- | |
33.pyc | |
import 'importlib' # <_frozen_importlib.SourceFileLoader object at 0x7fc8ffe0 | |
fd10> | |
# /usr/lib/python3.3/importlib/__pycache__/machinery.cpython-33.pyc matches / | |
usr/lib/python3.3/importlib/machinery.py | |
# code object from /usr/lib/python3.3/importlib/__pycache__/machinery.cpython | |
-33.pyc | |
import 'importlib.machinery' # <_frozen_importlib.SourceFileLoader object at | |
0x7fc8ffe0fed0> | |
import 'imp' # <_frozen_importlib.SourceFileLoader object at 0x7fc8ffdefe10> | |
# /usr/lib/python3.3/__pycache__/dis.cpython-33.pyc matches /usr/lib/python3. | |
3/dis.py | |
# code object from /usr/lib/python3.3/__pycache__/dis.cpython-33.pyc | |
# /usr/lib/python3.3/__pycache__/opcode.cpython-33.pyc matches /usr/lib/pytho | |
n3.3/opcode.py | |
# code object from /usr/lib/python3.3/__pycache__/opcode.cpython-33.pyc | |
import 'opcode' # <_frozen_importlib.SourceFileLoader object at 0x7fc8ffdf219 | |
0> | |
import 'dis' # <_frozen_importlib.SourceFileLoader object at 0x7fc8ffdeff90> | |
import 'inspect' # <_frozen_importlib.SourceFileLoader object at 0x7fc8ffdef4 | |
10> | |
import 'xbotpp.signal' # <_frozen_importlib.SourceFileLoader object at 0x7fc9 | |
00ae1cd0> | |
# ./xbotpp/__pycache__/abstract.cpython-33.pyc matches ./xbotpp/abstract.py | |
# code object from ./xbotpp/__pycache__/abstract.cpython-33.pyc | |
# ./xbotpp/__pycache__/permission.cpython-33.pyc matches ./xbotpp/permission. | |
py | |
# code object from ./xbotpp/__pycache__/permission.cpython-33.pyc | |
import 'xbotpp.permission' # <_frozen_importlib.SourceFileLoader object at 0x | |
7fc8ffbcac10> | |
import 'xbotpp.abstract' # <_frozen_importlib.SourceFileLoader object at 0x7f | |
c8ffdef290> | |
# ./xbotpp/protocol/__pycache__/__init__.cpython-33.pyc matches ./xbotpp/prot | |
ocol/__init__.py | |
# code object from ./xbotpp/protocol/__pycache__/__init__.cpython-33.pyc | |
# ./xbotpp/__pycache__/exthook.cpython-33.pyc matches ./xbotpp/exthook.py | |
# code object from ./xbotpp/__pycache__/exthook.cpython-33.pyc | |
import 'xbotpp.exthook' # <_frozen_importlib.SourceFileLoader object at 0x7fc | |
8ffbaa350> | |
import 'xbotpp.protocol' # <_frozen_importlib.SourceFileLoader object at 0x7f | |
c8ffbaa390> | |
# /usr/lib/python3.3/site-packages/yaml/__pycache__/__init__.cpython-33.pyc m | |
atches /usr/lib/python3.3/site-packages/yaml/__init__.py | |
# code object from /usr/lib/python3.3/site-packages/yaml/__pycache__/__init__ | |
.cpython-33.pyc | |
# /usr/lib/python3.3/site-packages/yaml/__pycache__/error.cpython-33.pyc matc | |
hes /usr/lib/python3.3/site-packages/yaml/error.py | |
# code object from /usr/lib/python3.3/site-packages/yaml/__pycache__/error.cp | |
ython-33.pyc | |
import 'yaml.error' # <_frozen_importlib.SourceFileLoader object at 0x7fc8ffb | |
aee90> | |
# /usr/lib/python3.3/site-packages/yaml/__pycache__/tokens.cpython-33.pyc mat | |
ches /usr/lib/python3.3/site-packages/yaml/tokens.py | |
# code object from /usr/lib/python3.3/site-packages/yaml/__pycache__/tokens.c | |
python-33.pyc | |
import 'yaml.tokens' # <_frozen_importlib.SourceFileLoader object at 0x7fc8ff | |
bbe2d0> | |
# /usr/lib/python3.3/site-packages/yaml/__pycache__/events.cpython-33.pyc mat | |
ches /usr/lib/python3.3/site-packages/yaml/events.py | |
# code object from /usr/lib/python3.3/site-packages/yaml/__pycache__/events.c | |
python-33.pyc | |
import 'yaml.events' # <_frozen_importlib.SourceFileLoader object at 0x7fc8ff | |
bbeb50> | |
# /usr/lib/python3.3/site-packages/yaml/__pycache__/nodes.cpython-33.pyc matc | |
hes /usr/lib/python3.3/site-packages/yaml/nodes.py | |
# code object from /usr/lib/python3.3/site-packages/yaml/__pycache__/nodes.cp | |
ython-33.pyc | |
import 'yaml.nodes' # <_frozen_importlib.SourceFileLoader object at 0x7fc8ffb | |
c82d0> | |
# /usr/lib/python3.3/site-packages/yaml/__pycache__/loader.cpython-33.pyc mat | |
ches /usr/lib/python3.3/site-packages/yaml/loader.py | |
# code object from /usr/lib/python3.3/site-packages/yaml/__pycache__/loader.c | |
python-33.pyc | |
# /usr/lib/python3.3/site-packages/yaml/__pycache__/reader.cpython-33.pyc mat | |
ches /usr/lib/python3.3/site-packages/yaml/reader.py | |
# code object from /usr/lib/python3.3/site-packages/yaml/__pycache__/reader.c | |
python-33.pyc | |
# extension module loaded from '/usr/lib/python3.3/lib-dynload/array.cpython- | |
33m.so' | |
import 'array' # <_frozen_importlib.ExtensionFileLoader object at 0x7fc8ffbd0 | |
ad0> | |
import 'yaml.reader' # <_frozen_importlib.SourceFileLoader object at 0x7fc8ff | |
bc8ed0> | |
# /usr/lib/python3.3/site-packages/yaml/__pycache__/scanner.cpython-33.pyc ma | |
tches /usr/lib/python3.3/site-packages/yaml/scanner.py | |
# code object from /usr/lib/python3.3/site-packages/yaml/__pycache__/scanner. | |
cpython-33.pyc | |
import 'yaml.scanner' # <_frozen_importlib.SourceFileLoader object at 0x7fc8f | |
fbd09d0> | |
# /usr/lib/python3.3/site-packages/yaml/__pycache__/parser.cpython-33.pyc mat | |
ches /usr/lib/python3.3/site-packages/yaml/parser.py | |
# code object from /usr/lib/python3.3/site-packages/yaml/__pycache__/parser.c | |
python-33.pyc | |
import 'yaml.parser' # <_frozen_importlib.SourceFileLoader object at 0x7fc8ff | |
950a50> | |
# /usr/lib/python3.3/site-packages/yaml/__pycache__/composer.cpython-33.pyc m | |
atches /usr/lib/python3.3/site-packages/yaml/composer.py | |
# code object from /usr/lib/python3.3/site-packages/yaml/__pycache__/composer | |
.cpython-33.pyc | |
import 'yaml.composer' # <_frozen_importlib.SourceFileLoader object at 0x7fc8 | |
ff959790> | |
# /usr/lib/python3.3/site-packages/yaml/__pycache__/constructor.cpython-33.py | |
c matches /usr/lib/python3.3/site-packages/yaml/constructor.py | |
# code object from /usr/lib/python3.3/site-packages/yaml/__pycache__/construc | |
tor.cpython-33.pyc | |
# /usr/lib/python3.3/__pycache__/base64.cpython-33.pyc matches /usr/lib/pytho | |
n3.3/base64.py | |
# code object from /usr/lib/python3.3/__pycache__/base64.cpython-33.pyc | |
# /usr/lib/python3.3/__pycache__/struct.cpython-33.pyc matches /usr/lib/pytho | |
n3.3/struct.py | |
# code object from /usr/lib/python3.3/__pycache__/struct.cpython-33.pyc | |
# extension module loaded from '/usr/lib/python3.3/lib-dynload/_struct.cpytho | |
n-33m.so' | |
import '_struct' # <_frozen_importlib.ExtensionFileLoader object at 0x7fc8ff9 | |
7d1d0> | |
import 'struct' # <_frozen_importlib.SourceFileLoader object at 0x7fc8ff97535 | |
0> | |
# extension module loaded from '/usr/lib/python3.3/lib-dynload/binascii.cpyth | |
on-33m.so' | |
import 'binascii' # <_frozen_importlib.ExtensionFileLoader object at 0x7fc8ff | |
97d2d0> | |
import 'base64' # <_frozen_importlib.SourceFileLoader object at 0x7fc8ff97515 | |
0> | |
import 'yaml.constructor' # <_frozen_importlib.SourceFileLoader object at 0x7 | |
fc8ff959b50> | |
# /usr/lib/python3.3/site-packages/yaml/__pycache__/resolver.cpython-33.pyc m | |
atches /usr/lib/python3.3/site-packages/yaml/resolver.py | |
# code object from /usr/lib/python3.3/site-packages/yaml/__pycache__/resolver | |
.cpython-33.pyc | |
import 'yaml.resolver' # <_frozen_importlib.SourceFileLoader object at 0x7fc8 | |
ff97d450> | |
import 'yaml.loader' # <_frozen_importlib.SourceFileLoader object at 0x7fc8ff | |
bc8b10> | |
# /usr/lib/python3.3/site-packages/yaml/__pycache__/dumper.cpython-33.pyc mat | |
ches /usr/lib/python3.3/site-packages/yaml/dumper.py | |
# code object from /usr/lib/python3.3/site-packages/yaml/__pycache__/dumper.c | |
python-33.pyc | |
# /usr/lib/python3.3/site-packages/yaml/__pycache__/emitter.cpython-33.pyc ma | |
tches /usr/lib/python3.3/site-packages/yaml/emitter.py | |
# code object from /usr/lib/python3.3/site-packages/yaml/__pycache__/emitter. | |
cpython-33.pyc | |
import 'yaml.emitter' # <_frozen_importlib.SourceFileLoader object at 0x7fc8f | |
f97ddd0> | |
# /usr/lib/python3.3/site-packages/yaml/__pycache__/serializer.cpython-33.pyc | |
matches /usr/lib/python3.3/site-packages/yaml/serializer.py | |
# code object from /usr/lib/python3.3/site-packages/yaml/__pycache__/serializ | |
er.cpython-33.pyc | |
import 'yaml.serializer' # <_frozen_importlib.SourceFileLoader object at 0x7f | |
c8ff509c90> | |
# /usr/lib/python3.3/site-packages/yaml/__pycache__/representer.cpython-33.py | |
c matches /usr/lib/python3.3/site-packages/yaml/representer.py | |
# code object from /usr/lib/python3.3/site-packages/yaml/__pycache__/represen | |
ter.cpython-33.pyc | |
import 'yaml.representer' # <_frozen_importlib.SourceFileLoader object at 0x7 | |
fc8ff512210> | |
import 'yaml.dumper' # <_frozen_importlib.SourceFileLoader object at 0x7fc8ff | |
97da10> | |
# /usr/lib/python3.3/site-packages/yaml/__pycache__/cyaml.cpython-33.pyc matc | |
hes /usr/lib/python3.3/site-packages/yaml/cyaml.py | |
# code object from /usr/lib/python3.3/site-packages/yaml/__pycache__/cyaml.cp | |
ython-33.pyc | |
# extension module loaded from '/usr/lib/python3.3/site-packages/_yaml.cpytho | |
n-33m.so' | |
import '_yaml' # <_frozen_importlib.ExtensionFileLoader object at 0x7fc8ff51a | |
1d0> | |
import 'yaml.cyaml' # <_frozen_importlib.SourceFileLoader object at 0x7fc8ff5 | |
1a5d0> | |
import 'yaml' # <_frozen_importlib.SourceFileLoader object at 0x7fc8ffbaa6d0> | |
# /usr/lib/python3.3/site-packages/plyvel/__pycache__/__init__.cpython-33.pyc | |
matches /usr/lib/python3.3/site-packages/plyvel/__init__.py | |
# code object from /usr/lib/python3.3/site-packages/plyvel/__pycache__/__init | |
__.cpython-33.pyc | |
# extension module loaded from '/usr/lib/python3.3/site-packages/plyvel/_plyv | |
el.cpython-33m.so' | |
import 'plyvel._plyvel' # <_frozen_importlib.ExtensionFileLoader object at 0x | |
7fc8ff5214d0> | |
# /usr/lib/python3.3/site-packages/plyvel/__pycache__/_version.cpython-33.pyc | |
matches /usr/lib/python3.3/site-packages/plyvel/_version.py | |
# code object from /usr/lib/python3.3/site-packages/plyvel/__pycache__/_versi | |
on.cpython-33.pyc | |
import 'plyvel._version' # <_frozen_importlib.SourceFileLoader object at 0x7f | |
c9011122d0> | |
import 'plyvel' # <_frozen_importlib.SourceFileLoader object at 0x7fc8ff51a61 | |
0> | |
import 'xbotpp._bot' # <_frozen_importlib.SourceFileLoader object at 0x7fc901 | |
136750> | |
# ./xbotpp/protocol/__pycache__/irc.cpython-33.pyc matches ./xbotpp/protocol/ | |
irc.py | |
# code object from ./xbotpp/protocol/__pycache__/irc.cpython-33.pyc | |
# ./xbotpp/protocol/__pycache__/base.cpython-33.pyc matches ./xbotpp/protocol | |
/base.py | |
# code object from ./xbotpp/protocol/__pycache__/base.cpython-33.pyc | |
import 'xbotpp.protocol.base' # <_frozen_importlib.SourceFileLoader object at | |
0x7fc8ff534dd0> | |
# /usr/lib/python3.3/__pycache__/ssl.cpython-33.pyc matches /usr/lib/python3. | |
3/ssl.py | |
# code object from /usr/lib/python3.3/__pycache__/ssl.cpython-33.pyc | |
# /usr/lib/python3.3/__pycache__/textwrap.cpython-33.pyc matches /usr/lib/pyt | |
hon3.3/textwrap.py | |
# code object from /usr/lib/python3.3/__pycache__/textwrap.cpython-33.pyc | |
import 'textwrap' # <_frozen_importlib.SourceFileLoader object at 0x7fc8fe276 | |
4d0> | |
# extension module loaded from '/usr/lib/python3.3/lib-dynload/_socket.cpytho | |
n-33m.so' | |
import '_socket' # <_frozen_importlib.ExtensionFileLoader object at 0x7fc900a | |
c8750> | |
# extension module loaded from '/usr/lib/python3.3/lib-dynload/_ssl.cpython-3 | |
3m.so' | |
import '_ssl' # <_frozen_importlib.ExtensionFileLoader object at 0x7fc901827f | |
50> | |
# /usr/lib/python3.3/__pycache__/socket.cpython-33.pyc matches /usr/lib/pytho | |
n3.3/socket.py | |
# code object from /usr/lib/python3.3/__pycache__/socket.cpython-33.pyc | |
import 'socket' # <_frozen_importlib.SourceFileLoader object at 0x7fc8fe28a4d | |
0> | |
import 'ssl' # <_frozen_importlib.SourceFileLoader object at 0x7fc8fe26d2d0> | |
# extension module loaded from '/usr/lib/python3.3/lib-dynload/select.cpython | |
-33m.so' | |
import 'select' # <_frozen_importlib.ExtensionFileLoader object at 0x7fc8fe26 | |
d650> | |
import 'xbotpp.protocol.irc' # <_frozen_importlib.SourceFileLoader object at | |
0x7fc90110be90> | |
[16:09:26.121685] [!!] An error occurred while loading the 'irc' protocol: | |
TypeError argument of type 'NoneType' is not iterable | |
# ./xbotpp/modules/__pycache__/__init__.cpython-33.pyc matches ./xbotpp/modul | |
es/__init__.py | |
# code object from ./xbotpp/modules/__pycache__/__init__.cpython-33.pyc | |
import 'xbotpp.modules' # <_frozen_importlib.SourceFileLoader object at 0x7fc | |
8fe26d890> | |
# ./xbotpp/modules/__pycache__/core.cpython-33.pyc matches ./xbotpp/modules/c | |
ore.py | |
# code object from ./xbotpp/modules/__pycache__/core.cpython-33.pyc | |
import 'xbotpp.modules.core' # <_frozen_importlib.SourceFileLoader object at | |
0x7fc8fe296ad0> | |
# ./xbotpp/modules/__pycache__/core.cpython-33.pyc matches ./xbotpp/modules/c | |
ore.py | |
# code object from ./xbotpp/modules/__pycache__/core.cpython-33.pyc | |
# ./xbotpp/modules/__pycache__/admin.cpython-33.pyc matches ./xbotpp/modules/ | |
admin.py | |
# code object from ./xbotpp/modules/__pycache__/admin.cpython-33.pyc | |
import 'xbotpp.modules.admin' # <_frozen_importlib.SourceFileLoader object at | |
0x7fc8fe296810> | |
# ./xbotpp/modules/__pycache__/admin.cpython-33.pyc matches ./xbotpp/modules/ | |
admin.py | |
# code object from ./xbotpp/modules/__pycache__/admin.cpython-33.pyc | |
Traceback (most recent call last): | |
File "<stdin>", line 1, in <module> | |
File "./xbotpp/__init__.py", line 57, in init | |
if hasattr(options, '__from_parse_options'): | |
File "./xbotpp/util/__init__.py", line 15, in __getattr__ | |
return super().__getitem__(key) | |
KeyError: '__from_parse_options' | |
>>> xbotpp.bot | |
<xbotpp._bot.Bot object at 0x7fc901112410> | |
>>> xbotpp.bot.connections | |
{} | |
>>> # WTF | |
... | |
>>> quit() | |
# clear builtins._ | |
# clear sys.path | |
# clear sys.argv | |
# clear sys.ps1 | |
# clear sys.ps2 | |
# clear sys.last_type | |
# clear sys.last_value | |
# clear sys.last_traceback | |
# clear sys.path_hooks | |
# clear sys.path_importer_cache | |
# clear sys.meta_path | |
# clear sys.flags | |
# clear sys.float_info | |
# restore sys.stdin | |
# restore sys.stdout | |
# restore sys.stderr | |
# cleanup __main__ | |
# cleanup[1] sre_constants | |
# cleanup[1] random | |
# cleanup[1] _weakrefset | |
# cleanup[1] hashlib | |
# cleanup[1] opcode | |
# cleanup[1] site | |
# cleanup[1] _sysconfigdata | |
# cleanup[1] reprlib | |
# cleanup[1] keyword | |
# cleanup[1] token | |
# cleanup[1] sysconfig | |
# cleanup[1] dis | |
# cleanup[1] tempfile | |
# cleanup[2] yaml.reader | |
# cleanup[2] collections.abc | |
# cleanup[2] os.path | |
# cleanup[2] yaml.dumper | |
# cleanup[2] functools | |
# cleanup[2] yaml.representer | |
# cleanup[2] codecs | |
# cleanup[2] yaml.scanner | |
# cleanup[2] sre_compile | |
# cleanup[2] posix | |
# cleanup[2] xbotpp.protocol.irc | |
# cleanup[2] threading | |
# cleanup[2] traceback | |
# cleanup[2] _weakref | |
# cleanup[2] zipimport | |
# cleanup[2] _thread | |
# cleanup[2] yaml.serializer | |
# cleanup[2] re | |
# cleanup[2] _imp | |
# cleanup[2] _socket | |
# cleanup[2] encodings.utf_8 | |
# cleanup[2] _collections | |
# cleanup[2] yaml.resolver | |
# cleanup[2] xbotpp.protocol | |
# cleanup[2] _sre | |
# cleanup[2] array | |
# cleanup[2] xbotpp._bot | |
# cleanup[2] xbotpp.permission | |
# cleanup[2] stat | |
# cleanup[2] base64 | |
# cleanup[2] locale | |
# cleanup[2] _warnings | |
# cleanup[2] heapq | |
# cleanup[2] _heapq | |
# cleanup[2] plyvel._plyvel | |
# cleanup[2] fcntl | |
# cleanup[2] xbotpp | |
# cleanup[2] warnings | |
# cleanup[2] socket | |
# cleanup[2] binascii | |
# cleanup[2] io | |
# cleanup[2] weakref | |
# cleanup[2] numbers | |
# cleanup[2] xbotpp.signal | |
# cleanup[2] yaml.emitter | |
# cleanup[2] xbotpp.exceptions | |
# cleanup[2] posixpath | |
# cleanup[2] importlib.machinery | |
# cleanup[2] _struct | |
# cleanup[2] errno | |
# cleanup[2] bisect | |
# cleanup[2] marshal | |
# cleanup[2] yaml.composer | |
# cleanup[2] inspect | |
# cleanup[2] _datetime | |
# cleanup[2] readline | |
# cleanup[2] abc | |
# cleanup[2] xbotpp.logging | |
# cleanup[2] encodings.latin_1 | |
# cleanup[2] xbotpp.modules | |
# cleanup[2] _codecs | |
# cleanup[2] importlib._bootstrap | |
# cleanup[2] _bisect | |
# cleanup[2] struct | |
# cleanup[2] plyvel._version | |
# cleanup[2] _frozen_importlib | |
# cleanup[2] xbotpp.timer | |
# cleanup[2] datetime | |
# cleanup[2] select | |
# cleanup[2] yaml.loader | |
# cleanup[2] yaml.events | |
# cleanup[2] _hashlib | |
# cleanup[2] textwrap | |
# cleanup[2] _yaml | |
# cleanup[2] _random | |
# cleanup[2] yaml.error | |
# cleanup[2] yaml.cyaml | |
# cleanup[2] _locale | |
# cleanup[2] imp | |
# cleanup[2] yaml.constructor | |
# cleanup[2] genericpath | |
# cleanup[2] xbotpp.util | |
# cleanup[2] importlib | |
# cleanup[2] itertools | |
# cleanup[2] time | |
# cleanup[2] xbotpp.modules.core | |
# cleanup[2] xbotpp.modules.admin | |
# cleanup[2] encodings.cp437 | |
# cleanup[2] yaml.parser | |
# cleanup[2] ssl | |
# cleanup[2] encodings.aliases | |
# cleanup[2] copyreg | |
# cleanup[2] sre_parse | |
# cleanup[2] signal | |
# cleanup[2] yaml.tokens | |
# cleanup[2] yaml.nodes | |
# cleanup[2] xbotpp.protocol.base | |
# cleanup[2] operator | |
# cleanup[2] types | |
# cleanup[2] xbotpp.exthook | |
# cleanup[2] yaml | |
# cleanup[2] plyvel | |
# cleanup[2] _functools | |
# cleanup[2] _io | |
# cleanup[2] os | |
# cleanup[2] linecache | |
# cleanup[2] _ssl | |
# cleanup[2] math | |
# cleanup[2] tokenize | |
# cleanup[2] xbotpp.abstract | |
# cleanup[2] encodings | |
# cleanup[2] collections | |
# cleanup sys | |
# cleanup builtins | |
4:09PM passcod ~/nanobot | |
≈ exit | |
~ Asciicast recording finished. | |
~ Do you want to upload it? [Y/n] | |
~ Uploading... | |
http://ascii.io/a/6166 | |
4:09PM passcod ~/nanobot | |
≈ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment