Python
tlk20071
这个作者很懒,什么都没留下…
展开
-
Python 常见错误
1.IndentationError: unexpected indent Hi,老兄,你的文件里格式不对了,可能是tab和空格没对齐的问题,所有python对格式要求非常严格 2.IndentationError: unindent does not match any outer indentation level 你使用的缩进方式不一致,有的是 tab 键缩进,有的是空格缩原创 2016-05-17 10:14:39 · 529 阅读 · 0 评论 -
Python MYSQLdb操作数据库
测试Linux是否安装MYSQLdb,如果没有请安装,具体测试及安装方法见我的上yi'p原创 2016-06-27 14:32:39 · 417 阅读 · 0 评论 -
Python安装Mysql模块MySQLdb详解
首先检查可不可以使用import MySQLdb 如下表示成功安装 如下表示未成功安装: 第一步 wget http://sourceforge.net/projects/mysql-python/files/mysql-python/1.2.3/MySQL-python-1.2.3.tar.gz tar zxvf MySQL-python-1.2.3.tar.g原创 2016-06-23 20:22:28 · 908 阅读 · 0 评论 -
ModuleNotFoundError: No module named 'ConfigParser'
问题:安装mysql-utilities 错误ModuleNotFoundError: No module named 'ConfigParser' pip3 install mysql-utilities Collecting mysql-utilities Downloading https://files.pythonhosted.org/packages/b3/79/137e4...原创 2018-08-27 15:10:43 · 19926 阅读 · 1 评论