Message107780
| Author | deleted250130 |
|---|---|
| Recipients | JT.Johnson, amaury.forgeotdarc, deleted250130, 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:40 | deleted250130 | set | recipients: + deleted250130, loewis, amaury.forgeotdarc, mark.dickinson, eric.smith, eric.araujo, JT.Johnson, tomzych |
| 2010-06-14 11:22:40 | deleted250130 | set | messageid: <1276514560.6.0.236656566405.issue7936@psf.upfronthosting.co.za> |
| 2010-06-14 11:22:39 | deleted250130 | link | issue7936 messages |
| 2010-06-14 11:22:39 | deleted250130 | create | |