Ich habe eine Exe aus py2exe erstellt. Nachdem ich die Exe erfolgreich erstellt habe, habe ich den folgenden Fehler, wenn ich main.exe ausführe.
File "_mssql.pyc", line 12, in <module>
File "_mssql.pyc", line 10, in __load
ImportError: DLL load failed: The specified module could not be found.
Ich verwende das Modul pymssql für Sql Server.