Re: How to protect Python Source Code

2021-02-25 Thread Larry Martell
On Thu, Feb 25, 2021 at 11:10 AM Kommula Kavitha wrote: > > Hi Team, > > We have application developed using Python. Want to know how to protect > source code? There is pyinstaller (http://www.pyinstaller.org/). I tried to use it 4 or 5 years ago and it could not handle all the dependencies I ha

Re: How to protect Python Source Code

2021-02-25 Thread Matthew Sargent
I think he wants to obfuscate the source. I remember one project I worked on only released pyc files Sent from my iPhone > On Feb 25, 2021, at 2:22 PM, Kasper Laudrup wrote: > > On 25/02/2021 18.56, Kommula Kavitha wrote: >> We have application developed using Python. Want to know how to pro

Re: How to protect Python Source Code

2021-02-25 Thread Kasper Laudrup
On 25/02/2021 18.56, Kommula Kavitha wrote: We have application developed using Python. Want to know how to protect source code? Protect from what? Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscrib