Robert Latest wrote: > Paul Sijben wrote: > >> The problem: I have a client-server app written in python. I want to >> make sure that the client is not: >> 1) destabilized by users accidentally or on purpose dropping python >> files in the path (after which calling the helpdesk will not be useful) >> 2) extended with "new features" without me knowing about it (again >> resulting in calls to my helpdesk...) > > You could check the MD5 hashes of your files. > > robert
indeed but I still need to hook into import to do that reliably, right? -- http://mail.python.org/mailman/listinfo/python-list