Traceback (most recent call last):
File "C:\Games\Python\PyAIM-1.0.0\PyAIM\PyAIM.pyw", line 267, in <module>
app = Main(root)
File "C:\Games\Python\PyAIM-1.0.0\PyAIM\PyAIM.pyw", line 157, in __init__
self.game = CGame()
File "C:\Games\Python\PyAIM-1.0.0\PyAIM\PyAIM.pyw", line 20, in __init__
self.process = pymem.Pymem("gta_sa.exe")
File "C:\Games\Python\lib\site-packages\pymem\__init__.py", line 46, in __init__
self.check_wow64()
File "C:\Games\Python\lib\site-packages\pymem\__init__.py", line 51, in check_wow64
verdict = pymem.process.is_64_bit(self.process_handle)
File "C:\Games\Python\lib\site-packages\pymem\process.py", line 348, in is_64_bit
response = pymem.ressources.kernel32.IsWow64Process(handle, ctypes.byref(Wow64Process))
ctypes.ArgumentError: argument 1: <class 'OverflowError'>: int too long to convert