PS C:\Users\elise\Documents\Python\PixKarts> python3 .\main.py
Traceback (most recent call last):
File "C:\Users\elise\Documents\Python\PixKarts\main.py", line 18, in <module>
init_window(800, 600, "PixKarts")
^^^^^^^^^^^
NameError: name 'init_window' is not defined
i am using pyray module
this issue seems to fix itself after a while because yesterday i had the same problem but with pygame. its kind of a shame because i cant run my code when it does this.