Hi ll,
I am trying to develop game using Cocos2d game library ; that in turn
uses pyglet library.
Setup :
python 2.5.4
pyglet 1.1.2
cocos2d-0.3.0
on Windows Vista Home Premium (32 bit).
I try to add my content subdirs as resource path in pyglet like this:
pyglet.resource.path= ['content//Sprites/Player']
pyglet.resource.reindex()
I keep getting this error :
File "C:\Python25\lib\site-packages\pyglet\resource.py", line 324, in
reindex
'Backslashes not permitted in relative path'
Does pyglet or pyglet resource management have a problem with Vista?
Or is it simply incompatible with Windows ?
How do I solve this problem ? How do I manage resources in Vista ?
thanks
Rudy
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---