Re: Obscuring Python source from end users

2014-09-29 Thread norman . ives
Thanks for the reply! I'm not concerned about hiding the source code in a fundamental way. The condition that needs to be satisfied is that independent validators (in the organisation) must not "have access" to the source code. Crunching the source is an interesting idea that could achieve that

Obscuring Python source from end users

2014-09-29 Thread norman . ives
Hello list Python 3.4 applies. I have a project that involves distributing Python code to users in an organisation. Users do not interact directly with the Python code; they only know this project as an Excel add-in. Now, internal audit takes exception in some cases if users are able to see th

Controlling ALLUSERS property in non-interactive MSI installer (Python 3.4.1)

2014-09-18 Thread norman . ives
Hey list I need to install a private copy of Python on Windows 7 and 8, for use only by one specific tool. The install should happen as part of the installation of the tool. I can control TARGETDIR and extensions (via ADDLOCAL) but I'm failing to install "just for this user". I've been trying