Advertisement
Guest User

Untitled

a guest
Apr 10th, 2011
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. C:\Users\Mimminito>python -vv
  2. installing zipimport hook
  3. import zipimport # builtin
  4. installed zipimport hook
  5. trying C:\Python27\site.pyd
  6. trying C:\Python27\site.py
  7. trying C:\Python27\site.pyw
  8. trying C:\Python27\site.pyc
  9. ImportError: No module named site
  10. restore sys.stdin
  11. restore sys.stdout
  12. restore sys.stderr
  13. cleanup __main__
  14. cleanup[1] zipimport
  15. cleanup[1] signal
  16. cleanup[1] exceptions
  17. cleanup[1] _warnings
  18. cleanup sys
  19. cleanup __builtin__
  20. cleanup ints: 6 unfreed ints
  21. <int at 01D9B5C0, refcnt=3, val=15>
  22. <int at 01D9B5F0, refcnt=3, val=11>
  23. <int at 01D9B608, refcnt=2, val=9>
  24. <int at 01D9B638, refcnt=4, val=5>
  25. <int at 01D9B65C, refcnt=3, val=2>
  26. <int at 01D9B674, refcnt=10, val=0>
  27. cleanup floats
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement