Slackware Current 64 SDL2 issue
by UH10Y6 from LinuxQuestions.org on (#56662)
Hello everyone,
I downloaded slackware64 current multilib JULY252020 and installed it. I compiled m64py and mupen64plus. They compiled fine but when i try and run m64py i get this error
Code:M64Py - A frontend for Mupen64Plus version 0.2.5
Traceback (most recent call last):
File "/usr/bin/m64py", line 57, in <module>
from m64py.frontend.mainwindow import MainWindow
File "/usr/lib64/python2.7/site-packages/m64py/frontend/mainwindow.py", line 30, in <module>
from m64py.frontend.worker import Worker
File "/usr/lib64/python2.7/site-packages/m64py/frontend/worker.py", line 21, in <module>
from sdl2 import SDL_EnableScreenSaver, SDL_DisableScreenSaver
ImportError: No module named sdl2I checked to see if i had sdl2 installed. I saw SDL2-2.0.12 and SDL2-2.0.12-compat32 installed in pkgtool. Any ideas why this is happening?


I downloaded slackware64 current multilib JULY252020 and installed it. I compiled m64py and mupen64plus. They compiled fine but when i try and run m64py i get this error
Code:M64Py - A frontend for Mupen64Plus version 0.2.5
Traceback (most recent call last):
File "/usr/bin/m64py", line 57, in <module>
from m64py.frontend.mainwindow import MainWindow
File "/usr/lib64/python2.7/site-packages/m64py/frontend/mainwindow.py", line 30, in <module>
from m64py.frontend.worker import Worker
File "/usr/lib64/python2.7/site-packages/m64py/frontend/worker.py", line 21, in <module>
from sdl2 import SDL_EnableScreenSaver, SDL_DisableScreenSaver
ImportError: No module named sdl2I checked to see if i had sdl2 installed. I saw SDL2-2.0.12 and SDL2-2.0.12-compat32 installed in pkgtool. Any ideas why this is happening?