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:22:38
SpamBayes Score 9.663437e-06
Marked as misclassified No
Message-id <1276514560.6.0.236656566405.issue7936@psf.upfronthosting.co.za>
In-reply-to
Content
Now I found the real solution (and don't forgot to set it to Python 3 back). I have searched in the registry for python.exe to look how Python 2 is doing this. I sawed a key that looks dissimilar to the others before. It is the key HKEY_USERS\S-1-5-21-1078081533-682003330-1801674531-1003\Software\Classes\Applications\python.exe\shell\open\command which have the Standard value of "E:\Python31\python.exe" "%1". I set it to "E:\Python31\python.exe" "%1" %* and it worked.
History
Date User Action Args
2010-06-14 11:22:40Sworddragonsetrecipients: + Sworddragon, loewis, amaury.forgeotdarc, mark.dickinson, eric.smith, eric.araujo, JT.Johnson, tomzych
2010-06-14 11:22:40Sworddragonsetmessageid: <1276514560.6.0.236656566405.issue7936@psf.upfronthosting.co.za>
2010-06-14 11:22:39Sworddragonlinkissue7936 messages
2010-06-14 11:22:39Sworddragoncreate