使用pyinstaller 打包 scrapy 爬虫。使用cmd进入爬虫目录后,执行exe程序报错 Spider not found
文件目录结构如下:
1.代码在pycharm下能够正常运行,打包后出错
2.爬虫名称正确为 real_estate
3.文件完整包括__init.py__文件
4.打包后文件完整
求助为什么报错
https://blog.csdn.net/lynnpaul/article/details/81030413
请问这个问题解决了吗
我也出现这个问题了,