Below you'll see an example output. The first half of the screen is some compilation warnings from PythonOnLisp. It returns T, and I ask for the Python REPL. Attempting the simple example on their homepage, (py::py "print \"Hello from python\"") will generate identical errors (even if I run it directly in the SBCL REPL, and not the python REPL).
I was running Python's latest 2.5, and tried 2.5.0, some 2.4.x version, 2.3.5, and now I'm at 2.3.0. I believe, as I reverted backwards, the error Python API error showed 1013, and as of 2.3.5 and earlier, its 1012. I was running the latest version of CFFI, and I tried reverting to an older version (cffi-060130).
