You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried to move from pygresql import pg outside the try-catch block and PyCharm complained about non-existent module pygresql. I tried to run this same import in a Python shell with the virtualenv activated and got an import error. Looks like we are using the driver from GPLib.
The text was updated successfully, but these errors were encountered:
I just tried to move
from pygresql import pg
outside the try-catch block and PyCharm complained about non-existent modulepygresql
. I tried to run this same import in a Python shell with the virtualenv activated and got an import error. Looks like we are using the driver from GPLib.The text was updated successfully, but these errors were encountered: