Issue445470

classification
Title: Jythonc does not add PyMetaClass
Type: Severity: normal
Components: Jythonc compiler Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: bckfnn, hrharkins
Priority: normal Keywords:

Created on 2001-07-28.13:10:38 by anonymous, last changed 2001-07-28.15:05:17 by bckfnn.

Messages
msg361 (view) Author: Nobody/Anonymous (nobody) Date: 2001-07-28.13:10:38
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
msg362 (view) Author: H. Richard Harkins (hrharkins) Date: 2001-07-28.13:19:49
Logged In: YES 
user_id=283299

Sorry, should have mentioned that this is with version 
2.1a2. ;)

Rich
msg363 (view) Author: Finn Bock (bckfnn) Date: 2001-07-28.15:05:17
Logged In: YES 
user_id=4201

This bug is already fixed in CVS. A workaround for alpha2 
can be found here:
http://www.jython.org/cgi-bin/moin.cgi/PyMetaClassBug
History
Date User Action Args
2001-07-28 13:10:38anonymouscreate