Advertisement
Guest User

Untitled

a guest
May 6th, 2015
602
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. DATA
  2. __stderr__ = <_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf...
  3. __stdin__ = <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8...
  4. __stdout__ = <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf...
  5. api_version = 1013
  6. argv = ['blender-app.exe']
  7. base_exec_prefix = r'C:\Python34'
  8. base_prefix = r'C:\Python34'
  9. builtin_module_names = ('_ast', '_bisect', '_bpy_path', '_codecs', '_c...
  10. byteorder = 'little'
  11. copyright = 'Copyright (c) 2001-2014 Python Software Foundati...ematis...
  12. dllhandle = 1365573632
  13. dont_write_bytecode = False
  14. exec_prefix = r'C:\Python34'
  15. executable = r'C:\Program Files\Blender Foundation\Blender\blender-app...
  16. flags = sys.flags(debug=0, inspect=0, interactive=0, opt...ing=0, quie...
  17. float_info = sys.float_info(max=1.7976931348623157e+308, max_...epsilo...
  18. float_repr_style = 'short'
  19. hash_info = sys.hash_info(width=64, modulus=2305843009213693...iphash2...
  20. hexversion = 50594544
  21. implementation = namespace(cache_tag='cpython-34', hexversion=505...in...
  22. int_info = sys.int_info(bits_per_digit=30, sizeof_digit=4)
  23. last_traceback = None
  24. last_value = SyntaxError('invalid syntax', ('<blender_console>', 1, 17...
  25. maxsize = 9223372036854775807
  26. maxunicode = 1114111
  27. meta_path = [<class '_frozen_importlib.BuiltinImporter'>, <class '_fro...
  28. modules = {'__future__': <module '__future__' from 'C:\\Python34\\Lib\...
  29. path = [r'C:\Program Files\Blender Foundation\Blender\2.74\scripts\add...
  30. path_hooks = [<class 'zipimport.zipimporter'>, <function FileFinder.pa...
  31. path_importer_cache = {r'C:\Program Files\Blender Foundation\Blender':...
  32. platform = 'win32'
  33. prefix = r'C:\Python34'
  34. stderr = <_io.StringIO object>
  35. stdin = None
  36. stdout = <_io.StringIO object>
  37. thread_info = sys.thread_info(name='nt', lock=None, version=None)
  38. version = '3.4.2 (default, Dec 7 2014, 18:21:18) [MSC v.1800 64 bit (...
  39. version_info = sys.version_info(major=3, minor=4, micro=2, releaseleve...
  40. warnoptions = []
  41. winver = '3.4'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement