We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如題,以下是萌新小弟我的代碼:
import ctypes import os import time
root = os.path.abspath(os.path.dirname(file)) driver = ctypes.CDLL(f'{root}/IbAhkSend.dll') driver.IbSendInit("Logitech")
for i in range(5):
driver.IbSendKeybdDown('n') driver.IbSendKeybdDownUp('n') print('press n') time.sleep(1)
報錯: OSError: exception: access violation reading 0x0000000000000000
雖然可能是個白癡問題,但還是請大佬指教一下~~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如題,以下是萌新小弟我的代碼:
import ctypes
import os
import time
root = os.path.abspath(os.path.dirname(file))
driver = ctypes.CDLL(f'{root}/IbAhkSend.dll')
driver.IbSendInit("Logitech")
for i in range(5):
報錯:
OSError: exception: access violation reading 0x0000000000000000
雖然可能是個白癡問題,但還是請大佬指教一下~~
The text was updated successfully, but these errors were encountered: