Donate Share

JPype

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Error when importing JPype

You are viewing a single message from this topic. View all messages.

  1. 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
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.