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 ezio.melotti
Recipients Matthias.Schreiber, brian.curtin, ezio.melotti, loewis, ned.deily, tim.golden
Date 2011-10-19.21:57:06
SpamBayes Score 0.0002650133
Marked as misclassified No
Message-id <1319061426.86.0.662417850926.issue13221@psf.upfronthosting.co.za>
In-reply-to
Content
> I installed Python 3.2 first and then 2.7
This probably made 2.7 the default Python.

> I tried to open a .py file that's written with 3.2,
> but it were opened with the 2.7 IDLE.
So this is normal.

> So I uninstalled 2.7 and tried to open it again.
> Now the context menu were missed.
The uninstallation process probably removed the context menu.  If the 2.7 entry overrode the 3.2 one, once it's remove there are no entries left.

> I tried to open it over "Open with..." with other applications.
> I re-installed 3.2 and also repaired it, but the "edit with IDLE" is still not there.
If the installation process adds the "Open with IDLE" entry, it should do it again when you reinstall -- unless something got corrupted somehow during when 2.7 got installed on removed.
History
Date User Action Args
2011-10-19 21:57:06ezio.melottisetrecipients: + ezio.melotti, loewis, tim.golden, ned.deily, brian.curtin, Matthias.Schreiber
2011-10-19 21:57:06ezio.melottisetmessageid: <1319061426.86.0.662417850926.issue13221@psf.upfronthosting.co.za>
2011-10-19 21:57:06ezio.melottilinkissue13221 messages
2011-10-19 21:57:06ezio.melotticreate