GHPython Ironpython 2.7.x don't support pythoncom

import pythoncom
import win32com.client

acadobj = win32com.client.Dispatch(“AutoCAD.Application”)
doc = acadobj.ActiveDocument

I can link AutoCAD in Python 3.9.x standalone
but I use these code in Grasshopper GHpython script ,it don’t work ,
“1. Solution exception:No module named pythoncom”
“1. Solution exception:No module named win32com.client”,
it seems IronPython 2.7 don’t support pythoncom?

I am not sure if this helps, but maybe you can find useful information in these threads: https://discourse.mcneel.com/t/installing-a-new-python-module-in-rhino/47316
https://discourse.mcneel.com/t/installing-python-libraries-in-grasshopper/65761
https://www.grasshopper3d.com/forum/topics/how-to-install-python-packages-modules-with-pip
Also make sure that your modules are compatible with Python 2.7