I package my script with the command pyinstaller --onefile --copy-metadata=t61codec test.py Then I run it on linux using the ./test command. But if you look in the terminal, then I have two processes for this file, and not one. How to fix it?
-- 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/06a5a353-5b6a-4b61-95cb-0431d6cc4be1n%40googlegroups.com.
