Hello. I'm facing an issue when trying to open the executable that I created with pyinstaller.
The main script imports the other one as follows: from file_2 import function_name. Both files are in the same directory. This import apparently causes the issue. I tried adding flags: --hidden-import <file_2> and before that --paths <file_2> , and got the same result. The basic command was: python pyinstaller --onefile file_1.py , to which I added flags. Can you see where the issue is? Thanks! -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/1dd87060-774f-4520-8032-f20f9ed32cddn%40googlegroups.com.
