Menu

#21 Pymerase can't find output modules under windows

v0.1.99
open
-General- (6)
7
2003-05-19
2003-05-19
No

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

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.