Skip to content

TwInit not found #3

@flecheria

Description

@flecheria

Hi, I'm running atb inside the pupil project but it told me that TwInit not found?
I was thinking if I have to put the file AntTweakBar.h in some specific place.
BTW this is the prompt. Thanks

C:\workspace_fork\pupil_w\pupil\pupil_src\capture>python main.py
Traceback (most recent call last):
  File "main.py", line 80, in <module>
    from eye import eye
  File "C:\workspace_fork\pupil_w\pupil\pupil_src\capture\eye.py", line 18, in <module>
    import atb
  File "C:\workspace_fork\pupil_w\pupil\pupil_src\shared_modules\atb\__init__.py", line 16, in <module>
    from raw import *
  File "C:\workspace_fork\pupil_w\pupil\pupil_src\shared_modules\atb\raw.py", line 51, in <module>
    TwInit         = __dll__.TwInit
  File "C:\Python27\lib\ctypes\__init__.py", line 378, in __getattr__
    func = self.__getitem__(name)
  File "C:\Python27\lib\ctypes\__init__.py", line 383, in __getitem__
    func = self._FuncPtr((name_or_ordinal, self))
AttributeError: function 'TwInit' not found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions