May 14, 2008
7:39 a.m.
On 2008.05.14 10:22:48 -0300, Miguel Filho wrote:
I have a twisted application in production for some time now, running under Fedora Core 6, Python 2.4.4 and twisted 2.4. I know, a little outdated. The process was running fine for some weeks without any problems, although I got this exception in my logs and I really have no idea what it means. The process did not die and is still running ok.
exceptions.SystemError: unknown opcode
This means that Python found an illegal virtual machine instruction. You can cause this by running or importing a .pyc file from a different version of Python, without having a matching .py file to fall back on. -- David Ripton dripton@ripton.net