Message361

Author nobody
Recipients
Date 2001-07-28.13:10:38
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Upon running jythonc --all --jar client.jar 
ClientApplet.py I expected a functional applet but 
instead get the following error with appletviewer and 
Linux Netscape:

java.lang.NoClassDefFoundError: 
java.lang.NoClassDefFoundError: 
org/python/util/PyMetaClass

I looked inside the jar created and sure enough it is 
missing the PyMetaClass (--core has the same effect).

Rich
History
Date User Action Args
2008-02-20 17:16:52adminlinkissue445470 messages
2008-02-20 17:16:52admincreate