I get ModuleNotFoundError: No module named 'winpty.winpty' when doing from winpty import PtyProcess.
I've just installed the library with pip install pywinpty, this is my site-packages\winpty folder:
enums.py
ptyprocess.py
<DIR> tests
winpty-agent.exe
winpty.cp313-win_amd64.pyd
winpty.dll
winpty.pyi
__init__.py
<DIR> __pycache__
And my python version is 3.13.5