Re: Installation of Leo on Linux

2008-08-26 Thread hemanth
On Aug 25, 7:54 pm, Ville M. Vainio [EMAIL PROTECTED] wrote: On Mon, Aug 25, 2008 at 4:02 PM, Edward K. Ream [EMAIL PROTECTED] wrote: [C:p/leo-editor]|10 python setup.py install WARNING: 'setup.py install' is known to not work. Either use 'setup.py develop', or run launchLeo.py directly

Re: Installation of Leo on Linux

2008-08-26 Thread thyrsus
The INSTALL.TXT says: **Linux** The following shell script will allow you to open foo.leo files by typing leo foo:: #!/bin/sh python leopath/leo/core/runLeo.py $1 That doesn't work for me, instead it gives Traceback (most recent call last): File

Re: Installation of Leo on Linux

2008-08-26 Thread zpcspm
On Aug 26, 8:01 pm, thyrsus [EMAIL PROTECTED] wrote: Traceback (most recent call last): File /usr/local/lib/leo/leo/core/runLeo.py, line 560, in module run() File /usr/local/lib/leo/leo/core/runLeo.py, line 64, in run import leo.core.leoGlobals as leoGlobals ImportError: No

Re: Installation of Leo on Linux

2008-08-26 Thread Edward K. Ream
On Tue, Aug 26, 2008 at 12:25 PM, zpcspm [EMAIL PROTECTED] wrote: Why don't get rid of remaining calls to leo/core/runLeo.py and replace them with calls to launchLeo.py I just did a search for runLeo.py in leoPy.leo and unitTest.leo. Besides proper imports, there are no such calls in the

Re: Installation of Leo on Linux

2008-08-25 Thread Edward K. Ream
On Mon, Aug 25, 2008 at 6:52 AM, hemanth [EMAIL PROTECTED] wrote: Pardon me if this is discussed else where. I have recently started using Ubuntu Linux as my sole desktop. I downloaded Leo-4-5-b3.zip from Sourceforge and unzipped. I ran, $sudo setup.py install The 'install' script (not

Installation of Leo on Linux

2008-08-25 Thread hemanth
Pardon me if this is discussed else where. I have recently started using Ubuntu Linux as my sole desktop. I downloaded Leo-4-5-b3.zip from Sourceforge and unzipped. I ran, $sudo setup.py install When I launched leo, it complained of Icons not being found. I had to manually copy the following

Re: Installation of Leo on Linux

2008-08-25 Thread Ville M. Vainio
On Mon, Aug 25, 2008 at 4:02 PM, Edward K. Ream [EMAIL PROTECTED] wrote: The 'install' script (not setup.py install) could be called the recommended way to install Leo, but there is presently debate about whether to get rid of that script. Your question convinces me that the b4 version will

Re: Installation of Leo on Linux

2008-08-25 Thread Edward K. Ream
On Mon, Aug 25, 2008 at 9:54 AM, Ville M. Vainio [EMAIL PROTECTED] wrote: But really, there should be README.txt directly in the root folder (as opposed to docs/), and it should be updated since it doesn't seem to be quite valid anymore (i.e. installation is more complicated than it needs to