floridasilikon.blogg.se

Psychopy nonetype
Psychopy nonetype












psychopy nonetype
  1. Psychopy nonetype install#
  2. Psychopy nonetype driver#
  3. Psychopy nonetype code#

I tried moving the code as piercej suggested, and received the following error:

Psychopy nonetype install#

I was not able to get it to work, even after reinstalling it in another environment with install instructions per isolver. Help is appreciated, thank you in advance! I have Linux Mint 19.1, and use a nvidia GPU 1080 (currently using nvidia driver). I am using a conda python 3.5 environment freshly installed with PsychoPy v3.0.7 via Git.

psychopy nonetype

is there some additional configuration I need to set for my monitor screens? Isolating the pyglet code, I can show the display variables: This makes me think there's an issue with pyglet. The problem I observed was that d.get_mode() produces mode = None, which messes up the later code. Which brings me to the focus of the issue: If mode and mode.width > 0 and mode.height > 0: Pyglet_screens = _display().get_screens() #try getting screen info using pyglet 1.2.xĭefault_screen = _display().get_default_screen()ĭx, dy = default_screen.x, default_screen.yĭw, dh = default_screen.width, default_screen.height Going to line 476 of display/ init.py reveals the following section of _createAllRuntimeInfoDicts(cls): Self._reporting = self.isReportingEvents()įile "/home/riftkun/.conda/envs/psyp圓/lib/python3.5/site-packages/psychopy/iohub/client/_init_.py", line 143, in _getattr_ GET_DEV_INTERFACE_ERROR: _getRPCInterface returned: Noneįile "/home/riftkun/.conda/envs/psyp圓/lib/python3.5/site-packages/psychopy/iohub/client/_init_.py", line 1083, in _addDeviceViewĭ = local_class(self, dev_cls_name, dev_config)įile "/home/riftkun/.conda/envs/psyp圓/lib/python3.5/site-packages/psychopy/iohub/client/keyboard.py", line 165, in _init_ : ioHubError:Īrgs: ('Error during device creation. Raise ioHubError('Error during device creation. Self.createNewMonitoredDevice(dev_cls_name, dev_conf)įile "/home/riftkun/.conda/envs/psyp圓/lib/python3.5/site-packages/psychopy/iohub/server.py", line 650, in createNewMonitoredDevice >During handling of the above exception, another exception occurred:įile "/home/riftkun/.conda/envs/psyp圓/lib/python3.5/site-packages/psychopy/iohub/server.py", line 572, in _addDevices TypeError: object of type 'NoneType' has no len() Return len(cls._computer_display_runtime_info_list) Runtime_info = self._getRuntimeInfoByIndex(vice_number)įile "/home/riftkun/.conda/envs/psyp圓/lib/python3.5/site-packages/psychopy/iohub/devices/display/_init_.py", line 403, in _getRuntimeInfoByIndexįile "/home/riftkun/.conda/envs/psyp圓/lib/python3.5/site-packages/psychopy/iohub/devices/display/_init_.py", line 99, in getDispla圜ount Port = parallel.File "/home/riftkun/.conda/envs/psyp圓/lib/python3.5/site-packages/psychopy/iohub/devices/display/_init_.py", line 476, in _createAllRuntimeInfoDictsĪttributeError: 'NoneType' object has no attribute 'rate'įile "/home/riftkun/.conda/envs/psyp圓/lib/python3.5/site-packages/psychopy/iohub/server.py", line 637, in createNewMonitoredDeviceĭev_data = self.addDeviceToMonitor(dev_cls_name, dev_conf)įile "/home/riftkun/.conda/envs/psyp圓/lib/python3.5/site-packages/psychopy/iohub/server.py", line 801, in addDeviceToMonitorĭev_instance = DeviceClass(dconfig=dev_conf)įile "/home/riftkun/.conda/envs/psyp圓/lib/python3.5/site-packages/psychopy/iohub/devices/display/_init_.py", line 58, in _init_įile "/home/riftkun/.conda/envs/psyp圓/lib/python3.5/site-packages/psychopy/iohub/devices/display/_init_.py", line 497, in _addRuntimeInfoToDispla圜onfig

psychopy nonetype

Install either inpout32, inpout圆4 or dlportioįile "D:\users\sven\ownCloud\PsychoP圓\pportversuche.py", line 17, in

Psychopy nonetype driver#

I receive the following error message: 1.6850 WARNING psychopy.parallel has been imported but no parallel port driver found.

psychopy nonetype

Port = parallel.ParallelPort(address=0x0378) The code is as follows: #!/usr/bin/env pythonįrom pyglet.gl import gl_info, GLint, glGetIntegerv, GL_MAX_ELEMENTS_VERTICES Today I tried to run a v1.84 program with Psychopy 3.0.7 and 3.1.5 with no luck.














Psychopy nonetype