> I've installed Python 2.5 for all users using the python-2.5.msi
> installer. I've also searched for python25.dll and there is only one
> copy of it (in C:\WINDOWS\system32\python25.dll).
> Obviously, something is wrong in my XP environment, maybe a dll with
> the wrong version (mfc?). Can this be related to encoding mismatch?

Since it will start even once, it seems unlikely that the problem is with the
system dll's.
The installer itself compiles all the scripts to pyc, so it's even stranger that
it will run the first time if it crashes when the pyc is present.  If you 
uninstall
and then reinstall, do the pyc's created by the installer get overwritten when
Pythonwin runs successfully the first time ?

       Roger


_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to