You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 - My main python includes some other python modules so I wonder can we also compile other modules which is included by main module so it can safely use it ?
2 - Can we change the extansion .pye to something else ? its also another protection . So viewer not understand at first place the pyconcrete is used ?
Best
The text was updated successfully, but these errors were encountered:
For question 1. Yes, you can add these modules as local library, not installed by pip.
For question 2. It's a good suggestion to customize extension .pye, please update the issue subject, I will schedule the task
Hi,
Thx for your effort.
I have two question/suggestion:
1 - My main python includes some other python modules so I wonder can we also compile other modules which is included by main module so it can safely use it ?
2 - Can we change the extansion .pye to something else ? its also another protection . So viewer not understand at first place the pyconcrete is used ?
Best
The text was updated successfully, but these errors were encountered: