Re: cocos import error

2017-08-14 Thread Dragonfly king
> > There must be some unkown reason in my win7 >> > all errors disappeared after I update My os to win10 thanks for your efforts~~ -- You received this message because you are subscribed to the Google Groups "cocos2d discuss" group. To unsubscribe from this group and stop receiving emails fr

Re: cocos import error

2017-08-13 Thread claudio canepa
The line File "D:\Python35\lib\site-packages\pyglet\gl\__init__.py", line 205, in _crea te_shadow_window _shadow_window = Window(width=1, height=1, visible=False) tells that pyglet has trouble while creating a shadow window. This was a bug in pyglet some time ago, but it was fixed, at least

Re: cocos import error

2017-08-13 Thread Dragonfly king
> > Thanks U > I just did as you said,but it still happend, here is the full trace back: Traceback (most recent call last): File "test_sprite.py", line 12, in import cocos File "..\cocos\__init__.py", line 107, in from cocos import cocosnode File "..\cocos\cocosnode.p

Re: cocos import error

2017-08-11 Thread claudio canepa
On Fri, Aug 11, 2017 at 3:30 AM, Dragonfly king wrote: > my env is win7 x64 and python3.6,write the first line ‘import cocos’ > ,the first time throw a error > ‘OSError: exception: access violation reading 0x’ > and after the first time ,it throw an error > ‘NameError: name 'ba

cocos import error

2017-08-11 Thread Dragonfly king
my env is win7 x64 and python3.6,write the first line ‘import cocos’ ,the first time throw a error ‘OSError: exception: access violation reading 0x’ and after the first time ,it throw an error ‘NameError: name 'base' is not defined’ error locate in the file ‘__init__.py’ its'