python environment variable related configuration
Control Panel, System, advanced, environment variable, system variable, value in path, last line plus your X:\Python27\Scripts; X:\Python27; X:\Python27\Lib;
notepad++ Debug Run Python scripting method
This article mainly describes how to run a debug Python or IronPython script in notepad++.
1, check the WIN7 system environment variable configuration
The procedure on Win7 is that the computer-> the right key property-> Advanced system Settings-> advanced-> Environment variables modify the path path to add Python and IronPython program path addresses, such as; C:\Python27; C:\IronPython27
2, open Notepad++,f5 Run, enter "Cmd/k python" $ (full_current_path) "& PAUSE & EXIT", you can run the Debug Python script
3, at the same time you can click "Save", save the Run command, specify shortcut keys
4, run IronPython script command similar to the following cmd/k C:\IronPython27\ipy.exe "$ (Full_current_path)" & PAUSE & EXIT
Http://lovesoo.org/notepad-diao-shi-yun-xing-python-jiao-ben-fang-fa.html