Is there a way to create a shared object file using PyInstaller?

Swanand Pashankar swanand.pashankar at gmail.com
Tue Mar 15 01:35:36 EDT 2016


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.



More information about the Python-list mailing list