|
From: Werner F. B. <wer...@fr...> - 2009-01-02 18:10:47
|
JReed wrote: > I wrote a simple script and used py2exe to make a single file exe on my > WIndows XP laptop running ActivePython2.6. I then uninstalled python > and anything related, tested the script and it still runs fine. When I > try it on another computer without admin rights and without python > installed, it get an error message "This application has failed to start > because the application configuration is incorrect". If I install > ActivePython 2.6 it works fine, uninstall and I get this error. Is there > anyway to see what files this depends on that I may not have access to > ont he restricted account machine? By any change do you have a manifest file with "requireAdministrator"? Werner |