PyMPI tries to use Py_ReadOnlyBytecodeFlag in order to keep Python from generating the .pyc files during a parallel run. Python2.6 changed the name of this variable to: Py_DontWriteBytecodeFlag.
See:http://bugs.python.org/issue602345
Log in to post a comment.