服务器
willguo_
人生苦短,我用python
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
服务器端uwsgi配置文件
[uwsgi] socket=127.0.0.1:7000 # 项目目录 chdir=/www/cheese/python # 项目启动文件目录 wsgi-file=/www/cheese/python/manager.py callable = app processes=4 threads=2 master=True pidfile=uwsgi.pid ;daemonize=uwsgi.log...原创 2018-07-31 10:39:05 · 2679 阅读 · 0 评论 -
python2和Python3相关工具包在不同环境的安装问题
windows 环境 Python2 无法安装mysqlclient。Python3 无法安装MySQL-python、flup、functools32、Gooey、 Pywin32、 webencodings。 matplotlib 在 python3 环境中安装报错:The following required packages can not be built:freetype, png。需...原创 2019-05-06 11:58:30 · 389 阅读 · 0 评论
分享