Am using Ubuntu Breezy too and I don't remember having to do python setup.py. Try doing the following:
$ cd /usr/local/lib/python2.4/site-packages $ ln -s /home/mario/Downloads/Python/Dabo/dabo dabo If the above 2nd line does not work because you seem to have nested dabo folders, try: $ rm dabo $ ln -s /home/mario/Downloads/Python/Dabo/dabo/dabo dabo Putting the symbolic link in /usr/lib/python2.4/site-packages will also work. Noel On 12/7/05, Mario Lacunza <[EMAIL PROTECTED]> wrote: > Hi, > > I receipt this error when I try to install Dabo: > > [EMAIL PROTECTED]:/home/mario/Downloads/Python/Dabo/dabo# python setup.py > install > You have an obsolete version of setuptools installed. Please > remove it from your system entirely before rerunning this script. > > Any Idea?? > > > Mi configuracion/My config: > > Ubuntu Breezy 5.10 > Linux Kernel 2.6.12-10-386 > Python 2.4.2 > wxPython 2.6.1.1Pre > > -- > Saludos / Best regards > > Mario Lacunza Vásquez > Desarrollador de Software - Webmaster > Desarrollador 2 Estrellas VS2005 > > Website : http://mlacunzav.cogia.net > Email : mario_lacunza[AT]yahoo[DOT]es > Skype : mlacunzav > Blog : http://mlacunza.blogspot.com > Lima - Peru > > > > > > ______________________________________________ > Renovamos el Correo Yahoo! > Nuevos servicios, m�s seguridad > http://correo.yahoo.es > > _______________________________________________ > Post Messages to: [email protected] > Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users >
_______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
