Setting UAC to requireAdministrator using PyInstaller onefile option and manifest

前端 未结 2 683
花落未央
花落未央 2021-01-05 23:57

Okay, I\'ve been going around and around trying to figure this one out. I\'m building an application called GraphicScriptWizard.exe using PyInstaller version 2.

2条回答
  •  醉酒成梦
    2021-01-06 00:16

    Not a complete solution, but maybe a helpful hint.

    Python 2.7.5 AMD64 does not work with the Manifest file from above Python 2.7.5 32-bit works just fine.

    So maybe this is only a limitation due to the Python version.

提交回复
热议问题