Dears,

I am very interesting in cocos2d, so I install python 2.4 with ctypes
and pyglet 1.1.4. After doing that, I blocked with similar errors when
I try to run any *.py, I got error as below:

C:\Src\cocos2d-0.4rc0\samples>hello_world.py
C:\Python24\lib\site-packages\pyglet\window\win32\__init__.py:552:
UserWarning:
Could not set vsync; unsupported extension.
  warnings.warn('Could not set vsync; unsupported extension.')
Traceback (most recent call last):
  File "C:\Src\cocos2d-0.4rc0\samples\hello_world.py", line 11, in ?
    import cocos
  File "C:\Src\cocos2d-0.4rc0\samples\..\cocos\__init__.py", line 104,
in ?
    import_all()
  File "C:\Src\cocos2d-0.4rc0\samples\..\cocos\__init__.py", line 101,
in import
_all
    import tiles
  File "C:\Src\cocos2d-0.4rc0\samples\..\cocos\tiles.py", line 246,
in ?
    from xml.etree import ElementTree
ImportError: No module named etree

C:\Src\cocos2d-0.4rc0\samples>

I don't know how to solve problems like this one, so please kindly
help me, thanks in advanced.

Brian.

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