Perfect, thank you! I'm using resource for relative-to-app paths. I didn't realize it also handled the separator issue.
On Aug 1, 4:44 pm, claudio canepa <[email protected]> wrote: > On Sat, Aug 1, 2009 at 5:30 PM, Morgan <[email protected]> wrote: > > pyglet *resource* names uses the unix separator ´/´ on any OS ( look > pyglet.resource ) > if you intented not to use .resource, then you want > image = pyglet.image.load(imagename) > and there yes, the separators are the OS dependant. > -- > claxo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
