From: dman <ds...@ri...> - 2002-01-07 19:00:21
|
On Mon, Jan 07, 2002 at 11:20:05AM -0500, Rajarshi Guha wrote: | Hi, | just downloaded Jython and and have compiled one of my .py files to a | .class file with the command: | ../../jython-2.0/jythonc --deep -A org.python.modules xml2.py | | However when I try to run the .class file I get the error: | | Exception in thread "main" java.lang.NoClassDefFoundError: | org/python/core/PyObject | | How can I fix this? Include jython.jar in the CLASSPATH. -D -- Python is executable pseudocode. Perl is executable line noise. |