Re: I must be missing something obvious in installing Python 3.4.2...

2015-01-13 Thread Tim Golden
On 13/01/2015 07:05, cjgoh...@gmail.com wrote: On Monday, January 12, 2015 at 10:09:03 PM UTC-8, Tim Golden wrote: On 12/01/2015 23:12, Andrew Koenig wrote: Fixed it! The aforementioned article is correct. I downloaded the RegDelNull program mentioned in the article

Re: I must be missing something obvious in installing Python 3.4.2...

2015-01-12 Thread Tim Golden
On 12/01/2015 18:02, Andrew Koenig wrote: Downloaded and installed 64-bit Python 3.4 and pywin32-219. Both installed smoothly on my 64-bit Win7 machine. I added C:\Python34 to the search path. If I launch a Windows command window and run python -m ensurepip I get the following:

Re: I must be missing something obvious in installing Python 3.4.2...

2015-01-12 Thread Andrew Koenig
python --version reports 3.4.2, which is what I expected. I see no PYTHONPATH variable, or any environment variable with a name beginning PY (either upper or lower case). -- https://mail.python.org/mailman/listinfo/python-list

Re: I must be missing something obvious in installing Python 3.4.2...

2015-01-12 Thread Andrew Koenig
It runs and creates a classes.txt file with 803 lines. The first few: class 'str' - '$cpfile12' class 'str' - '$crfile12' class 'str' - '$cxfile12' class 'str' - '*' class 'str' - '.$cp' class 'str' - '.$cr' class 'str' - '.$cx' class 'str' - '.386' class 'str' - '.3ds' A few lines in the middle

Re: I must be missing something obvious in installing Python 3.4.2...

2015-01-12 Thread Tim Golden
On 12/01/2015 21:45, Andrew Koenig wrote: It runs and creates a classes.txt file with 803 lines. The first few: class 'str' - '$cpfile12' class 'str' - '$crfile12' class 'str' - '$cxfile12' class 'str' - '*' class 'str' - '.$cp' class 'str' - '.$cr' class 'str' - '.$cx' class 'str' - '.386'

Re: I must be missing something obvious in installing Python 3.4.2...

2015-01-12 Thread Andrew Koenig
Not sure that would be a good idea: There are 22 such keys, as opposed to only two keys with Windows ID strings that don't end in nulls. I found this article: http://www.swarley.me.uk/blog/2014/04/23/python-pip-and-windows-registry-corruption/ with the comment If you are happy to completely

Re: I must be missing something obvious in installing Python 3.4.2...

2015-01-12 Thread Andrew Koenig
Fixed it! The aforementioned article is correct. I downloaded the RegDelNull program mentioned in the article (http://technet.microsoft.com/en-us/sysinternals/bb897448.aspx) and ran it on hkcr, hkcu, hklm, hku, and hkcc (short for HKEY_CLASSES_ROOT, HKEY_CURRENT_USER, HKEY_LOCAL_MACHINE,

Re: I must be missing something obvious in installing Python 3.4.2...

2015-01-12 Thread Tim Golden
On 12/01/2015 23:12, Andrew Koenig wrote: Fixed it! The aforementioned article is correct. I downloaded the RegDelNull program mentioned in the article (http://technet.microsoft.com/en-us/sysinternals/bb897448.aspx) and ran it on hkcr, hkcu, hklm, hku, and hkcc (short for HKEY_CLASSES_ROOT,

Re: I must be missing something obvious in installing Python 3.4.2...

2015-01-12 Thread cjgohlke
On Monday, January 12, 2015 at 10:09:03 PM UTC-8, Tim Golden wrote: On 12/01/2015 23:12, Andrew Koenig wrote: Fixed it! The aforementioned article is correct. I downloaded the RegDelNull program mentioned in the article (http://technet.microsoft.com/en-us/sysinternals/bb897448.aspx) and

I must be missing something obvious in installing Python 3.4.2...

2015-01-12 Thread Andrew Koenig
Downloaded and installed 64-bit Python 3.4 and pywin32-219. Both installed smoothly on my 64-bit Win7 machine. I added C:\Python34 to the search path. If I launch a Windows command window and run python -m ensurepip I get the following: Ignoring indexes:

Re: I must be missing something obvious in installing Python 3.4.2...

2015-01-12 Thread Chris Angelico
On Tue, Jan 13, 2015 at 5:02 AM, Andrew Koenig a...@acm.org wrote: Downloaded and installed 64-bit Python 3.4 and pywin32-219. Both installed smoothly on my 64-bit Win7 machine. I added C:\Python34 to the search path. If I launch a Windows command window and run python -m ensurepip