[Distutils] Erasing *.py after install

Ville Vainio ville.vainio@swisslog.com
Mon Jul 8 09:33:01 2002


Jack Jansen wrote

>
> If you want this shouldn't you just distribute the .pyc or .pyo files? 
> It's false security to think that people won't be able to get at your 
> sources if the .py files are part of the distribution... 

The idea is that installation will be done at our company (or at least 
by someone from our company), automatically, and the distribution will 
be removed afterwards. I guess the upcoming import-from-zipfile feature 
could be used to facilitate this?

-- Ville