Re: One module cannot be found by the interpreter

2005-12-01 Thread Fredrik Lundh
Anthony Liu wrote: > I downloaded and built the python/c++ maxent package ( > http://homepages.inf.ed.ac.uk/s0450736/maxent_toolkit.html > ). > > I don't know what happened, the interpreter cannot > find the cmaxent module, whereas cmaxent.py is right > under the current directory. > > >>> from ma

One module cannot be found by the interpreter

2005-11-30 Thread Anthony Liu
I downloaded and built the python/c++ maxent package ( http://homepages.inf.ed.ac.uk/s0450736/maxent_toolkit.html ). I don't know what happened, the interpreter cannot find the cmaxent module, whereas cmaxent.py is right under the current directory. >>> from maxent import * cmaxent module not fo