Hi,
I am using PyCharm (CE 2019.3) with python 3.7 and psychopy installed - works fine, for what I tried until now, except for a weird difference with text placement in windows.
Any text placed at (0,0) with units=“norm” appears at the left border, mid-height (thus, (-1,0) when run from PyCharm. It seems that in PyCharm the coordinate system is x=[0,2], y =[-1,1].
Any suggestion how to correct that ?
thanks in advance !