How can I import dde in python 2.7? I took over a job about measurement automation using python. However, the author of the code import a module "dde". My pycharm reminds me that "no module named dde".
Maybe I need to install dde module? But I cannot find dde module installation.
I have already installed pywin32(214version).
new to this, hope an answer.
Thanks a lot.
pip install PyZDDE- Ethan Field