Message695
Logged In: YES
user_id=4201
The problem here is that java package discovery isn't
automatic for foreign classloaders and it might never be.
The workaround is to manually add information about java
packages like this:
import sys
sys.add_package("foo")
when "from foo import Qual" works.
We are well aware about this limitation, so I will close
this bug report; there are plenty of information in the
mailling lists and in feature requests about this and we
will not forget about it. |
|
Date |
User |
Action |
Args |
2008-02-20 17:17:07 | admin | link | issue583832 messages |
2008-02-20 17:17:07 | admin | create | |
|