sakuto29 / pyodbc

Automatically exported from code.google.com/p/pyodbc
MIT No Attribution
0 stars 0 forks source link

broken Windows installer? "import pyodbc" => "DLL load failed: specified procedure not found" #248

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download and run the current Windows EXE installer for Python 2.6:
   http://code.google.com/p/pyodbc/downloads/detail?name=pyodbc-3.0.2.win32-py2.6.exe
2.  Start a new Python session
3.  import pyodbc

What is the expected output? What do you see instead?

  Expected: python prompt (successful module import)

  Actual:  "DLL load failed:  specified procedure not found"

What version of the product are you using? On what operating system?

  PyODBC 3.0.2 for Python 2.6 and Win32
  Windows XP Pro "version 2002 service pack 3"
  Intel Core 2 Duo T7300 @2 GHz

Please provide any additional information below.

  Older installer seems to work correctly: pyODBC 2.1.11 for Python 2.6 on Win32

Original issue reported on code.google.com by dalb...@gmail.com on 16 Mar 2012 at 4:25