I'm serving a Django app behind IIS6 web server.
The test server runs perfectly, but when running behind the web server a module failes to import I get this error:
Error loading pyodbc module: DLL load failed: The specified module could not be found
Just for the record the module is pyodbc
The site is served though isapi by using isapi-wsgi
Any ideas? It would really make my day! :)
Run GoogleDriveSync.exe in Compatibility Mode If you're only encountering the Error Loading Python DLL error, the moment your Google Drive installation attempts to sync your files, chances are you will be able to fix the problem by forcing the executable to run in compatibility mode with Windows 7.
importerror: dll load failed: The specified module could not be found error occurs because of the incompatibilities of Microsoft Visual C++ (Visual Studio) versions. The best way to fix this error (importerror: dll load failed) is to reinstall/ install the Microsoft Visual C++ distribution.
Error in loading DLL occurs when a program calls upon a DLL file to perform a certain task, and the specified DLL cannot be loaded. These errors indicated by various error messages, such as: Error loading dumcp. dll.
Python3. dll is found in PASW Statistics 18, LibreOffice 6.2. 5, and iClone 7.41. 2525.
This error is a PITA: it is often caused by missing symbols in dll (because a dependent dll was not found, etc...). You should check the .pyd with dependency walker, or look into the windows log which may log such errors depending on your configuration.
I have recently been battling with setting up Django/Python on IIS 7 on Windows 2008 with MS SQL 2008. I bumped into the same problem as you did. I was using PyODBC-2.1.8. I compiled the modules from source. I used the mingw
compiler to compile them from source. Nothing worked.
I then downgraded to PyODBC-2.1.7. And it worked! I used the binary available from the site for the Python 2.6 distribution (that is the version of Python I am using).
I hope this may help.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With