This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author darren
Recipients darren
Date 2011-02-02.21:39:25
SpamBayes Score 1.1850495e-06
Marked as misclassified No
Message-id <1296682766.55.0.843230930362.issue11103@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-02-02 21:39:26darrensetrecipients: + darren
2011-02-02 21:39:26darrensetmessageid: <1296682766.55.0.843230930362.issue11103@psf.upfronthosting.co.za>
2011-02-02 21:39:25darrenlinkissue11103 messages
2011-02-02 21:39:25darrencreate