输入banner图图片脚本导航/分类

pymssql 安装 报错

_mssql.c:242:22: fatal error: sqlfront.h: 没有那个文件或目录

#include "sqlfront.h"

2,_mssql.c:4:20: fatal error: Python.h: 没有那个文件或目录

 #include "Python.h"


 解决方法: 

apt-get install python-dev freetds-dev -y  


本文出自 “bobo的运维之路” 博客,请务必保留此出处http://shiyiguo.blog.51cto.com/4949751/1828306

pymssql 安装 报错

标签:mssql   python