Hello!
I recently formatted my computer & updated to the latest IDA 7.6 and every time I try open IDA I receive the message below:
C:\Program Files\IDA Pro 7.6\loaders\uimage.py: No module named '_ctypes'
Traceback (most recent call last):
File "C:\Program Files\IDA Pro 7.6\python\3\ida_idaapi.py", line 616, in IDAPython_ExecScript
exec(code, g)
File "C:/Program Files/IDA Pro 7.6/loaders/uimage.py", line 79, in <module>
import ctypes
File "C:\Users\Admin\AppData\Local\Programs\Python\Python311\Lib\ctypes\__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
It doesn't seem to block or break anything in IDA, but it has become annoying.
Anyone know what's causing it or how to resolve the issue?