geohot / twitchslam

A toy implementation of monocular SLAM written while livestreaming
MIT License
959 stars 211 forks source link

should i set PYSDL2_DLL_PATH ? #1

Closed fahamjv closed 6 years ago

fahamjv commented 6 years ago

Traceback (most recent call last): File "slam.py", line 9, in from display import Display File "/home/gh0st/Desktop/twitchslam/display.py", line 1, in import sdl2 File "/usr/local/lib/python2.7/dist-packages/sdl2/init.py", line 2, in from .dll import get_dll_file, _bind File "/usr/local/lib/python2.7/dist-packages/sdl2/dll.py", line 115, in raise ImportError(exc) ImportError: could not find any library for SDL2 (PYSDL2_DLL_PATH: unset)

meh369 commented 5 years ago

Any clues how to fix this????