A short note that might help others trying to get LEO running on the latest
Fedora.

I have a new Fedora 10 system that I wanted to get LEO running on.

The following packages needed to be installed:

bzr     (to get the latest code via "bzr branch lp:leo-editor")

tkinter (for the classical Tk GUI)

python-imaging-tk (this is the ImageTk stuff; named differently for each distro)

PyQt4 qscintilla-python (to get the QT GUI running)

I created a leo.pth (in /usr/lib/python2.5/site-packages/leo.pth) that
contains a single line so far with the directory name where the
bzr package was set up.

I have a very short script (~/bin/leo):

#!/bin/sh
exec python ~/src/leo/leo/core/runLeo.py ${1+"$@"}

So I can now run "leo filename" or "leo --gui=qt"

I will probably add more to this thread as I run into more issues and solutions.

Best regards,

                        ---Kayvan
-- 
Kayvan A. Sylvan          | Proud husband of       | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan, | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan | my beautiful Queen.    | Robin Gregory (2/28/92)

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