Changes

Jump to navigation Jump to search
644 bytes added ,  12:23, 4 August 2014
Line 18: Line 18:     
=== Check Windows Handlers ===
 
=== Check Windows Handlers ===
 +
 +
Check the Handlers by opening the Windows registry editor.
 +
 +
Windows Registry Editor Version 5.00
 +
 +
[HKEY_CLASSES_ROOT\Python.CompiledFile\shell\open\command]
 +
@="\"C:\\Python27\\python.exe\" \"%1\" %*"
 +
 +
Windows Registry Editor Version 5.00
 +
 +
[HKEY_CLASSES_ROOT\Python.File\shell\open\command]
 +
@="\"C:\\Python27\\python.exe\" \"%1\" %*"
 +
 +
Windows Registry Editor Version 5.00
 +
 +
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Python.CompiledFile\shell\open\command]
 +
@="\"C:\\Python27\\python.exe\" \"%1\" %*"
 +
 +
Windows Registry Editor Version 5.00
 +
 +
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Python.File\shell\open\command]
 +
@="\"C:\\Python27\\python.exe\" \"%1\" %*"
    
=== Execute Python TestArgs.py ===
 
=== Execute Python TestArgs.py ===
    
= Linux Installation =
 
= Linux Installation =

Navigation menu