On Wed, Jul 9, 2008 at 2:21 AM, LordMax <[EMAIL PROTECTED]> wrote:

>
> Hi to all.
>
> I'm really newbie here so two row on me.
> In first excuse me for my bad english, I'm not use to write in it.
> I'm a developer, analist and project manager.
> My work is on data management and I'm searching for something to help
> me.
>
> By screenshot Leo seem to be the perfect object for me.
> but
> there's always a but ^___^
>
> I can't find the way to install it
>
> I'm on a windows 2000 Pro pc.
> I've installed Python 2.5.2 and wxpython 2.8
> I've tryied to install leo
> installation it's ok but don't run.
> go to web site and follow the beginner guide
> chapter 1: installing leo
> good
> so follow the instruction
>
> ------
> After you have installed Leo, you should add the location of your leo/
> src folder to your python path. One way to do this is adding something
> like the following to python/Lib/sitecustomize.py:
>
> import sys
> sys.path.append(r'<path-to-leo>leo\src')
>
> Another way is to append <path-to-leo> to the Windows PYTHONPATH
> environment variable.
>
> Now that you have installed Leo and told Python where to find Leo, you
> are ready to run Leo.
> -----------
>
> but
>
> There isn't a src directory on the leo installation.
> and there isn't a peo.py module (or similar)
>
> I know that's my fault and it's a trivial error (I'll hope) but please
> help me. ^___^


The docs may be out of date.  In the latest versions you should add a path
to the directory *above* the leo directory so that imports of the form
'import leo.core.x as x' will work.

And yes, you must have tkinter installed.

In general, when tracking down installation problems, it is most helpful if
you will supply the tracebacks, if any.  You should run Leo in a console to
get those tracebacks.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to