How to make *.py files have the python icon in Win7?
Installed the IronPython tools for VS 2010 but it didn't associate the *.py files to VS, neither did it (ob开发者_运维知识库viously) change the *.py files' icon. How do I do that in Windows 7?
I also had this issue. Here is what I did.
- Right click on a python program.
- Select properties.
- You will find "opens with" option in the general tab.
- Click change and select "python.exe".
Now, you will have your python icons back for all .py type of files.
You either go to Tools -> Folder Options -> File Types
dialog from Windows Explorer or you use the freeware Detault Programs Editor utility.
精彩评论