Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
0.9.58
-
None
-
Windows
Description
Python3.8 can't import mariadb module:
Python 3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 23:11:46) [MSC v.1916 64 bit (AM
|
D64)] on win32
|
Type "help", "copyright", "credits" or "license" for more information.
|
>>> import mariadb
|
Traceback (most recent call last):
|
File "<stdin>", line 1, in <module>
|
ImportError: DLL load failed while importing mariadb: The specified module could
|
not be found.
|