when you run exe'shnika crashes

Fatal Error detected failed to execute script 'scriptname' 

What is the problem? I understand the conditions are blurred, we need the experience of already facing similar problems

  • The code in py runs as it should.
  • the files attached to the code are in the same folder as exe's
  • compiled via Auto py to exe (as I understand it is just an interface for pyinstaller)
  • the only catch caught is: 'Warnings written to C:\Users\XSPACE~1\AppData\Local\Temp\tmp130wd11s\build\hokku\warn-hokku.txt'
  • if you do not know the solution to the problem, suggest another compiler in advance thanks!
  • Usually, I had such an error when the necessary file was not found. You added some file, but it was not added during the assembly, I generally took it and after each function in the code I deduced a message saying that such a function worked and when assembling the flag should be set for debug - Alexander
  • toster.ru/q/473134 can find something here - Alexander

1 answer 1

Taki figured out himself. Better to use cx_Freeze. It helped me complete removal of libraries and reinstalling python to an older version. It seems that the compiler and the python simply did not "become friends".