Tag: pymssql

MSSQL在python 2.7

有一个模块可用于连接MSSQL和Python 2.7吗? 我下载了pymssql,但它是为Python 2.6。 python 2.7有没有等效的模块? 我不知道这是否有人可以提供链接。 重要提示:同时有一个pymssql模块可用。 不要错过阅读本页末尾的答案: https : //stackoverflow.com/a/25749269/362951

试图使用pip在Ubuntu 12.04上安装pymssql

我正在尝试使用pip在Ubuntu 12.04上安装pymssql。 这是我得到的错误。 任何帮助将不胜感激,因为我完全失去了! 试图用谷歌search这个,但不幸的是无济于事… Downloading pymssql-2.0.0b1-dev-20130403.tar.gz (2.8Mb): 2.8Mb downloaded Running setup.py egg_info for package pymssql warning: no files found matching '*.pyx' under directory 'Cython/Debugger/Tests' warning: no files found matching '*.pxd' under directory 'Cython/Debugger/Tests' warning: no files found matching '*.h' under directory 'Cython/Debugger/Tests' warning: no files found matching '*.pxd' under directory 'Cython/Utility' Compiling module Cython.Plex.Scanners […]