Massi píše v Čt 31. 05. 2012 v 12:01 -0700: > By running the program as admin everything works and it turns out that > it tries to create in the installation folder the directory support/ > gen_py and an empty __init__.py file into it, but since it has not the > necessary rights it fails to start. Since this does not depends on my > script I wonder if it is somehow related to pyinstaller. Any hints? or > are there any workaround to force the resulting executable to not > require admin privileges? > Thanks in advance!
It is related to pyinstaller. The win32com runtime hook should create gen_py dir in tmp directory. And this should be fixed in pyinstaller. http://www.pyinstaller.org/ticket/495 I work on it. But if you are faster you could do that. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
