Message695

Author bckfnn
Recipients
Date 2002-09-18.14:12:38
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2008-02-20 17:17:07adminlinkissue583832 messages
2008-02-20 17:17:07admincreate