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 Sworddragon
Recipients JT.Johnson, Sworddragon, amaury.forgeotdarc, eric.araujo, eric.smith, loewis, mark.dickinson, tomzych
Date 2010-06-14.11:53:17
SpamBayes Score 0.0058196373
Marked as misclassified No
Message-id <1276516399.19.0.574527095034.issue7936@psf.upfronthosting.co.za>
In-reply-to
Content
I have now uninstalled Python 2 and 3 and installed them new. First Python 2 with only register extension and compile files to bytecode. After this I have made the same with Python 3. In the "Open with" menu was now "python" registered which was Python 3 (sys.version[0] from a testscript telled it me). Until this point the arguments were accepted. After this I have added the python.exe from Python 2 to the "Open with" menu. This was the point where the key got invalid. Now Python 3 is working correctly but not Python 2. Well, I can manually use now the workarround to fix it but maybe the problem can be solved with this information.
History
Date User Action Args
2010-06-14 11:53:19Sworddragonsetrecipients: + Sworddragon, loewis, amaury.forgeotdarc, mark.dickinson, eric.smith, eric.araujo, JT.Johnson, tomzych
2010-06-14 11:53:19Sworddragonsetmessageid: <1276516399.19.0.574527095034.issue7936@psf.upfronthosting.co.za>
2010-06-14 11:53:17Sworddragonlinkissue7936 messages
2010-06-14 11:53:17Sworddragoncreate