I'm starting to use PySDL2 with Python 3.4 to make a game. Every time I run the "hello world" code given by the PySDL2 documentation it looks like I haven't installed the SDL library:
ImportError: could not find any library for SDL2 (PYSDL2_DLL_PATH: unset)
I have already tried to make a batch file to set the environment var:
set PYTHONPATH=C:\path\to\pysdl2\:$PYTHONPATH
and also tried to set the environment var through IDLE:
os.environ["PYSDL2_DLL_PATH"] = "path"
AND I've tried to even put the SDL.dll file in the System32 folder (btw I'm in a Windows x64 machine) I need help, so if you can't answer because there's not enough information just tell me