I use WinPython 3.5.2 and when running a simple py script:
import win32api
print('123')
everything runs in the Python shell, as it should.
However, if I try to run it in Eric6 it always returns an "unhandled import error".
I checked the sys.path and everything seems ok.
|