Traceback (most recent call last):
File "C:\WinPython-32bit-2.7.6.3-20140407\python-2.7.6\lib\pdb.py", line 1314,
in main
pdb._runscript(mainpyfile)
File "C:\WinPython-32bit-2.7.6.3-20140407\python-2.7.6\lib\pdb.py", line 1233,
in _runscript
self.run(statement)
File "C:\WinPython-32bit-2.7.6.3-20140407\python-2.7.6\lib\bdb.py", line 400,
in run
exec cmd in globals, locals
File "<string>", line 1, in <module>
File "install.py", line 2, in <module>
from equitable.db.psyw import DBpicker, SQLAeng, SmartDB
File "C:\WinPython-32bit-2.7.6.3-20140407\python-2.7.6\lib\site-packages\trump
\orm.py", line 2287, in SetupTrump
engine = create_engine(engine_str)
File "C:\WinPython-32bit-2.7.6.3-20140407\python-2.7.6\lib\site-packages\sqlal
chemy\engine\__init__.py", line 344, in create_engine
return strategy.create(*args, **kwargs)
File "C:\WinPython-32bit-2.7.6.3-20140407\python-2.7.6\lib\site-packages\sqlal
chemy\engine\strategies.py", line 50, in create
dialect_cls = u.get_dialect()
File "C:\WinPython-32bit-2.7.6.3-20140407\python-2.7.6\lib\site-packages\sqlal
chemy\engine\url.py", line 116, in get_dialect
cls = registry.load(name)
File "C:\WinPython-32bit-2.7.6.3-20140407\python-2.7.6\lib\site-packages\sqlal
chemy\util\langhelpers.py", line 186, in load
(self.group, name))
NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:postgresql.psycopg2Hello,
I've got a very peculiar situation, where SQLA fails to create an engine, because it can't find the installed module, only when I do some relatively straightforward package discovery & import logic using imp.find_module and imp.load_module.
I'm wondering if SQLAlchemy does some magic
--
You received this message because you are subscribed to the Google Groups "sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sqlalchemy+...@googlegroups.com.
To post to this group, send email to sqlal...@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.
On 7/17/15 1:21 PM, Jeffrey McLarty wrote:
Hello,
I've got a very peculiar situation, where SQLA fails to create an engine, because it can't find the installed module, only when I do some relatively straightforward package discovery & import logic using imp.find_module and imp.load_module.
feel free to share that logic. Otherwise, no clue.
--
You received this message because you are subscribed to a topic in the Google Groups "sqlalchemy" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sqlalchemy/AbPSrqH0kb4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sqlalchemy+...@googlegroups.com.