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 path
So I replaced the following line in main.py:
    os.path.join('cups', 'garden')
with:
    'cups/garden'
And it ran fine. ^^

(log in to comment)

Comments

Thanks for the tip! I will make a bug report in our issue tracker ;-) Didn't encounter the issue as we are on Mac and Linux here :-)