Relates to: T35796
--- Operating System, Graphics card ---
OSX 10.6.8 intel 64 bit
ATI
--- Blender version with error, and version that worked ---
Builder bot 57540 not working
Last working : Official release 2.67b
--- Short description of error ---
Traceback (most recent call last):
File "/Applications/Blender/blender.app/Contents/MacOS/2.67/scripts/startup/bl_operators/console.py", line 54, in execute
return execute(context, self.interactive)
TypeError: execute() takes 1 positional argument but 2 were given
location: <unknown location>:-1
location: <unknown location>:-1
--- Steps for others to reproduce the error (preferably based on attached .blend file) ---
NO steps required. New clean file and type a command in the python console and you get the error above
Included are the console.py files labeled according to their version and fresh out of the zip files as downloaded. There is clearly a difference at line 54 from one to the other. The official release does not have anything on that line but the one from the build does.