Under windows pymerase can't locate the output
modules, and probably can't find the input modules
either.
>>> t = pymerase.Pymerase('CreateSQL')
Traceback (most recent call last):
File "<pyshell#4>", line 1, in ?
t = pymerase.Pymerase('CreateSQL')
File "C:\Python22\Lib\site-
packages\pymerase\__init__.py", line 155, in __init__
self.setInputTranslator(inputTranslator)
File "C:\Python22\Lib\site-
packages\pymerase\__init__.py", line 228, in
setInputTranslator
self.inputTranslator = self.__getTranslator
(self.inputPath, translator)
File "C:\Python22\Lib\site-
packages\pymerase\__init__.py", line 216, in
__getTranslator
file, filename, modType = imp.find_module
(translatorName, module_path)
ImportError: No module named CreateSQL