You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PyInstaller
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?