Advertisement
Guest User

py

a guest
Oct 8th, 2014
538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.29 KB | None | 0 0
  1. # installing zipimport hook
  2. import zipimport # builtin
  3. # installed zipimport hook
  4. # /usr/lib/python2.7/site.pyc matches /usr/lib/python2.7/site.py
  5. import site # precompiled from /usr/lib/python2.7/site.pyc
  6. # /usr/lib/python2.7/os.pyc matches /usr/lib/python2.7/os.py
  7. import os # precompiled from /usr/lib/python2.7/os.pyc
  8. import errno # builtin
  9. import posix # builtin
  10. # /usr/lib/python2.7/posixpath.pyc matches /usr/lib/python2.7/posixpath.py
  11. import posixpath # precompiled from /usr/lib/python2.7/posixpath.pyc
  12. # /usr/lib/python2.7/stat.pyc matches /usr/lib/python2.7/stat.py
  13. import stat # precompiled from /usr/lib/python2.7/stat.pyc
  14. # /usr/lib/python2.7/genericpath.pyc matches /usr/lib/python2.7/genericpath.py
  15. import genericpath # precompiled from /usr/lib/python2.7/genericpath.pyc
  16. # /usr/lib/python2.7/warnings.pyc matches /usr/lib/python2.7/warnings.py
  17. import warnings # precompiled from /usr/lib/python2.7/warnings.pyc
  18. # /usr/lib/python2.7/linecache.pyc matches /usr/lib/python2.7/linecache.py
  19. import linecache # precompiled from /usr/lib/python2.7/linecache.pyc
  20. # /usr/lib/python2.7/types.pyc matches /usr/lib/python2.7/types.py
  21. import types # precompiled from /usr/lib/python2.7/types.pyc
  22. # /usr/lib/python2.7/UserDict.pyc matches /usr/lib/python2.7/UserDict.py
  23. import UserDict # precompiled from /usr/lib/python2.7/UserDict.pyc
  24. # /usr/lib/python2.7/_abcoll.pyc matches /usr/lib/python2.7/_abcoll.py
  25. import _abcoll # precompiled from /usr/lib/python2.7/_abcoll.pyc
  26. # /usr/lib/python2.7/abc.pyc matches /usr/lib/python2.7/abc.py
  27. import abc # precompiled from /usr/lib/python2.7/abc.pyc
  28. # /usr/lib/python2.7/_weakrefset.pyc matches /usr/lib/python2.7/_weakrefset.py
  29. import _weakrefset # precompiled from /usr/lib/python2.7/_weakrefset.pyc
  30. import _weakref # builtin
  31. # /usr/lib/python2.7/copy_reg.pyc matches /usr/lib/python2.7/copy_reg.py
  32. import copy_reg # precompiled from /usr/lib/python2.7/copy_reg.pyc
  33. # /usr/lib/python2.7/traceback.pyc matches /usr/lib/python2.7/traceback.py
  34. import traceback # precompiled from /usr/lib/python2.7/traceback.pyc
  35. # /usr/lib/python2.7/sysconfig.pyc matches /usr/lib/python2.7/sysconfig.py
  36. import sysconfig # precompiled from /usr/lib/python2.7/sysconfig.pyc
  37. # /usr/lib/python2.7/re.pyc matches /usr/lib/python2.7/re.py
  38. import re # precompiled from /usr/lib/python2.7/re.pyc
  39. # /usr/lib/python2.7/sre_compile.pyc matches /usr/lib/python2.7/sre_compile.py
  40. import sre_compile # precompiled from /usr/lib/python2.7/sre_compile.pyc
  41. import _sre # builtin
  42. # /usr/lib/python2.7/sre_parse.pyc matches /usr/lib/python2.7/sre_parse.py
  43. import sre_parse # precompiled from /usr/lib/python2.7/sre_parse.pyc
  44. # /usr/lib/python2.7/sre_constants.pyc matches /usr/lib/python2.7/sre_constants.py
  45. import sre_constants # precompiled from /usr/lib/python2.7/sre_constants.pyc
  46. # /usr/lib/python2.7/_sysconfigdata.pyc matches /usr/lib/python2.7/_sysconfigdata.py
  47. import _sysconfigdata # precompiled from /usr/lib/python2.7/_sysconfigdata.pyc
  48. # /usr/lib/python2.7/_sysconfigdata_nd.pyc matches /usr/lib/python2.7/_sysconfigdata_nd.py
  49. import _sysconfigdata_nd # precompiled from /usr/lib/python2.7/_sysconfigdata_nd.pyc
  50. # /usr/lib/python2.7/sitecustomize.pyc matches /usr/lib/python2.7/sitecustomize.py
  51. import sitecustomize # precompiled from /usr/lib/python2.7/sitecustomize.pyc
  52. import encodings # directory /usr/lib/python2.7/encodings
  53. # /usr/lib/python2.7/encodings/__init__.pyc matches /usr/lib/python2.7/encodings/__init__.py
  54. import encodings # precompiled from /usr/lib/python2.7/encodings/__init__.pyc
  55. # /usr/lib/python2.7/codecs.pyc matches /usr/lib/python2.7/codecs.py
  56. import codecs # precompiled from /usr/lib/python2.7/codecs.pyc
  57. import _codecs # builtin
  58. # /usr/lib/python2.7/encodings/aliases.pyc matches /usr/lib/python2.7/encodings/aliases.py
  59. import encodings.aliases # precompiled from /usr/lib/python2.7/encodings/aliases.pyc
  60. # /usr/lib/python2.7/encodings/utf_8.pyc matches /usr/lib/python2.7/encodings/utf_8.py
  61. import encodings.utf_8 # precompiled from /usr/lib/python2.7/encodings/utf_8.pyc
  62. Python 2.7.3 (default, Mar 18 2014, 05:13:23)
  63. [GCC 4.6.3] on linux2
  64. Type "help", "copyright", "credits" or "license" for more information.
  65. import RPi # directory /usr/lib/python2.7/dist-packages/RPi
  66. # /usr/lib/python2.7/dist-packages/RPi/__init__.pyc matches /usr/lib/python2.7/dist-packages/RPi/__init__.py
  67. import RPi # precompiled from /usr/lib/python2.7/dist-packages/RPi/__init__.pyc
  68. dlopen("/usr/lib/python2.7/dist-packages/RPi/GPIO.so", 2);
  69. import RPi.GPIO # dynamically loaded from /usr/lib/python2.7/dist-packages/RPi/GPIO.so
  70. # /home/pi/SPI-Py/MFRC522.pyc matches /home/pi/SPI-Py/MFRC522.py
  71. import MFRC522 # precompiled from /home/pi/SPI-Py/MFRC522.pyc
  72. Traceback (most recent call last):
  73. File "MFRC522.py", line 5, in <module>
  74. import MFRC522
  75. File "/home/pi/SPI-Py/MFRC522.py", line 21, in <module>
  76. MIFAREReader = MFRC522.MFRC522()
  77. TypeError: 'module' object is not callable
  78. # clear __builtin__._
  79. # clear sys.path
  80. # clear sys.argv
  81. # clear sys.ps1
  82. # clear sys.ps2
  83. # clear sys.exitfunc
  84. # clear sys.exc_type
  85. # clear sys.exc_value
  86. # clear sys.exc_traceback
  87. # clear sys.last_type
  88. # clear sys.last_value
  89. # clear sys.last_traceback
  90. # clear sys.path_hooks
  91. # clear sys.path_importer_cache
  92. # clear sys.meta_path
  93. # clear sys.flags
  94. # clear sys.float_info
  95. # restore sys.stdin
  96. # restore sys.stdout
  97. # restore sys.stderr
  98. # cleanup __main__
  99. # cleanup[1] encodings
  100. # cleanup[1] site
  101. # cleanup[1] sysconfig
  102. # cleanup[1] RPi
  103. # cleanup[1] abc
  104. # cleanup[1] _weakrefset
  105. # cleanup[1] sre_constants
  106. # cleanup[1] re
  107. # cleanup[1] _codecs
  108. # cleanup[1] _warnings
  109. # cleanup[1] zipimport
  110. # cleanup[1] _sysconfigdata
  111. # cleanup[1] encodings.utf_8
  112. # cleanup[1] codecs
  113. # cleanup[1] _sysconfigdata_nd
  114. # cleanup[1] sitecustomize
  115. # cleanup[1] traceback
  116. # cleanup[1] posix
  117. # cleanup[1] encodings.aliases
  118. # cleanup[1] exceptions
  119. # cleanup[1] _weakref
  120. # cleanup[1] sre_compile
  121. # cleanup[1] _sre
  122. # cleanup[1] sre_parse
  123. # cleanup[2] copy_reg
  124. # cleanup[2] RPi.GPIO
  125. # cleanup[2] posixpath
  126. # cleanup[2] errno
  127. # cleanup[2] _abcoll
  128. # cleanup[2] types
  129. # cleanup[2] genericpath
  130. # cleanup[2] stat
  131. # cleanup[2] warnings
  132. # cleanup[2] UserDict
  133. # cleanup[2] os.path
  134. # cleanup[2] signal
  135. # cleanup[2] linecache
  136. # cleanup[2] os
  137. # cleanup sys
  138. # cleanup __builtin__
  139. # cleanup ints: 18 unfreed ints
  140. # cleanup floats
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement