console_autoexec.py

When I try to run the interactive console script from the scripts menu in blender (in linux), blender returns the following error:

Traceback (most recent call last):
  File "/home/fundole/.blender/scripts/console.py", line 553, in ?
    open(console_autoexec, 'w').close()
IOError: [Errno 13] Permission denied: '/home/myhome/.blender/scripts/bpydata/console_autoexec.py'

Does anybody know about this or could anyone send the file console_autoexec.py to [email protected]?

Just off the top of my head, it looks like you do not have write access in /home/myhome/.blender/scripts/bpydata.

The /home/myhome part of that path looks weird. Is your scripts dir set to some non-existant place?

Next release wil make this not throw an error :slight_smile: