-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to hide my python file #34
Comments
The only solution I can think of is to compile it to pyc/pyo.. Use the same python version on your computer and on pybridge, and you can use the files in the pycache directory.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the Project.
Would like to know if there is a way to hide my python logic (bootstrap.py code) so that it does not get exposed.
Have few python files which I am trying to run along with my Android native files (C/CPP) - Can you please throw some lights on this?
The text was updated successfully, but these errors were encountered: