[loewis at users.sourceforge.net wrote] >... > msi.py >... > add_data(db, "Verb", > - [("py", "open", 1, None, r'-console "%1"'), > + [("py", "open", 1, None, r'"%1"'), > ("pyw", "open", 1, None, r'"%1"'), > - ("pyc", "open", 1, None, r'-console "%1"'), > - ("pyo", "open", 1, None, r'-console "%1"')]) > + ("pyc", "open", 1, None, r'"%1"'), > + ("pyo", "open", 1, None, r'"%1"')]) >... Not sure I am following exactly here, but ActivePython makes the association: <pythonExe> "%1" %* I don't know if msi.py adds that '%*' later or not. IIRC that allows for script arguments to be passed as well. C:\> foo.py -h blah blah | `--`----`-------- %* `--- %1 Trent -- Trent Mick TrentM at ActiveState.com
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4