Skip to content Skip to sidebar Skip to footer

Outputed Py2exe Exe Won't Run Only When Signed: Importerror

So, I've got a program I made in python 2.6, it ran fine as normal python, and ran fine when made into an exe via py2exe v0.6.9. I used signtool to sign it, having changed nothing

Solution 1:

If it's a py2exe issue, maybe give the newer PyInstaller a shot to build your executable. It's in active development, unlike py2exe which apparently hasn't been updated since 2008-11-16.


Post a Comment for "Outputed Py2exe Exe Won't Run Only When Signed: Importerror"