RCr doesn't run on Windows..
I got this error:Traceback (most recent call last): File "main.py", line 36, in pyglet.resource.reindex() File "[..]\RCr\pyglet\resource.py", line 324, in reindex 'Backslashes not permitted in relative path' AssertionError: Backslashes not permitted in relative pathSo I replaced the following line in main.py:
os.path.join('cups', 'garden')with:
'cups/garden'And it ran fine. ^^
(log in to comment)