Skip to content
Advertisement

Tag: pymssql

ImportError: No module named _mssql

I’m running Python 2.7.2 on OS 10.8.5 Trying to use pymssql, but I get the following error: I’ve tried installing mssql with pip and brew only to be told that there’s no package by that name. The docs don’t seem to cover installation. EDIT: When I try to pip install pymssql I get: So I try brew install freetds and

Advertisement