python

Windows8 に scrapy を入れようとしたけどダメでした

Windows8 Python 2.7.5 環境で scrapy を入れようとした。 普通に pip install scrapy してみるが… (略) Traceback (most recent call last): File "", line 16, in File "c:\users\user\appdata\local\temp\pip_build_User\cryptography\setup.py", line 11…

tweepyのuserstreamsが落ちる問題

tweepyでuserstreamsを受信している時に Traceback (most recent call last): File "hoge.py", line 85, in <module> stream.userstream() File "C:\Python27\lib\site-packages\tweepy\streaming.py", line 248, in userstream self._start(async) File "C:\Python2</module>…

update_name と Python

こんにちは、update_name Advent Calendar 2013 - Adventar の24日の記事です。 update_nameはほとんどがRubyなのでPythonでやりました。@firstspring1845氏がPythonなので最初ではありませんでした。 さて、update_name とはTwitter上でリプライを受けると…