System Information
First computer:
Operating system: Linux 3.11.0-18-generic #32~precise1-Ubuntu SMP Thu Feb 20 17:52:10 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Graphics card: nvidia Geforce GTS 250
Second computer:
Operating system: 3.13-1-amd64 #1 SMP Debian 3.13.5-1 (2014-03-04) x86_64 GNU/Linux
Graphics card: nvidia G98M
Blender Version
First computer: Version 270 sub 0 date 2014-03-20 17:45 hash dfa5ced
Second computer: ver 2.69.0
Short description of error
The import of python library "concurrent.futures", due to the registration method atexit, causes the error:
First computer:
Error in atexit._run_exitfuncs:
AttributeError: 'NoneType' object has no attribute 'items'
Second computer:
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/lib/python3.3/concurrent/futures/thread.py", line 34, in _python_exit
items = list(_threads_queues.items())
AttributeError: 'NoneType' object has no attribute 'items'
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/lib/python3.3/concurrent/futures/process.py", line 78, in _python_exit
items = list(_threads_queues.items())
AttributeError: 'NoneType' object has no attribute 'items
You can see the error if you run the project using blenderplayer from a shell.
Exact steps for others to reproduce the error
- Run the project with blenderplayer from shell
- Press the ESC key
If you need other information, just ask.