I have been trying to get started with cocos2d on my linux. I was
really excited when i saw that it was originally written in python.
but thing is I haven't installed the required libraries properly and
can't find any tutorial regarding that. Can anyone help in this
regard. The biggest problem i am coming across is the libraries. First
i got an error that said

Traceback (most recent call last):
  File "cocos2d_hello.py", line 9, in <module>
    import cocos
ImportError: No module named cocos

So i downloaded the cocos.zip available on the site. But now I am
getting this error:

Traceback (most recent call last):
  File "cocos2d_hello.py", line 9, in <module>
    import cocos
  File "/home/prometheus/Desktop/cocos2d-python/cocos2d-0.5.0/cocos/
__init__.py", line 66, in <module>
    import os, pyglet
ImportError: No module named pyglet


<b>Basically I need to install all required libraris properly</b> Can
anyone help in that matter?

-- 
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.

Reply via email to