Is that the whole script? No mainloop, nothing? That won't do anything of 
course.
About the PyDev problems, they are problems to ask about on a PyDev forum, 
not here. Most people here are probably not PyDev users and don't care about 
this platform.
I happen to use it, so I think I know what may be wrong there. Seems you 
either didn't install the libraries, or didn't setup the correct interpreter 
on PyDev, or if you did the PyDev interpreter PYTHONPATH does not include 
the correct folders. If you want to use local imports, pyglet and cocos 
don't have to be installed, but you need to setup your project's PyDev 
PYTHONPATH to include the source folders with those modules.
Eclipse + PyDev is not the most user-friendly platform to use if you are not 
familiar with them, takes a while getting used to. Make sure you read this: 
http://pydev.org/manual_101_root.html as it covers the whole issue of 
setting up paths etc. There are more instructions at 
http://pydev.org/manual.html. 
If that is not enough, make sure you ask stuff about PyDev errors and 
problems at the PyDev User Forum (
http://sourceforge.net/projects/pydev/forums/forum/293649), not here, as 
this forum should cover cocos2d issues, not PyDev's.
Good luck,
Thomas

-- 
You received this message because you are subscribed to the Google Groups 
"cocos2d discuss" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/cocos-discuss/-/-jcP2mIQC5MJ.
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