TriadSemi / triad_openvr

This is an enhanced wrapper for the already excellent pyopenvr library by cmbruns. The goal of this library is to create easy to use python functions for any SteamVR tracked system.
157 stars 52 forks source link

Error #1

Closed Ajasra closed 7 years ago

Ajasra commented 7 years ago

AttributeError: module 'triad_openvr' has no attribute 'triad_openvr'

have that error. Anaconda with python 3.6. trying to use the sample code from the description.

lgbeno commented 7 years ago

hmm, it looks like that module is not getting imported when you run the code. Did you unzip the folder and are you running the example from within the folder?

Can you also confirm that triad_openvr.py is in this folder?