| Code: |
|
PYTHON INTERACTIVE CONSOLE 3.2.2 (default, Sep 5 2011, 22:21:39) [GCC 4.6.1] Command History: Up/Down Arrow Cursor: Left/Right Home/End Remove: Backspace/Delete Execute: Enter Autocomplete: Ctrl+Space Ctrl +/- Wheel: Zoom Builtin Modules: bpy, bpy.data, bpy.ops, bpy.props, bpy.types, bpy.context, bpy.utils, bgl, blf, mathutils Convenience Imports: from mathutils import *; from math import * >>> from struct import * >>> file=open("testfile","w+b") >>> file.write("BM1") Traceback (most recent call last): File "<blender_console>", line 1, in <module> TypeError: 'str' does not support the buffer interface >>> |