Re: [sqlalchemy] ImportError: cannot import name postgresql

2017-06-19 Thread mike bayer
if more of a stack trace is present in error_log, that would help, also to clarify if this is mod_wsgi, and if daemon mode is present or not. On 06/19/2017 06:48 AM, shrey.chau...@invicto.in wrote: Hi, I am using a remote postgres server: *PostgreSQL 9.6.2 sqlalchemy 1.1.10* running my app

[sqlalchemy] ImportError: cannot import name postgresql

2017-06-19 Thread shrey . chauhan
Hi, I am using a remote postgres server: *PostgreSQL 9.6.2sqlalchemy 1.1.10* running my app on Apache webserver, but whe i try hitting any API i get this error- *ImportError:* *cannot import name postgresql* this is the line which is creating issues :-* from sqlalchemy.dialects import