Hide the python-script from user

Steven D'Aprano steve at REMOVE.THIS.cybersource.com.au
Fri Apr 6 22:15:56 EDT 2007


On Sat, 07 Apr 2007 00:19:20 +0200, hlubenow wrote:

> Hi,
> 
> recently there was a thread about hiding the python-script from the user.
> The OP could use
> 
> http://freshmeat.net/projects/pyobfuscate/


Wearing my developer hat, I can tell you that there's nothing I love more
than getting error reports from my users that look like this:

Traceback (most recent call last):
  File "myapp.py", line 36, in ?
    print i1I1Iiii1111 ( )
  File "myapp.py", line 33, in i1I1Iiii1111
    return IiiIII111iI ( )
  File "myapp.py", line 24, in IiiIII111iI
    O0oo0OO0 = IiII + I1i1iiI1 ( iI1Ii11111iIi ) + i1i1II [ 2 ] - Oo ( )
  File "myapp.py", line 18, in Oo
    raise iI1 ( "a problem happened" )
__main__.iI1: a problem happened


I love a challenge!



-- 
Steven.




More information about the Python-list mailing list