Message39

Author bckfnn
Recipients
Date 2000-11-18.19:00:24
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When compiling to a jar file, jpythonc throws an error because it cannot find
the
setup.class code.

The error occurs in addOneClass defined in the jar.py file. The method assumes
that
the class to be added is a class file whereas in fact, Setup.class is
distributed
in the jpython.jar file.

I have created a patch and will submit the patch and mail it to the jpython
mailing
list.
History
Date User Action Args
2008-02-20 17:16:38adminlinkissue222801 messages
2008-02-20 17:16:38admincreate