Message1013

Author nobody
Recipients
Date 2005-12-06.00:15:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: NO 

I have a similar problem -- it looks like when there is a
java package and a python package with the same part of
their name, the class loader can get confused.  For example, 

from edu.umass.mallet.base.fst import *
from mallet.crfs import *

will work from some directories and not from others. 
changing the name of the python package to mallethon.crfs is
a functional workaround. 
History
Date User Action Args
2008-02-20 17:17:24adminlinkissue1246413 messages
2008-02-20 17:17:24admincreate