bianjiang / tweetf0rm

A twitter crawler in Python
MIT License
303 stars 107 forks source link

HI it seems that something wrong in the Windows Platform. #15

Closed ryanlin821 closed 6 years ago

ryanlin821 commented 7 years ago

HI,Prof. bianjiang,

really thank you for your open sourse, firstly.

I test this program on the Mac Platform. It runs well.

However, I try to run it on the windows platform. It seems something wrong.

Here is the error log.

I tried many ways to fix it, but all failed.

Could you help me ? T.T

Thank you !!! :)

ERROR-[2017-04-05 06:30:42,088][scheduler][init][56]: Can't pickle <function at 0x0000000003D7AB38>: it's not found as redis.client. Traceback (most recent call last): File "", line 1, in File "C:\Python27\lib\multiprocessing\forking.py", line 381, in main self = load(from_parent) File "C:\Python27\lib\pickle.py", line 1384, in load return Unpickler(file).load() File "C:\Python27\lib\pickle.py", line 864, in load dispatchkey File "C:\Python27\lib\pickle.py", line 886, in load_eof raise EOFError EOFError

ryanlin821 commented 7 years ago

My python version is 2.7.13 Thank you :)

bianjiang commented 6 years ago

Not tested on Windows.