About Fitzblog

Greetings!  I'm Pat Fitzsimmons, a software entrepreneur in Cambridge, MA.  I work for HubSpot, a startup building B2B Marketing Software.  My roles include writing code, designing the product, and plotting strategy.  More about me ...

Developers wanted

HubSpot is hiring developers.

Get Posts by Email

Your email:

My Projects

HubSpot has everything you need to market on the web: web site & blog tools, analytics, seo tools, and marketing campaign tracking.  It's the software used to build this site.  Check it out.

WebSiteGrader - You just spent big money on your new web site. How's it working out for you?  Grade your site.

Current Articles | RSS Feed RSS Feed

Installing pymsssql on Vista/Windows 7 and python 2.6

  | Submit to Digg digg it |  Add to delicious  delicious |  Submit to StumbleUpon StumbleUpon | Submit to Reddit reddit | 

Today I was trying to install pymssql using the automated installer.  When I ran python and imported pymssql I received an error: "ImportError: DLL load failed: The specified module could not be found."

Turns out that I needed a newer version of ntwdblib.dll   The folks at UserScape had made this DLL available here.  I downloaded it into my python26/Lib/site-packages folder, overwrote the existing ntwdblib.dll, and then it worked.

Googling around for the answer was not easy, so I'm posting this in case other searchers run into this problem. 

 

 

Tags: 
All Posts