[Semantext-users] Error while using Semantext
Status: Alpha
Brought to you by:
efreese
|
From: Nagarjuna G. <nag...@hb...> - 2001-09-17 14:40:58
|
I get the following error while using the latest version semantext
0.72.1.
Traceback (innermost last):
File "semantext.py", line 536, in OnFileImportTM
tm_handler = SemantextTMImporter(tm_name, tm_module, tm_module_keywords)
File "semantextTM.py", line 130, in __init__
tm_module = self._get_module(tm_module)
File "tmutils.py", line 200, in _get_module
fp, pathname, description = imp.find_module(module_name)
ImportError: No module named SemantextTM
How do I solve this problem, I do have the file SemantextTM.py in the
same directory.
Nagarjuna
|