Scrapy+Tkinter -> exe cx freeze(scrapy 编译为 exe 后功能不起作用)
Scrapy+Tkinter -> exe cx freeze ( scrapy function doesn't work after compiling to exe )
问题是当我的 tkinter gui 编译成 .exe 时,我无法 运行 Scrapy 函数
一切正常,当我 运行 没有编译 .py 文件
我的安装文件:
print('don"t look at this string, SO said it should be here')
https://pastebin.com/0ERecUaA
我猜你不需要其他 2 个工作 .py 文件,因为当我从控制台运行它们时它们工作得很好
顺便说一句:我在编译过程中没有遇到任何错误
通过添加解决
"idna", "email.mime.multipart", "email.mime.text","email.mime"
打包
问题是当我的 tkinter gui 编译成 .exe 时,我无法 运行 Scrapy 函数
一切正常,当我 运行 没有编译 .py 文件
我的安装文件:
print('don"t look at this string, SO said it should be here')
https://pastebin.com/0ERecUaA
我猜你不需要其他 2 个工作 .py 文件,因为当我从控制台运行它们时它们工作得很好
顺便说一句:我在编译过程中没有遇到任何错误
通过添加解决
"idna", "email.mime.multipart", "email.mime.text","email.mime"
打包