chenjiandongx / mmjpg

👩 美女写真套图爬虫(一)
MIT License
495 stars 246 forks source link

跑出来的只有带名字的空文件夹,最后以报错终止程序 #3

Closed While-Shark closed 6 years ago

While-Shark commented 7 years ago

Traceback (most recent call last): File "E:\tools\mmjpg-master\mm_crawler.py", line 94, in pool.map(urls_crawler, urls) File "C:\Python27\lib\multiprocessing\pool.py", line 251, in map return self.map_async(func, iterable, chunksize).get() File "C:\Python27\lib\multiprocessing\pool.py", line 567, in get raise self._value IOError: [Errno 9] Bad file descriptor

报错信息如上

chenjiandongx commented 7 years ago

多进程问题 python2的参考https://github.com/chenjiandongx/mmjpg/issues/1 试一下吧

While-Shark commented 7 years ago

好的,我试试

chenjiandongx commented 7 years ago

行得通吗?