Changes

Jump to navigation Jump to search
19 bytes removed ,  08:13, 5 August 2014
Line 26: Line 26:  
  pip install -U setuptools
 
  pip install -U setuptools
   −
=== Check Windows Handlers ===
+
=== Windows Handlers ===
    
Check the Handlers by opening the Windows registry editor.
 
Check the Handlers by opening the Windows registry editor.
    
  Windows Registry Editor Version 5.00
 
  Windows Registry Editor Version 5.00
|-
   
  [HKEY_CLASSES_ROOT\Python.CompiledFile\shell\open\command]
 
  [HKEY_CLASSES_ROOT\Python.CompiledFile\shell\open\command]
 
  @="\"C:\\Python27\\python.exe\" \"%1\" %*"
 
  @="\"C:\\Python27\\python.exe\" \"%1\" %*"
    
  Windows Registry Editor Version 5.00
 
  Windows Registry Editor Version 5.00
|-
   
  [HKEY_CLASSES_ROOT\Python.File\shell\open\command]
 
  [HKEY_CLASSES_ROOT\Python.File\shell\open\command]
 
  @="\"C:\\Python27\\python.exe\" \"%1\" %*"
 
  @="\"C:\\Python27\\python.exe\" \"%1\" %*"
    
  Windows Registry Editor Version 5.00
 
  Windows Registry Editor Version 5.00
|-
   
  [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Python.CompiledFile\shell\open\command]
 
  [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Python.CompiledFile\shell\open\command]
 
  @="\"C:\\Python27\\python.exe\" \"%1\" %*"
 
  @="\"C:\\Python27\\python.exe\" \"%1\" %*"
    
  Windows Registry Editor Version 5.00
 
  Windows Registry Editor Version 5.00
|-
   
  [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Python.File\shell\open\command]
 
  [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Python.File\shell\open\command]
 
  @="\"C:\\Python27\\python.exe\" \"%1\" %*"
 
  @="\"C:\\Python27\\python.exe\" \"%1\" %*"

Navigation menu