pyovr icon indicating copy to clipboard operation
pyovr copied to clipboard

Why example raises an error? ("conda install ???" in order to be able to "import ovr")

Open georgydunaev opened this issue 8 years ago • 1 comments

I am trying to start example of code from main page.

Is Oculus Runtime 1.3 installed on this machine? Traceback (most recent call last): File "D:\Georgy2\mypyscripts\ovr02.py", line 3, in import ovr File "D:\Georgy2\anaconda_x32\lib\site-packages\ovr__init__.py", line 5, in < module> from ovr130 import * File "D:\Georgy2\anaconda_x32\lib\site-packages\ovr_ovr130.py", line 28, in < module> libovr = CDLL(libname) File "D:\Georgy2\anaconda_x32\lib\ctypes__init.py", line 362, in init self._handle = _dlopen(self._name, mode) WindowsError: [Error 126] The specified module could not be found

georgydunaev avatar Jul 21 '16 07:07 georgydunaev

I am on Windows and only targeting Windows. The version of OVRServiceLauncer is 6.0.1.64681. Where can I see a runtime version? I need 1.3. (I have display driver version 1.2.6. Is it related to runtime? ) I've installed the setup (www3.oculus.com/en-us/setup) yesterday. I suppose it has a runtime in it. I also can run demo. But where can I see the version of runtime? And what should I do to fix error? Where can I download Oculus Runtime exactly 1.3?

georgydunaev avatar Jul 21 '16 07:07 georgydunaev