So for you, Sergio, that will be: sudo apt-get install python-setuptools
Regards, Ivo On Sat, 2010-10-16 at 19:47 +0200, Sébastien Volle wrote: > You need to install the setuptools package for your system first. > Have a look on this page: http://pypi.python.org/pypi/setuptools > > -- > Sébastien > > 2010/10/16 Sergio Lombrico <[email protected]> > Thanks Ivo. > > > You're absolutely right! > That does indeed change the situation, but now I get the > following error: > > > python setup.py > Traceback (most recent call last): > File "setup.py", line 17, in <module> > from ez_setup import use_setuptools > ImportError: No module named ez_setup > > > Do I need to download this separately ? > > > Cheers, > > > Giorgio > > > On 16 October 2010 19:29, Ivo F.A.C. Fokkema > <[email protected]> wrote: > Hi Sergio, > > Try running: > > python setup.py > > Now you've had bash trying to interpret the setup.py. > > Have fun! > > Ivo > > > > On Sat, 2010-10-16 at 08:29 -0700, sergio wrote: > > Hi guys. > > > > I am trying to install cocos2d on my Ubunut 10.04 > box. > > The command 'setup.py install' fails with the > following output: > > > > ./setup.py install > > ./setup.py: line 7: setup -- setuptools setup file > for cocos2d. > > > > : eykd $ > > : 1016 $ > > : 2010-07-07 23:00:00 -0300 (Wed, 07 July 2010) $ > > : command not found > > ./setup.py: line 9: __author__: command not found > > ./setup.py: line 10: __author_email__: command not > found > > ./setup.py: line 11: __version__: command not found > > ./setup.py: line 12: __date__: command not found > > ./setup.py: line 14: try:: command not found > > > > I am running: > > > > - python/lucid uptodate 2.6.5-0ubuntu1 > > - python-pyglet/lucid uptodate 1.1.2.dfsg-2 > > > > Any help is very much appreciated. > > > > Thank you. > > > > SergioL > > > > > -- > 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. > > > > > > -- > Cheers, > > > SergioL > > > > -- > 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 cocos-discuss > [email protected]. > For more options, visit this group at > http://groups.google.com/group/cocos-discuss?hl=en. > > > > > -- > 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 cocos-discuss > [email protected]. > For more options, visit this group at > http://groups.google.com/group/cocos-discuss?hl=en. -- 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.
