exe created by py2exe give error

Posted by user283405 on Stack Overflow See other posts from Stack Overflow or by user283405
Published on 2010-03-31T06:57:13Z Indexed on 2010/03/31 7:13 UTC
Read the original article Hit count: 560

Filed under:
|

i have created an exe from py2exe. After successfully creating the exe, i got the following error when i run main.exe.

  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.

I am using pymssql module for sql server.

© Stack Overflow or respective owner

Related posts about python

Related posts about py2exe