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

Reply via email to