2009-06-30 15:37:06 UTC
Hi,
I had the same problem.
The root cause was that is tried
$ python setup.py build
After that it failed after compiling 2 files, because I didn't set my jvm directory in the setup.py file correctly.
So I corrected the jvm directory in the setup.py file and did
$ python setup.py build
again.
After installing, I had the error message above.
I resolved it by removing the build directory created by the setup script, and do once more
$ python setup.py build
$ sudo python setup.py install
Regards,
Kristof