From: D-Man <ds...@ri...> - 2001-01-26 23:32:51
|
On Fri, Jan 26, 2001 at 04:02:36PM -0600, David Blair wrote: | When I try to compile a Jython source file with jythonc.py it gives me | this error message: | ImportError: No module named org.python.parser | | I have I:\jython2.0 in the registry file in python.jythonc.classpath and | my CLASSPATH variable. Are you familiar with Java development? The problem is (probably) that you don't have jython.jar in the CLASSPATH. I'll assume that I:\jython2.0 is where you installed jython. You need to have "I:\jython2.0\jython.jar" in the classpath. (The jar file itself must be explicitly named, not the directory it is in. HTH, -D |