On 2020-02-20 01:15, potato 山药蛋 wrote: > But I got an error when trying to import pgdb in Python 3.8, > ImportError: DLL load failed while importing _pg: The specified module
I am not a Windows guy but is it possible that you are not running the setup with Python 3.8? Python is good about running multiple versions on the same system You may need to specify which version is the default. A Windows person on this list may have more details for you. -- D'Arcy J.M. Cain PyGreSQL Development Group http://www.PyGreSQL.org IM:[email protected] _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo/pygresql
