Hi I am getting the following error when using PyCharm to import pythoncom.
Any suggestions/ answers?
============== Snapshot of Error in Pycharm special variable console ========
<module 'pythoncom' (C:\WINDOWS\SYSTEM32\pythoncom38.dll)> Unable to display children:Get variable from console failed
================== Snapshot of the Python Console =========================== PyDev console: starting.
Python 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19:37:50) [MSC v.1916 64 bit (AMD64)] on win32
import pythoncom
Process finished with exit code -1073741819 (0xC0000005)
Currently there are two copies of the pythoncom*.dll files in directories. Pycharm is using the copy in directory C:\Windows\System32:-
C:\Windows\System32
C:\Users\sharandi\AppData\Local\Programs\Python\Python38\Lib\site-packages\pywin32_system32
The files are: -
pythoncom38.dll - 559 KB
pywintypes38.dll - 138 KB
User contributions licensed under CC BY-SA 3.0