You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
打开路径程序,报错如下
File "C:\Python\Python39\lib\site-packages\easytrader\clienttrader.py", line 610, in prepare self.login(
File "C:\Python\Python39\lib\site-packages\easytrader\gj_clienttrader.py", line 45, in login self._app.top_window().Edit1.type_keys(user)
File "C:\Python\Python39\lib\site-packages\pywinauto\base_wrapper.py", line 964, in type_keys
keyboard.send_keys(
File "C:\Python\Python39\lib\site-packages\pywinauto\keyboard.py", line 675, in send_keys
k.run()
File "C:\Python\Python39\lib\site-packages\pywinauto\keyboard.py", line 387, in run
raise RuntimeError('SendInput() inserted only ' + str(num_inserted_events) +
RuntimeError: SendInput() inserted only 0 out of 2 keyboard events
how to repeat
请问这是版本问题吗,使用的国金客户端(全能行证券交易终端PC版)
The text was updated successfully, but these errors were encountered:
env
OS: win10
PYTHON_VERSION: 3.9
EASYTRADER_VERSION: latest
BROKER_TYPE: gj
problem
打开路径程序,报错如下
File "C:\Python\Python39\lib\site-packages\easytrader\clienttrader.py", line 610, in prepare self.login(
File "C:\Python\Python39\lib\site-packages\easytrader\gj_clienttrader.py", line 45, in login self._app.top_window().Edit1.type_keys(user)
File "C:\Python\Python39\lib\site-packages\pywinauto\base_wrapper.py", line 964, in type_keys
keyboard.send_keys(
File "C:\Python\Python39\lib\site-packages\pywinauto\keyboard.py", line 675, in send_keys
k.run()
File "C:\Python\Python39\lib\site-packages\pywinauto\keyboard.py", line 387, in run
raise RuntimeError('SendInput() inserted only ' + str(num_inserted_events) +
RuntimeError: SendInput() inserted only 0 out of 2 keyboard events
how to repeat
请问这是版本问题吗,使用的国金客户端(全能行证券交易终端PC版)
The text was updated successfully, but these errors were encountered: