Home Forums Software Development Tobii Research VIVE Eye Tracking – Python Error Reply To: Tobii Research VIVE Eye Tracking – Python Error

#21245
Fabian
Participant

Hi Grant,

i’ve figured it out so far. The problem was according the 32 bit version of the Python API. Some files seem to be missing, as they can be found in the 64 bit version. Now i am using the 64 bit version of python 3.6 and running in further issues.
I get the following error message.

Traceback (most recent call last):
  File "viveEyeTrackingTest.py", line 1, in <module>
    import tobii_research as tr
  File "C:\Users\s353743\Documents\Master\MasterArbeitGroup\code\Testarea\EyeTrackingVIVE\tobii_research.py", line 2, in <module>
    from tobiiresearch.interop import interop
  File "C:\Users\s353743\Documents\Master\MasterArbeitGroup\code\Testarea\EyeTrackingVIVE\tobiiresearch\interop\interop.py", line 11, in <module>
    from tobiiresearch.interop.python3 import tobii_research_interop
ImportError: DLL load failed: Das angegebene Modul wurde nicht gefunden. 

I’m guessing the problem is my Windows 10 system with an intel processor, because i’ve seen that you only published your pip wheels for AMD.
Is that possible?

Best regards

Fabian Sieper