How to handle relative resource paths while using pyinstaller / auto py to exe?
I have python script that saves the log file and another csv to a relative resource path. The pyinstaller throws file not found error. The file structure of code is.
Create EXE file based on my Python script
Trying to create an exe file using my Python script, the script can run perfectly on Spyder, it pop up a window and asks for input, however, when I create the exe using auto-py-to-exe, or Pyinstaller, the exe file does nothing. Does anyone know the solution?
How can I build a window setup file of python app?
I recently made an app using python, and want to build a setup file of it.