Issue480373

classification
Title: Can't find _PyInner with classloader.
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: bckfnn Nosy List: bckfnn
Priority: normal Keywords:

Created on 2001-11-10.15:38:05 by bckfnn, last changed 2001-11-21.11:33:39 by bckfnn.

Messages
msg461 (view) Author: Finn Bock (bckfnn) Date: 2001-11-10.15:38:05
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.
msg462 (view) Author: Finn Bock (bckfnn) Date: 2001-11-21.11:18:16
Logged In: YES 
user_id=4201

Added as test340.
msg463 (view) Author: Finn Bock (bckfnn) Date: 2001-11-21.11:33:39
Logged In: YES 
user_id=4201

Fixed in:
PythonModule.py: 2.15;
JavaMaker.java: 2.13;
Py.java: 2.54;
History
Date User Action Args
2001-11-10 15:38:05bckfnncreate