From: John M. <joh...@ya...> - 2001-04-04 04:01:51
|
I switched to the latest jython but I still get an error when trying to run a jythonc generated jar file unless I put the jython.jar in the CLASSPATH. I used the "--all" option when running jythonc. Any suggestions. In this case yyy is a valid attribute for a super class that was inherited by xxx. This works when run as a jython script. It only works as a jythonc jar file if I put jython.jar in the CLASSPATH. AttributeError: instance of 'xxx' has no attribute 'yyy' $ jython Jython 2.1a1 on javaVM-1.3.0.01 (JIT: null) Type "copyright", "credits" or "license" for more information. >>> __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ |