On 5/16/10 4:57 AM, Doug Johnston wrote: > > > > > > > > Hi, > > > > Trying to install on WIN XP running Python 2.6.5. > > > > Getting following error... > > > > ---------------------------------------------- > > C:\dabo>win_setup > > "Installing Dabo; please wait..." > > Traceback (most recent call last): > > File "setup.py", line 4, in<module> > > ez_setup.use_setuptools() > > File "C:\dabo\ez_setup.py", line 95, in use_setuptools > > return do_download() > > File "C:\dabo\ez_setup.py", line 91, in do_download > > import setuptools; setuptools.bootstrap_install_from = egg > > ImportError: No module named setuptools > > ------------------------------------------------- > > > > I have tried with... > > setuptools-0.6c9-py2.5.egg > > setuptools-0.6c9-py2.6.egg > > ...the error listed above if for py2.6.egg
How are you installing setuptools? Are you following the instructions here: http://pypi.python.org/pypi/setuptools You definitely want the 2.6 version as you are running python 2.6.5, but it doesn't seem that it is getting installed into site-packages because python isn't finding it. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
