The problem is that I can not run Scrapy function inside my tkinter gui, when it's compiled to .exe
Everything works great, when I just run not compiled .py file
my setup file:
print('don"t look at this string, SO said it should be here')
https://pastebin.com/0ERecUaA
guess you do not need other 2 work .py files, because they work perfectly when I run them from console
BTW: I get no errors while processing compiling
solved by adding
"idna", "email.mime.multipart", "email.mime.text","email.mime"
to packages