[Solved] python code doesn’t work correctly after compiling with pyinstaller
I think you need to edit tpopup.py so that it has the setup of whatever you need to do for setup like you had: # your setup code goes where it was here Then, put the rest of the code into a function, say for example: def open_popup(maybe_with_arguments): # rest of the code here And … Read more