-
Notifications
You must be signed in to change notification settings - Fork 27
Description
killaura@Unknown:~/CataclysmLD$ python3 server.py
Traceback (most recent call last):
File "/home/killaura/.local/lib/python3.9/site-packages/sdl2/dll.py", line 362, in
dll = DLL("SDL2", ["SDL2", "SDL2-2.0", "SDL2-2.0.0"], os.getenv("PYSDL2_DLL_PATH"))
File "/home/killaura/.local/lib/python3.9/site-packages/sdl2/dll.py", line 253, in init
raise RuntimeError("could not find any library for %s (%s)" %
RuntimeError: could not find any library for SDL2 (PYSDL2_DLL_PATH: unset)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/killaura/CataclysmLD/server.py", line 13, in
import sdl2
File "/home/killaura/.local/lib/python3.9/site-packages/sdl2/init.py", line 2, in
from .dll import get_dll_file, _bind
File "/home/killaura/.local/lib/python3.9/site-packages/sdl2/dll.py", line 364, in
raise ImportError(exc)
ImportError: could not find any library for SDL2 (PYSDL2_DLL_PATH: unset)
killaura@Unknown:~/CataclysmLD$ python3 server.py
Traceback (most recent call last):
File "/home/killaura/.local/lib/python3.9/site-packages/sdl2/dll.py", line 362, in
dll = DLL("SDL2", ["SDL2", "SDL2-2.0", "SDL2-2.0.0"], os.getenv("PYSDL2_DLL_PATH"))
File "/home/killaura/.local/lib/python3.9/site-packages/sdl2/dll.py", line 253, in init
raise RuntimeError("could not find any library for %s (%s)" %
RuntimeError: could not find any library for SDL2 (PYSDL2_DLL_PATH: unset)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/killaura/CataclysmLD/server.py", line 13, in
import sdl2
File "/home/killaura/.local/lib/python3.9/site-packages/sdl2/init.py", line 2, in
from .dll import get_dll_file, _bind
File "/home/killaura/.local/lib/python3.9/site-packages/sdl2/dll.py", line 364, in
raise ImportError(exc)
ImportError: could not find any library for SDL2 (PYSDL2_DLL_PATH: unset)