
14 May
2008
14 May
'08
8:39 a.m.
On Wed, May 14, 2008 at 11:39 AM, David Ripton dripton@ripton.net wrote:
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.
Hmm, that stills look strange, because I didn't change anything.
Miguel