On Mon, May 27, 2013 at 1:51 AM, Paul Pittlerson <[email protected]>wrote:
> Right, here is the old problem. In pyglet 1.2 I get the same error as my
> previous post.
>
> Also when only importing cocos directly, I get the following:
> ... File "C:\Python27\lib\site-packages\pyglet\app\base.py", line 11, in
> <module>
> import queue
> ImportError: No module named queue
>
Somehow your python 2.7 seems to be seeing a pyglet for python 3.x ,
because the module Queue from 2.7 was renamed to queue in 3.x
Your first task should be clean up your python 2.7 to not see any pyglet
(cleaning methods vary depending on how you installed pyglet).
After that, a fire prof install for 2.7 is
1. get the pyglet 1.2alpha download or the repo clone
2. copy (only) the pyglet dir from there to your
c:\python27\Libs\site-packages
>
> :D Should I try to post about it on pyglet-users? These are the reasons I
> can only use 1.1.4
>
>
Do a cleanup first, the multiple installs seems to have confused python or
something.
Going to bed,
--
You received this message because you are subscribed to the Google Groups
"cocos2d discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cocos-discuss?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.