python
uplinker
这个作者很懒,什么都没留下…
展开
-
爬虫-scrapyd:environment can only contain strings
project deploy 的时候:报错:environment can only contain strings相关问题:https://github.com/scrapy/scrapyd/issues/231额,scrapyd对python2.7 兼容不是很那个啊,因为我是把scrapyd的源码弄下来运行的,直接改下 scrapyd的utils原创 2017-11-13 15:34:34 · 1048 阅读 · 0 评论 -
django cannot be applied to a naive datetime
在用python的django框架进行web开发的时候,出现了一个错误:Traceback (most recent call last): File "D:\Python27\lib\site-packages\django\core\handlers\exception.py", line 41, in inner response = get_response(reque原创 2017-11-17 14:31:44 · 2086 阅读 · 0 评论 -
缺少MySQLdb 模块,pip install MySQL-python 异常
直接使用pip install MySQL-python,报了下面的错:django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No module named MySQLdb.Did you install mysqlclient or MySQL-python?发现原来是pip 无法原创 2017-11-13 16:25:28 · 1494 阅读 · 0 评论 -
python django AttributeError: 'QuerySet' object has no attribute '_meta'
第一次用django,在写接口的时候出现了下面的异常Internal Server Error: /api/proxys/listTraceback (most recent call last): File "D:\Python27\lib\site-packages\django\core\handlers\exception.py", line 41, in inner r原创 2017-11-16 10:38:49 · 18089 阅读 · 3 评论