Message127767
The python installer should register the proper file type extensions. Files with .py extensions should have an "open" action associated with the python interpreter and there should also be an "Edit with IDLE" action associated with .py files as well. I was able to configure both of these things manually on Windows XP but can not figure out how setup the "Edit with IDLE" action on Windows 7.
FWIW: I can run this command from a dos box and get the desired effect.
"C:\Python32\pythonw.exe" "C:\Python32\Lib\idlelib\idle.pyw" -n -e "Test.py"
and I expect the command to be registered with the .py file extension would be
"C:\Python32\pythonw.exe" "C:\Python32\Lib\idlelib\idle.pyw" -n -e "%1"
pythondb
The installer should just do this so python files have reasonable actions associated with them as soon as the install is complete. |
|
Date |
User |
Action |
Args |
2011-02-02 21:39:26 | darren | set | recipients:
+ darren |
2011-02-02 21:39:26 | darren | set | messageid: <1296682766.55.0.843230930362.issue11103@psf.upfronthosting.co.za> |
2011-02-02 21:39:25 | darren | link | issue11103 messages |
2011-02-02 21:39:25 | darren | create | |
|