On Thu, Sep 20, 2012 at 9:29 AM, Richard Jones <[email protected]>wrote:
> On 20 September 2012 21:24, claudio canepa <[email protected]> wrote: > > On Thu, Sep 20, 2012 at 6:06 AM, Nitneroc <[email protected]> > wrote: > >> By the way, I realised pip and easy_install try to install > >> cocos2d-0.5.5-docs.zip instead of cocos2d-0.5.5.zip > > > > > > I think this is a flaw in pip - easy-install, but will see if theres some > > way to fix that. > > I believe the simplest solution is to label the docs cocos2d-docs-0.5.5.zip > > > Richard > > -- > > >From a win xp + python 2.6 machine with setuptools and not pip easy_install cocos2d worked fine, whereas in a win 7 + 2.6 in a virtualenv with pip + distribute pip install cocos2d failed in the way mentioned by Nitneroc After following Richard's suggestion both systems performed right. (Thanks Richard !) Yay with the distutils + setuptools + pip + distribute mess ! -- 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.
