pgwrap icon indicating copy to clipboard operation
pgwrap copied to clipboard

Commented line

Open ozeberle opened this issue 6 years ago • 4 comments

Testing with python 3.6.3 gets following error: AttributeError: module 'pgwrap' has no attribute 'connection'

File init.py has the first line commented with a important module. Should this be uncommented?

ozeberle avatar Feb 13 '19 14:02 ozeberle

Confirming this is solving this issue. uncomment first line in init.py

jmrenouard avatar Oct 15 '19 15:10 jmrenouard

Thank you!

ozeberle avatar Oct 15 '19 16:10 ozeberle

Pull request send to project.

jmrenouard avatar Oct 15 '19 17:10 jmrenouard

Could you merge pull request to master branch? After installing package in my project, I always have to uncomment this line.

AniaKru95 avatar May 18 '21 13:05 AniaKru95