Python and Twisted on Windows – stupid installer
Wednesday, May 23rd, 2007I’ve installed python-2.5.1.msi on Windows using power user rights (in german: Hauptbenutzerrechte) and it works fine:
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)] on win32
Type “help”, “copyright”, “credits” or “license” for more information.
>>>
Ok, let’s take a look at Twisted (an event-driven networking engine written in Python). There even is a windows [...]



