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 | Submit to Reddit reddit | Add to delicious delicious | Submit to StumbleUpon StumbleUpon 

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: 

Comments

Thank you so much
Posted @ Tuesday, September 01, 2009 5:49 AM by max
Thanks for info. Had same error. Vista Home Premium x64 user, SQL Server 2008 Express.
Posted @ Saturday, September 05, 2009 4:14 AM by Piet
Thanks a million... Stuck on that for 2 hours with Windows 7 64-bit.
Posted @ Friday, September 11, 2009 6:31 PM by Rich
The link to ntwdblib.dll no longer works. Do you know another link that works.
Posted @ Monday, February 01, 2010 9:51 AM by Imran Khan
The file is there, you need to save the link rather than just ckicking on it. 
 
 
 
But, it appears to be a 64 bit version. Anyone have a 32 bit version?  
 
 
 
I've got a team stuck in the 32 bit world and can't get out...
Posted @ Wednesday, February 24, 2010 3:03 PM by David Birkhead
Post Comment
Name
 *
Email
 *
Website (optional)
Comment
 *

Allowed tags: <a> link, <b> bold, <i> italics

Receive email when someone replies.