[Bugs wrote] > I downloaded the 2.4.2 Windows Binary Installer from python.org but when > I try to run python.exe I get the following in the console: > -------------------- > ActivePython 2.4.1 Build 247 (ActiveState Corp.) based on > Python 2.4.1 (#65, Jun 20 2005, 17:01:55) [MSC v.1310 32 bit (Intel)] on > win32 > Type "help", "copyright", "credits" or "license" for more information. > >>> > -------------------- > It says ActivePython 2.4.1 but I downloaded the 2.4.2 binary installer > from python.org and the python.exe executable I'm running is timestamped > 9/28/2005 12:41PM... Any ideas what I'm doing wrong?
It is possible that the python.org installer didn't overwrite the "python24.dll" in the system directory (C:\WINDOWS\system32). Try doing this: - manually delete C:\WINDOWS\system32\python24.dll - run the "repair" functionality of the python.org installer (you can either do this from "Start | Settings | Control Panel | Add/Remove Programs" or by just running the .msi file again Then try running python again. Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list