Re: [Python-Dev] [RELEASED] Python 3.4.1

2014-05-24 Thread Herbert Griebel
Found the issue. To reproduce the problem install Python 3.4.0, then rename the install folder (e.g. C:\Python34 to C:\Python34x) and install Python 3.4.1. ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python

Re: [Python-Dev] [RELEASED] Python 3.4.1

2014-05-24 Thread Herbert Griebel
Installation of 3.4.1 failed on my machine: dialog pops up with "A program required for this install to complete could not be run." Downloaded from https://www.python.org/ftp/python/3.4.1/python-3.4.1.msi MD5 correct. I have no log file to see what's missing.   __