Bugs item #480373, was opened at 2001-11-10 07:38
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=112867&aid=480373&group_id=12867
Category: Core
>Group: Fixed in 2.1b1
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Finn Bock (bckfnn)
Assigned to: Finn Bock (bckfnn)
Summary: Can't find _PyInner with classloader.
Initial Comment:
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.
----------------------------------------------------------------------
>Comment By: Finn Bock (bckfnn)
Date: 2001-11-21 03:33
Message:
Logged In: YES
user_id=4201
Fixed in:
PythonModule.py: 2.15;
JavaMaker.java: 2.13;
Py.java: 2.54;
----------------------------------------------------------------------
Comment By: Finn Bock (bckfnn)
Date: 2001-11-21 03:18
Message:
Logged In: YES
user_id=4201
Added as test340.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=112867&aid=480373&group_id=12867
|