Hi, I was doing a fresh installation for Python 2.7.9 (32 bit) and 3.4.3 (32 bit) (downloaded from PSF) on Win7 X64 today, and I found that there is no 'Script' folder in 'Python27' and 'Python34' folder as first child level folder, but there is one in Tools. However, I couldn't find pip within that 'Script' folder, although pip should be installed with Python by default. The other I was doing the same installation for my other PC and laptop, there was 'Script' folder (as first level child folder in 'Python27' and 'Python34') containing pip. So what is going on? how to install pip and maybe other useful scripts this way?
'C:\Pythonxy\Lib\site-packages' contains nothing but a README file. I tried 'python -m ensurepip' in 'C:\Python34'. I got the following errors: Ignoring indexes: https://pypi.python.org/simple Collecting setuptools Exception: Traceback (most recent call last): File "C:\Users\daiyue\AppData\Local\Temp\tmppvmc8dv1\pip-6. 0.8-py2.py3-none- any.whl\pip\basecommand.py", line 232, in main status = self.run(options, args) File "C:\Users\daiyue\AppData\Local\Temp\tmppvmc8dv1\pip-6. 0.8-py2.py3-none- any.whl\pip\commands\install.py", line 339, in run requirement_set.prepare_files(finder) File "C:\Users\daiyue\AppData\Local\Temp\tmppvmc8dv1\pip-6. 0.8-py2.py3-none- any.whl\pip\req\req_set.py", line 333, in prepare_files upgrade=self.upgrade, File "C:\Users\daiyue\AppData\Local\Temp\tmppvmc8dv1\pip-6. 0.8-py2.py3-none- any.whl\pip\index.py", line 326, in find_requirement file_locations, url_locations = self._sort_locations(locations) File "C:\Users\daiyue\AppData\Local\Temp\tmppvmc8dv1\pip-6. 0.8-py2.py3-none- any.whl\pip\index.py", line 158, in _sort_locations sort_path(os.path.join(path, item)) File "C:\Users\daiyue\AppData\Local\Temp\tmppvmc8dv1\pip-6. 0.8-py2.py3-none- any.whl\pip\index.py", line 139, in sort_path if mimetypes.guess_type(url, strict=False)[0] == 'text/html': File "C:\Python34\lib\mimetypes.py", line 287, in guess_type init() File "C:\Python34\lib\mimetypes.py", line 348, in init db.read_windows_registry() File "C:\Python34\lib\mimetypes.py", line 255, in read_windows_registry with _winreg.OpenKey(hkcr, subkeyname) as subkey: TypeError: OpenKey() argument 2 must be str without null characters or None, not str I have also tried out 64bit Python installation, but got the same result. So how to fix this? cheers
-- https://mail.python.org/mailman/listinfo/python-list