Je débute mon apprentissage de Python par le biais de PySDL2 mais lors du lancement d'un programme de test que j'ai trouvé sur le net, surtout pour tester si PySDL2 fonctionne j'ai ce message d'erreur:
C:\Python\python.exe C:/Users/Franck/PycharmProjects/Pong/Pong.py
Traceback (most recent call last):
File "C:\Python\lib\site-packages\sdl2\dll.py", line 105, in <module>
dll = _DLL("SDL2", ["SDL2", "SDL2-2.0"], os.getenv("PYSDL2_DLL_PATH"))
File "C:\Python\lib\site-packages\sdl2\dll.py", line 52, in __init__
(libinfo, dllmsg))
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 "C:/Users/Franck/PycharmProjects/Pong/Pong.py", line 4, in <module>
from sdl2 import *
File "C:\Python\lib\site-packages\sdl2\__init__.py", line 2, in <module>
from .dll import get_dll_file, _bind
File "C:\Python\lib\site-packages\sdl2\dll.py", line 107, in <module>
raise ImportError(exc)
ImportError: could not find any library for SDL2 (PYSDL2_DLL_PATH: unset)

Process finished with exit code 1
Je ne sais pas si j'ai installé le tout comme il faut mais la bibliothèque SDL2 (pas PySDL2 que j'a installé par la suite), j'en ai dispatché les fichiers dans les répertoires de Python, je ne sais pas si j'ai bien fait mais les instructions d'installations sont peu nombreux et, pour ceux qui existent, très peu clairs

Si quelqu'un peut me donner la marche à suivre exacte ça serait sympa