Py2Exe - "Application configuration is incorrect."

I compiled my Python program using Py2Exe, and on the client computer we satisfied all the dependencies using the dependency host, but we still get: "The application configuration is incorrect. Reinstalling the application may fix the problem." I also use wxPython.

The client does not have administrator access.

Any ideas?

+5
source share
4 answers

I came across this myself, and my random Googling pointed me to a few people talking about lowering python 2.6 to 2.5, which worked for me.

+1
source

GUI2exe ; , wxpython , py2exe. , dll, wxpython. .

+3

python 2.6, PyQt py2exe. , visual studio 2008 SP1 redist (x86).

+1

. py2exe, , . python 2.5 , "" .

I reinstalled python 2.6 and I checked a parameter that says that any user on the computer can use python. It works great.

0
source

All Articles