Issue 248: broken Windows installer? "import pyodbc" => "DLL load failed: specified procedure not found"
Status:  New
Owner: ----
Reported by dalb...@gmail.com, Mar 16, 2012
What steps will reproduce the problem?
1. Download and run the current Windows EXE installer for Python 2.6:
   https://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