Message1013
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. |
|
| Date |
User |
Action |
Args |
| 2008-02-20 17:17:24 | admin | link | issue1246413 messages |
| 2008-02-20 17:17:24 | admin | create | |
|