Comment 5 for bug 743339

Revision history for this message
tbnorth (terry-n-brown) wrote : Re: [Bug 743339] Re: @rst output to ODT and S5 options

On Mon, 28 Mar 2011 15:48:30 -0000
Rob Keeney <email address hidden> wrote:

> docs<http://webpages.charter.net/edreamleo/installing.html#installing-leo-with-bzr>,
> it suggests I can run it from leo/core/leo.py. There is no such file. I also
> tried other likely candidates with no success.

Might be an out of date piece of documentation.

The file you run to launch Leo is launchLeo.py, which is in the top
level directory for the .zip files. I assume if you just click on it
it runs the Qt tabbed interface, you could run it from the command line
with something like

  <set directory to where ever you unzipped the .zip>
  c:\python27\pythone.exe launchLeo.py --gui=qt

Cheers -Terry