ImportError and jythonc

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Henri Sivonen

    #1

    ImportError and jythonc

    I have a Jython script that uses Java classes and runs fine using
    jython. It also compiles using jythonc. However, when I try to run the
    compiled program with the same CLASSPATH, I get an ImportError upon
    first Java import.

    How can I fix this?

    --
    Henri Sivonen
    hsivonen@iki.fi

Working...