随笔分类 -  Python

摘要:1.setup.py中导入包 2.生成包 阅读全文
posted @ 2018-12-28 11:16 当自强 阅读(4171) 评论(0) 推荐(0)
摘要:pip install "your package" -i https://pypi.tuna.tsinghua.edu.cn/simple 阅读全文
posted @ 2017-05-27 10:43 当自强 阅读(110) 评论(0) 推荐(0)
摘要:http://www.jianshu.com/p/0d80366ca60c, 对于mysqlclient的安装,直接看文档。https://github.com/PyMySQL/mysqlclient-python。 阅读全文
posted @ 2017-05-19 17:18 当自强 阅读(93) 评论(0) 推荐(0)
摘要:pip3 install PyQt5 阅读全文
posted @ 2017-04-26 22:09 当自强 阅读(95) 评论(0) 推荐(0)
摘要:from suds improt client url ="your?wsdl" client = Client(url,cache=None) client.set_options(location=url) return client.service.SomeMeth(someVar) 阅读全文
posted @ 2017-01-18 18:05 当自强 阅读(296) 评论(0) 推荐(0)