How can I pack a scrapy project using cxfreeze?

I have a scrapy project that I would like to pack together for a client using windows without having to manually install dependencies for them. I came across cxfreeze, but I'm not quite sure how this will work with the scrapy project.

I think I will make some kind of interface and run scraw crawler with 'from scrapy.cmdline import execute', but I'm not sure.

Thanks in advance for your help.

+3
source share
1 answer

Try py2exe. It works well, you can link all the code in one exe.

exe (. py2exe )

UDATE   ,

GUI2Exe " " Python. Windows, Linux Mac OS , Python.

+1

Source: https://habr.com/ru/post/1766470/


All Articles