Message461

Author bckfnn
Recipients
Date 2001-11-10.15:38:05
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When a a jythonc compiled main program is loaded by a 
custom classloader, the _PyInner class can't be found.

I believe that the main class class should do the 
loading of the _PyInner and pass the class instance to 
Py.runMain() instead of letting runMain() perform the 
loading.
History
Date User Action Args
2008-02-20 17:16:56adminlinkissue480373 messages
2008-02-20 17:16:56admincreate