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?
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.
GUI2exe ; , wxpython , py2exe. , dll, wxpython. .
python 2.6, PyQt py2exe. , visual studio 2008 SP1 redist (x86).
. 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.