_mysql.c _mysql.c(42) : fatal error C1083: Cannot open … 继续阅读 python安装MySQLdb时,报错
分类: Python
Python 在使用 scrapy 并运行项目时报异常 不是有效的32位程序
报错信息如下: 解决: python 查看是多少位的,个人认为如图: 然后重新下载 pywin32 对就的版本… 继续阅读 Python 在使用 scrapy 并运行项目时报异常 不是有效的32位程序
Python 安装 scrapy 时,一直提示错误Module啥的
注意在安装的时候,提示的依赖需求与指定的版本,如图: 然后使用 pip –list 检查已经安装的相应的依赖… 继续阅读 Python 安装 scrapy 时,一直提示错误Module啥的
Python 中的 pip 配置文件位置
本人的操作系统为 Windowns 7 x64 ,经查配置文件为:%APPDATA%\pip\pip.ini … 继续阅读 Python 中的 pip 配置文件位置
Python 使用 pyinstaller 生成exe 文件
懒人方法:在使用python的安装包时,直接把python添加到系统环境,省得后面使用python命令的时候,… 继续阅读 Python 使用 pyinstaller 生成exe 文件
Python pyinstaller 安装报错 IndexError: tuple index out of range
环境: windows 7 x64 / python 3.6 在使用python 安装目录下的 pip … 继续阅读 Python pyinstaller 安装报错 IndexError: tuple index out of range
Python pip 更换源
参考网址: http://blog.csdn.net/u012375442/article/details/5… 继续阅读 Python pip 更换源
Python 默认的安装信息
默认扩展包安装目录: Linux: /usr/lib/python2.7/site-packages W… 继续阅读 Python 默认的安装信息
Python PyMySql UnicodeEncodeError: ‘latin-1’ codec can’t encode characters in position 82-8
Python 在使用 PyMySQL 库(版本:PyMySQL-0.7.11.dist-info)插入数据库的… 继续阅读 Python PyMySql UnicodeEncodeError: ‘latin-1’ codec can’t encode characters in position 82-8
Python 安装 pip 包管理器
python 的 pip 官网:https://pypi.python.org/pypi/pip 在点击 in… 继续阅读 Python 安装 pip 包管理器