未验证 提交 d6434c41 编写于 作者: X Xu Han 提交者: GitHub

Merge pull request #2137 from peixiu/keyboard_bug_fix

input_event_proxy: change python_bin = 'python2' for windows
...@@ -490,7 +490,7 @@ class EventListenerWin(_EventListener): ...@@ -490,7 +490,7 @@ class EventListenerWin(_EventListener):
agent_source = os.path.join(DEP_DIR, 'input_event_win.py') agent_source = os.path.join(DEP_DIR, 'input_event_win.py')
agent_target = r'%TEMP%\input_event.py' agent_target = r'%TEMP%\input_event.py'
python_bin = 'python' python_bin = 'python2'
def _uninstall(self): def _uninstall(self):
cmd = ' '.join(('del', self.agent_target)) cmd = ' '.join(('del', self.agent_target))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册