You can use Homebrew to install unixodbc, then pyodbc via pip in the usual fashion.
brew install unixodbc && pip install pyodbc
This works for me on Mavericks.
You can use Homebrew to install unixodbc, then pyodbc via pip in the usual fashion.
brew install unixodbc && pip install pyodbc
This works for me on Mavericks.