How to achieve pyc only deployment for module in python3.6

Chandana Pattanayak chandana.pattanayak at patterneffectslabs.com
Mon Oct 1 21:29:05 EDT 2018


Hi,

I have a requirement to provide basic code protection for a module in our
product suite. With python 3.6 the .pyc files are created under pycache ,
so if i remove the py file the module is not found anymore.

Thank you,
Chandana



More information about the Python-list mailing list