Bayazee wrote: > hi,ThanX > but i dont want to save the exe file in temp file and run it . i want > to run it directly from python . maybe such this : > exec("file("test.exe","rw").read())") > i want write a cd lock with python tp protect an binary file . and so i > dont want save it in other temp file fom max security .... > > ----------------------------------------------------- > Iranian python community --> www.python.ir
If your users can run it, they can steal it. You can't keep your code secure if you run it on their systems. -- http://mail.python.org/mailman/listinfo/python-list