On Wed, Oct 15, 2008 at 6:03 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I installed Python 2.6 on my WinXP SP3 then installed LEO 4.5.1 but > there was an error message at the end of the install saying that it > couldn't start Python. > I started a CMD window and tried to finish the install manually but > got an error message: > > C:\Python26\Lib\site-packages\Leo-4-5-1-2-final>C:\Python26\python.exe > setup.py > Traceback (most recent call last): > File "setup.py", line 2, in <module> > from setuptools import setup,find_packages > ImportError: No module named setuptools > > Any idea how to resolve this?
Don't run Python setup.py install: it won't work. Instead, just manually copy the leo folder anywhere, and add "anywhere" to your path. Better yet, install bzr and use bzr to keep up-to-date with Leo. Edward --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" 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/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
