--
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 pyinstaller...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/6d3b2380-00f1-4735-ba2b-33f5ec992df6n%40googlegroups.com.
If you just want an interactive console you can PyInstaller-ify:
import code
code.interact()
That being said, you shouldn’t need to get people to install a C compiler. If you depend on libraries which are available as precompiled wheels then you should be able to run pip wheel library-name on your machine then get them to install the .whl files it produces.