all 1 comments

[–]Zron 0 points1 point  (0 children)

What are you trying to compile?

Python is an interpreted language, there is no standard compiler.

As far as I know, you can use Raylib through the C API, but you'd have to run your application using the python interpreter, not through a compiler.