On Sun, Sep 7, 2008 at 1:19 AM, Kao Cardoso Felix <[EMAIL PROTECTED]> wrote: > > Hi folks, > > I've just installed the 0.3.0 release of cocos and tried to import it > on a shell window to test the installation and the import hung up. > Checking the contents of the __init__.py file and after commenting out > some stuff I've nailed it down to the pyglet.resource.reindex() call. > I'm on Windows XP with Python 2.5 and pyglet 1.1.1. It's probably a > pyglet issue but I wanted to check if anybody else had it.
oh, yes. someone just submitted a bug. we have a lot of strange behaviour. you can get around it if you use the egg, copy the cocos/resources directory by hand to your python instalation or copy cocos to your local project. ill post a new release when i fix the next bug. there is also another bizzarre import issue. $ echo "import cocos" > foo.py $ python foo.py # works but $ python >>> import cocos fails (on some conditions, not always) argh. im working on this. Lucio. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cocos2d discuss" 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/cocos-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
