Subprocess is part of the standard library <https://docs.python.org/3/library/subprocess.html>. As for indirectly using it - If you put:
import sys sys.modules["subprocess"] = None at the top of your code then run it normally in Python, do you get an error saying ModuleNotFoundError: import of subprocess halted; None in sys.modules? If not, are you able to share your code? -- 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/b23a3fbd-5653-4ff6-a0ce-6857c1475d5dn%40googlegroups.com.
