Is there a way we can use PyInstaller to create .so file? I don't wish to fork (from my C code) just to call a function in a Python file. Embedding a Python file in C code works, but it exposes your Python script. Didn't find any free fool-proof way to obfuscate Python code either. -- https://mail.python.org/mailman/listinfo/python-list
- Is there a way to create a shared object file us... Swanand Pashankar
- Obfuscating Python code (was: Is there a wa... Ben Finney
- Re: Obfuscating Python code Thomas 'PointedEars' Lahn
- Re: Obfuscating Python code Chris Angelico
- Re: Obfuscating Python code Thomas 'PointedEars' Lahn
- Re: Obfuscating Python code Daniel Wilcox
- Re: Obfuscating Python code Steven D'Aprano