[issue39120] pyodbc dll load failed

2019-12-22 Thread Eryk Sun
Eryk Sun added the comment: This may be due to changes regarding DLL dependency resolution in 3.8. If so, you can find the missing DLL using Process Monitor, configured to monitor file access in python.exe and pythonw.exe. Add the DLL's directory to the search path via os.add_dll_directory [

[issue39120] pyodbc dll load failed

2019-12-22 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: This is a tracker for CPython issues. Please use the bug tracker for pyodbc or other forums like stack overflow for better solutions. -- nosy: +xtreak resolution: -> third party stage: -> resolved status: open -> closed __

[issue39120] pyodbc dll load failed

2019-12-22 Thread Neil Faulkner
New submission from Neil Faulkner : Please can someone advise as to the root cause of this error? -- components: Library (Lib) files: DLL.PNG messages: 358796 nosy: nf00038 priority: normal severity: normal status: open title: pyodbc dll load failed type: compile error versions: Python