Hi to both of you,
I have been experiencing similar problems with the Monitor Center and I am using a French computer too.
My concern is that I cannot seem to be able to save a screen no matter how, even if I create a monitor in command line.
Since I am kinda new to PsychoPy, I am not yet able to understand every detail of your discussion regarding “tuples” and “lists”.
I did change the local on my computer in order to solve the “,” versus “.” issue but I don’t know if there is anything I can do right now besides waiting for the new bug-fix release?
I need to calibrate my computer screen but I am a bit stuck if I cannot save any monitor to beggin with.
When I type the following code:
my_monitor = monitors.Monitor(name=‘DellM783p’)
my_monitor.setSizePix((1200,1600))
my_monitor.setWidth(32.5)
my_monitor.setDistance(57)
my_monitor.saveMon()
I get this error message:
wx._core.wxAssertionError: C++ assertion “m_count > 0” failed at …\src\common\object.cpp(352) in wxRefCounter::DecRef(): invalid ref data count
The above exception was the direct cause of the following exception:
SystemError: <class ‘wx._core.IdleEvent’> returned a result with an error set
I really don’t know what to do…
Many thanks in advance for your answers!