--- Operating System, Graphics card ---
Windows 7 32 Bit
AMD Raedon HD 6800
--- Blender version with error, and version that worked ---
2.67 RC1
Works in all previous versions of course
--- Short description of error ---
Running any command on the python console results in this error on the system console:
File "H:\Software_Kits\Graphics\Blender\blender-2.67-RC-windows32\2.66\scripts\startup\bl_operators\console.py", line 44, in execute
return execute(context)
File "H:\Software_Kits\Graphics\Blender\blender-2.67-RC-windows32\2.66\scripts\modules\console_python.py", line 137, in execute
console, stdout, stderr = get_console(hash(context.region))
File "H:\Software_Kits\Graphics\Blender\blender-2.67-RC-windows32\2.66\scripts\modules\console_python.py", line 92, in get_console
bpy_main_mod = types.ModuleType("__main__")
AttributeError: 'module' object has no attribute 'ModuleType'
It's impossible to use any command at all.
--- Steps for others to reproduce the error (preferably based on attached .blend file) ---
Just open the default file on this release, open a console window an try to use any command.
Description
Event Timeline
I cannot confirm issues with the 32 bit RC1 build, nor with current x64 SVN.
Tried simple print command and changing a value via bpy.context...
Hmm. That's odd!
Any idea what it might be then or how I can collect information to help you pinpoint it?
This is likely a broken installation, if it was a common problem, I would expect many others would have run into this before.
Pershaps the PYTHONPATH is set and pointing to a python installation that is incompatible with blender?
- try remove blender and re-install (or unpack)
- see if PYTHONPATH is set, if so, unset it and see if this fixes the problem.
Best to do this without touching machine settings is to do this through a cmd.exe:
1) Open a cmd.exe
2) CD (in the cmd.exe) into the location where your RC1 build is located
3) type: echo %PYTHONPATH%
4) if it gives something else than '%PYTHONPATH%' you can unset it by typing: set PYTHONPATH=
5) run blender.exe from the cmd.exe