Re: Problem installing Leo under 18.04

2019-02-05 Thread John Kane
On Sunday, January 20, 2019 at 12:19:28 PM UTC-5, John Kane wrote: > > I am having a problem with installing Leo under Ubuntu 18.04 using the > debian instructions at > http://leoeditor.com/installing.html#installing-from-a-debian-package > > I update my sources.list u

Re: Problem installing Leo under 18.04

2019-02-05 Thread Matt Wilkie
> > When I run the instructions you provided (above) everthing goes smoothly > untitl I run > > "git checkout devel" > > when I get the error > > jrkrideau@john-T510:~/leo-editor$ git checkout devel > error: pathspec 'devel' did not match any file(s) known to git. > jrkrideau@john-T510:~/leo-ed

Re: Problem installing Leo under 18.04

2019-02-04 Thread John Kane
On Sunday, January 20, 2019 at 7:16:10 PM UTC-5, Matt Wilkie wrote: > > This is the recipe I use for testing each new build on Linux Mint (18.02): > > conda create -n leo-build > conda activate leo-build > conda install pip > git clone --depth=200 https://github.com/leo-editor/leo-editor.git > cd

Re: Problem installing Leo under 18.04

2019-01-21 Thread John Kane
*I use Leo for writing and for organizing all of my information.* *Defintely ecouraging words.* *I started with Leo a decade or so ago and have really begun to experience what it can do for me in the past couple of years.* *Grawk! * Again thanks to everyone for the help. On Mon, 21 Jan 2019 at

Re: Problem installing Leo under 18.04

2019-01-21 Thread Chris George
Ha. Welcome aboard. I too am not a programmer. I use Leo for writing and for organizing all of my information. Clones are great. Scripting/commands/buttons are extremely powerful and useful. The backlinks plugin provides what clones don't when it comes to interconnecting. Feel free to ask q

Re: Problem installing Leo under 18.04

2019-01-21 Thread John Kane
Outlining and PIM, especially management of a lot of odds and sods of information that I have stashed in various files and a bunch of Tomboy notes. I basically am hoping that I can use it for interconnecting a lot of data. If I understood the description, the clone function alone sounds excellent.

Re: Problem installing Leo under 18.04

2019-01-20 Thread Chris George
> > Now all I have is the amazingly simple task of learning how to use it. I > shall return! Just curious as to what you plan to use it for. Chris -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receivi

Re: Problem installing Leo under 18.04

2019-01-20 Thread John Kane
On Sunday, January 20, 2019 at 12:19:28 PM UTC-5, John Kane wrote: > > I am having a problem with installing Leo under Ubuntu 18.04 using the > debian instructions at > http://leoeditor.com/installing.html#installing-from-a-debian-package > > I update my sources.list u

Re: Problem installing Leo under 18.04

2019-01-20 Thread John Kane
On Sunday, January 20, 2019 at 7:16:10 PM UTC-5, Matt Wilkie wrote: > > This is the recipe I use for testing each new build on Linux Mint (18.02): > > conda create -n leo-build > conda activate leo-build > conda install pip > git clone --depth=200 https://github.com/leo-editor/leo-editor.git > cd

Re: Problem installing Leo under 18.04

2019-01-20 Thread Matt Wilkie
> I am having a problem with installing Leo under Ubuntu 18.04 using the > debian instructions at > http://leoeditor.com/installing.html#installing-from-a-debian-package > Thanks for the problem report! I've opened https://github.com/leo-editor/leo-editor/issues/1063 to t

Re: Problem installing Leo under 18.04

2019-01-20 Thread Matt Wilkie
This is the recipe I use for testing each new build on Linux Mint (18.02): conda create -n leo-build conda activate leo-build conda install pip git clone --depth=200 https://github.com/leo-editor/leo-editor.git cd leo-editor git checkout tags/5.8 pip install --editable . leo Without conda* the d

Re: Problem installing Leo under 18.04

2019-01-20 Thread Chris George
Eep. At this point I usually install Anaconda. At least then you get a clean python environment to start with. I start Leo with python3 ./launchLeo.py from the leo-editor/leo directory. Did the install script for Qt give you a way to uninstall? Chris On Sun, Jan 20, 2019 at 2:49 PM John Kane

Re: Problem installing Leo under 18.04

2019-01-20 Thread John Kane
On Sunday, January 20, 2019 at 4:53:19 PM UTC-5, Chris George wrote: > > I hate QT problems. > > Try: > > sudo apt install qt5-default > > > > > On Sunday, January 20, 2019 at 1:10:48 PM UTC-8, John Kane wrote: >> >> >> >> On Sunday, January 20, 2019 at 2:46:48 PM UTC-5, Chris George wrote: >>

Re: Problem installing Leo under 18.04

2019-01-20 Thread Chris George
I hate QT problems. Try: sudo apt install qt5-default On Sunday, January 20, 2019 at 1:10:48 PM UTC-8, John Kane wrote: > > > > On Sunday, January 20, 2019 at 2:46:48 PM UTC-5, Chris George wrote: >> >> If you are wanting to install Leo using the Debian instructions I am not >> the guy to hel

Re: Problem installing Leo under 18.04

2019-01-20 Thread John Kane
On Sunday, January 20, 2019 at 2:46:48 PM UTC-5, Chris George wrote: > > If you are wanting to install Leo using the Debian instructions I am not > the guy to help you. > > I can, however, help you get Leo installed under Ubuntu 18.04 using an > alternate method. > > First the prerequisites for

Re: Problem installing Leo under 18.04

2019-01-20 Thread Chris George
If you are wanting to install Leo using the Debian instructions I am not the guy to help you. I can, however, help you get Leo installed under Ubuntu 18.04 using an alternate method. First the prerequisites for python3: sudo apt install python3-docutils python3-pip git pip3 install nbformat p

Problem installing Leo under 18.04

2019-01-20 Thread John Kane
I am having a problem with installing Leo under Ubuntu 18.04 using the debian instructions at http://leoeditor.com/installing.html#installing-from-a-debian-package I update my sources.list using deb http://ppa.launchpad.net/villemvainio/ppa/ubuntu bionic beaver deb-src http

Re: Installing Leo from GitHub via pip?

2018-04-03 Thread Viktor Ransmayr
Hello Matt, 2018-04-04 1:45 GMT+02:00 Matt Wilkie : > > ​Thanks for your investigations. Matt is on vacation. He'll be the one >> to comment when he returns. >> > > I'm back! and playing catch up. Viktor please open a bug on Github if you > haven't already so I don't forget to come back to it.

Re: Installing Leo from GitHub via pip?

2018-04-03 Thread Matt Wilkie
> ​Thanks for your investigations. Matt is on vacation. He'll be the one > to comment when he returns. > I'm back! and playing catch up. Viktor please open a bug on Github if you haven't already so I don't forget to come back to it. A clean direct install from Github via pip is intended to

Re: Installing Leo from GitHub via pip?

2018-04-03 Thread Viktor Ransmayr
Hello Edward, Am Montag, 2. April 2018 12:17:14 UTC+2 schrieb Edward K. Ream: > > On Sun, Apr 1, 2018 at 2:22 PM, Viktor Ransmayr > wrote: > > Hello Edward & Leo community, >> > > ​Thanks for your investigations. Matt is on vacation. He'll be the one > to comment when he returns. > Thanks for

Re: Installing Leo from GitHub via pip?

2018-04-02 Thread Edward K. Ream
On Sun, Apr 1, 2018 at 2:22 PM, Viktor Ransmayr wrote: Hello Edward & Leo community, > ​Thanks for your investigations. Matt is on vacation. He'll be the one to comment when he returns. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group.

Re: Installing Leo from GitHub via pip?

2018-04-01 Thread Viktor Ransmayr
Hello Edward & Leo community, 2018-04-01 18:53 GMT+02:00 Viktor Ransmayr : > Am Sonntag, 1. April 2018 18:25:48 UTC+2 schrieb Viktor Ransmayr: >> >> Hello Edward & Leo community, >> >> Is the following scenario about installing a/ the latest version of Leo >> via GitHub supported? >> > > FYI: I'd

Re: Installing Leo from GitHub via pip?

2018-04-01 Thread Viktor Ransmayr
Am Sonntag, 1. April 2018 18:25:48 UTC+2 schrieb Viktor Ransmayr: > > Hello Edward & Leo community, > > Is the following scenario about installing a/ the latest version of Leo > via GitHub supported? > FYI: I'd like to use pip so that all/ many dependencies are resolved during installation autom

Installing Leo from GitHub via pip?

2018-04-01 Thread Viktor Ransmayr
Hello Edward & Leo community, Is the following scenario about installing a/ the latest version of Leo via GitHub supported? When I try to apply this scenario in a dedicated virtual environment (VE) I receive the following messages: (leo-next) PS C:\Users\Viktor\leo-next> pip install https:/

Re: Installing Leo from PyPI?

2016-10-21 Thread lewis
Hi Matt, Have you had any success in preparing a later Leo version for PyPI? It would be nice to have a stable 5.4 release available. Regards Lewis -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop recei

Re: Installing Leo with pip

2016-09-02 Thread Viktor Ransmayr
Hello Edward, Am Freitag, 2. September 2016 02:18:52 UTC+2 schrieb Edward K. Ream: > > > > On Mon, Aug 29, 2016 at 11:44 AM, Viktor Ransmayr > wrote: > >> >> Is the installation of Leo from PyPI a supported way of deployment? >> > > ​Not to my knowledge. I realize some people would like a simple

Re: Installing Leo with pip

2016-09-01 Thread Edward K. Ream
On Mon, Aug 29, 2016 at 11:44 AM, Viktor Ransmayr wrote: > > Is the installation of Leo from PyPI a supported way of deployment? > ​Not to my knowledge. I realize some people would like a simpler way to install/update Leo than git, but really, there isn't. Edward -- You received this message

Re: Installing Leo with pip

2016-08-29 Thread Viktor Ransmayr
9:49:19 AM UTC+2, rengel wrote: >> >> A question of QA: >> When installing Leo from PyPi using pip, one gets leo-5.0b2.zip. >> Shouldn't pip always install the latest stable release? >> >> Regards, >> Reinhard >> >> >> > Hello Vik

Re: Installing Leo with pip

2016-08-29 Thread Alain Kalker
On Friday, August 19, 2016 at 9:49:19 AM UTC+2, rengel wrote: > > A question of QA: > When installing Leo from PyPi using pip, one gets leo-5.0b2.zip. > Shouldn't pip always install the latest stable release? > > Regards, > Reinhard > > > Hello Viktor and R

Re: Installing Leo with pip

2016-08-20 Thread rengel
7;officially' supported by the Leo-Project. > > With kind regards, > > Viktor > > > On Fri, Aug 19, 2016 at 9:49 AM, rengel > wrote: > >> A question of QA: >> When installing Leo from PyPi using pip, one gets leo-5.0b2.zip. >> Shouldn't pip

Re: Installing Leo with pip

2016-08-19 Thread Viktor Ransmayr
n Fri, Aug 19, 2016 at 9:49 AM, rengel wrote: > A question of QA: > When installing Leo from PyPi using pip, one gets leo-5.0b2.zip. > Shouldn't pip always install the latest stable release? > > Regards, > Reinhard > > > -- > You received this message because y

Installing Leo with pip

2016-08-19 Thread rengel
A question of QA: When installing Leo from PyPi using pip, one gets leo-5.0b2.zip. Shouldn't pip always install the latest stable release? Regards, Reinhard -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this

Re: Installing Leo from PyPI?

2016-08-11 Thread Matt Wilkie
Pyqt available as wheel? That's really good news! I'm about to start holidays but will dig in to this in September and see what i can figure out. (I built the first pypi Leo release packages, and may have some insight or experience I neglected to document for Edward and others.) Matt On Aug 7, 2

Re: Installing Leo from PyPI?

2016-08-09 Thread Viktor Ransmayr
Hello Edward Am Dienstag, 9. August 2016 14:22:53 UTC+2 schrieb lewis: > > Answers to your questions: > 1) Has anyone successfullly installed Leo 5.3 from PyPI? > > No but I tried :) > I created a python 3.5 virtual environment using the python pyvenv script, > installed leo from PyPI and confirm

Re: Installing Leo from PyPI?

2016-08-09 Thread Viktor Ransmayr
Hello Lewis Am Dienstag, 9. August 2016 14:22:53 UTC+2 schrieb lewis: > > Answers to your questions: > 1) Has anyone successfullly installed Leo 5.3 from PyPI? > > No but I tried :) > I created a python 3.5 virtual environment using the python pyvenv script, > installed leo from PyPI and confirme

Re: Installing Leo from PyPI?

2016-08-09 Thread lewis
Hi Viktor, Answers to your questions: 1) Has anyone successfullly installed Leo 5.3 from PyPI? No but I tried :) I created a python 3.5 virtual environment using the python pyvenv script, installed leo from PyPI and confirmed it installs Leo 5.0b2, despite it being listed as Leo 5.3 at pypi.

Installing Leo from PyPI?

2016-08-07 Thread Viktor Ransmayr
Hello Edward & Community, Now that PyQt 5.7 is available as a wheel from https://pypi.python.org/pypi/PyQt5 I tried to install Leo from PyPI into a dedicated virtual environment using Python 3.5. What I found out is not what I had expected: * It did not install Leo 5.3 but Leo 5.0b2 - See *

Re: Issue installing Leo

2016-06-09 Thread Edward K. Ream
On Wed, Jun 8, 2016 at 1:50 PM, rengel wrote: > BTW: >> > > The same happens, when I install leo from leo-editor-master.zip (download > version 05/27/16) . > > Is Leo ready for Python 3.5.1, 64 bit, and > PyQt5-5.6-gpl-Py3.5-Qt5.6.0-x64-2.exe? > ​Don't know. Sometimes it helps to install 32-bit

Re: Issue installing Leo

2016-06-08 Thread rengel
> > BTW: > The same happens, when I install leo from leo-editor-master.zip (download version 05/27/16) . Is Leo ready for Python 3.5.1, 64 bit, and PyQt5-5.6-gpl-Py3.5-Qt5.6.0-x64-2.exe? Reinhard -- You received this message because you are subscribed to the Google Groups "leo-editor" grou

Re: Issue installing Leo

2016-06-08 Thread rengel
> > ​Are there any tracebacks? What exactly does the message box say? > > Edward > Thanks for your answer! No tracebacks. The messaga box is in German. I don't know the exact English wording. My translation: Python doesn't work any longer. A problem has blocked the correct execution of the P

Re: Issue installing Leo

2016-06-07 Thread Edward K. Ream
On Sun, Jun 5, 2016 at 7:38 AM, rengel wrote: > Configuration: > Windows 7 SP1 > python-3-5.1-amd64.exe > PyQt5-5.6-gpl-Py3.5-Qt5.6.0-x64-2.exe > LeoSetup-5.3-final.exe > ​[snip] Changing 'pythonw.exe' to 'python.exe' at least opens a console window, and the program tries to read leoSettings.leo

Issue installing Leo

2016-06-05 Thread rengel
Configuration: Windows 7 SP1 python-3-5.1-amd64.exe PyQt5-5.6-gpl-Py3.5-Qt5.6.0-x64-2.exe LeoSetup-5.3-final.exe Installation setup/paths: D:\bin\python\python35, including PyQt in site-packages (python is encluded in the environment variables) D:\bin\leo\leo53 Automatically generated target of t

Re: Problems installing Leo-5.2-final

2016-03-23 Thread lewis
Here is my install experience with the LeoSetup-5.2-final.exe: Python not found [OK] Click Next to continue [Next] [I Agree] all defaults ticked, [Next] C:\Program Files (x86)\Leo-5.2-final [Next] Browse to python folder Python27 [Next] Choose start menu folder Leo [Install] Click finish to

Re: Problems installing Leo-5.2-final

2016-03-22 Thread Edward K. Ream
On Sun, Mar 20, 2016 at 12:07 PM, rengel wrote: > I just tried to install Leo using LeoSetup-5.2-final.exe. > Immediately I get the message 'Python not found' though Python is > installed on my system and registered in the environment. > > Later on the installer asked for the path to the Python i

Problems installing Leo-5.2-final

2016-03-20 Thread rengel
I just tried to install Leo using LeoSetup-5.2-final.exe. Immediately I get the message 'Python not found' though Python is installed on my system and registered in the environment. Later on the installer asked for the path to the Python interpreter, so that I could enter the missing path. Then

Re: Installing Leo

2015-03-01 Thread 'Terry Brown' via leo-editor
On Sun, 1 Mar 2015 11:54:45 -0800 (PST) Mike Rinaldi wrote: > how do I install Leo5.0-final? I have downloaded the latest release > from the Leo website. Extracted the files to my Home directory. > Opened the terminal and tried to run the leo-install.py file. > Nothing.. I'm fairly new to Ubu

Installing Leo

2015-03-01 Thread Mike Rinaldi
how do I install Leo5.0-final? I have downloaded the latest release from the Leo website. Extracted the files to my Home directory. Opened the terminal and tried to run the leo-install.py file. Nothing.. I'm fairly new to Ubuntu and using the terminal so, obviously I'm doing something wrong

Re: Installing Leo Mint

2014-06-26 Thread Edward K. Ream
On Wed, Jun 25, 2014 at 1:26 PM, wrote: > I have just installed the latest Linux Mint (v17, Mate), and it's the first > Linux installation that I am actually planning to use, after having tried > and tested many other distros. This has been an interesting discussion. Thanks for all the comments

Re: Installing Leo Mint

2014-06-26 Thread dufriz
>It's tragic if Leo ends up keeping someone stuck in Windows :-} Tragic?!? Rather, you should feel honored ;) BTW, I was not actually planning to abandon Windows altogether, so I guess it is not a major inconvenience, after all. -- You received this message because you are subscribed to the Goo

Re: Installing Leo Mint

2014-06-25 Thread Zoltan Benedek
Don't fear working in command line, it is the most efficient way of working with any computer (in Windows too). Currently I can test it on Kubuntu 14.04, but I had to install a single dependency in order to start the basic Leo: sudo apt-get install python-qt4 wget https://github.com/leo-editor/

Re: Installing Leo Mint

2014-06-25 Thread Jacob Peck
On 6/25/2014 3:33 PM, 'Terry Brown' via leo-editor wrote: On Wed, 25 Jun 2014 20:07:19 +0100 dufriz wrote: On Wed, Jun 25, 2014 at 7:53 PM, 'Terry Brown' via leo-editor Leo hasn't made it into the Ubuntu and related repositories, mostly lack of developer time and developer knowledge, I don'

Re: Installing Leo Mint

2014-06-25 Thread 'Terry Brown' via leo-editor
On Wed, 25 Jun 2014 20:07:19 +0100 dufriz wrote: > On Wed, Jun 25, 2014 at 7:53 PM, 'Terry Brown' via leo-editor > > > Leo hasn't made it into the Ubuntu and related repositories, mostly > > lack of developer time and developer knowledge, I don't know > > anything about building packages. At on

Re: Installing Leo Mint

2014-06-25 Thread dufriz
On Wed, Jun 25, 2014 at 7:53 PM, 'Terry Brown' via leo-editor > Leo hasn't made it into the Ubuntu and related repositories, mostly > lack of developer time and developer knowledge, I don't know anything > about building packages. At one time Ville had a PPA for some releases > of Leo, but those

Re: Installing Leo Mint

2014-06-25 Thread 'Terry Brown' via leo-editor
On Wed, 25 Jun 2014 11:26:03 -0700 (PDT) duf...@gmail.com wrote: > I have just installed the latest Linux Mint (v17, Mate), and it's the > first Linux installation that I am actually planning to use, after > having tried and tested many other distros. > I am having difficulties in finding Leo in t

Re: Installing Leo Mint

2014-06-25 Thread dufriz
On Wed, Jun 25, 2014 at 7:39 PM, Chris George wrote: > > I have moved on and am using Chakra Linux, but installing Leo was pretty > easy. > > > Install the version of python you want, then install pyqt. Then install > git. > > mkdir leo > cd leo > https://git

Re: Installing Leo Mint

2014-06-25 Thread Chris George
HI Dufriz, I have moved on and am using Chakra Linux, but installing Leo was pretty easy. Install the version of python you want, then install pyqt. Then install git. mkdir leo cd leo https://github.com/leo-editor/leo-editor.git I use a script to start leo. #!/bin/bash cd /leo/leo-editor

Re: Installing Leo Mint

2014-06-25 Thread dufriz
Oops, I just realized that I wrote "Leo Mint" in the subject line. What I meant, of course, was "Leo on Linux Mint". -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email

Installing Leo Mint

2014-06-25 Thread dufriz
I have just installed the latest Linux Mint (v17, Mate), and it's the first Linux installation that I am actually planning to use, after having tried and tested many other distros. I am having difficulties in finding Leo in the repository. >From the Synaptic Package Manager's search box I type in

Re: Installing Leo

2012-03-30 Thread Edward K. Ream
On Thu, Mar 29, 2012 at 10:19 PM, TTY wrote: > Operating System: Windows 7 x64 > Python Version: 3.2.2 x64 > Leo Version: Leo Snapshot 2012/03/29 > > I am having a very hard time installing Leo on my Windows 7 machine. My apologies for the troubles you are having. Writing cle

Installing Leo

2012-03-30 Thread TTY
Operating System: Windows 7 x64 Python Version: 3.2.2 x64 Leo Version: Leo Snapshot 2012/03/29 I am haveing a very hard time installing Leo on my Windows 7 machine.I have placed the unzipped Leo folder in my C:\Program FIles. I have downloaded Python 3.2.2, and PyQT and installed them both.I

Re: Need help on installing Leo on a MacBook

2011-06-07 Thread Luby Liao
Ville, thank you so much for your help. Yes, python3.1 interactive interpreter can see PyQt4.QtGui: > holycow-3:Leo-4.9-b2 liao$ python3.1 > Python 3.1.3 (r313:86834, Jun 5 2011, 09:33:28) > [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin > Type "help", "copyright", "credits" or "license"

Re: Need help on installing Leo on a MacBook

2011-06-07 Thread Ville M. Vainio
Can you do "import PyQt4.QtGui"? On Tue, Jun 7, 2011 at 9:27 AM, Luby Liao wrote: > I tried to install Leo on my MacBook Pro running OSX 10.6 and python 3.1: > >> bash-3.2$ cd Leo-4.9-b2 >> bash-3.2$ /sw/bin/python3.1 launchLeo.py >> *** isPython3: True >> Leo requires Qt to be installed. >> >> b

Need help on installing Leo on a MacBook

2011-06-06 Thread Luby Liao
I tried to install Leo on my MacBook Pro running OSX 10.6 and python 3.1: bash-3.2$ cd Leo-4.9-b2 > bash-3.2$ /sw/bin/python3.1 launchLeo.py > *** isPython3: True > Leo requires Qt to be installed. > > bash-3.2$ /sw/bin/python3.1 > Python 3.1.3 (r313:86834, Jun 5 2011, 09:33:28) > [GCC 4.2.1 (App

Re: Trouble installing Leo(leo_4.8-1_all.deb) on Ubuntu 11.04

2011-05-16 Thread Edward K. Ream
On Thu, May 5, 2011 at 4:17 PM, Raj wrote: > receiving the following error message: Dependency is not satisfiable: If installing from packages doesn't work, just download the sources from SourceForge: http://sourceforge.net/project/showfiles.php?group_id=3458&package_id=29106 Unpack the sou

Trouble installing Leo(leo_4.8-1_all.deb) on Ubuntu 11.04

2011-05-05 Thread Raj
receiving the following error message: Dependency is not satisfiable: python (< 2.7) Ubuntu 11.04 comes with Python 2.7.1+(default) Tried installing using "sudo dpkg -i leo_4.8-1_all.deb" Selecting previously deselected package leo. (Reading database ... 153989 files and directories currently ins

Re: Trouble installing Leo

2011-04-27 Thread Robert Solovay
Thanks. That seems to have done the trick. -- Bob Solovay On Wed, Apr 27, 2011 at 9:18 PM, Matt Wilkie wrote: > If you're using a gnome based linux desktop (e.g. ubuntu), pressing > [ctrl]-[h] will show/hide dot files and directories. An alternative is > to [ctrl]-[L] to put focus on the locatio

Re: Trouble installing Leo

2011-04-27 Thread Matt Wilkie
If you're using a gnome based linux desktop (e.g. ubuntu), pressing [ctrl]-[h] will show/hide dot files and directories. An alternative is to [ctrl]-[L] to put focus on the location bar (similar to url bar in a browser) and add "/.leo" to "/home/bob" -matt On Wed, Apr 27, 2011 at 8:55 PM, Robert

Trouble installing Leo

2011-04-27 Thread Robert Solovay
I am trying to follow the directions (in a prior letter of Terry Brown): He says: (begin quote) Under the help menu, Open quickstart.leo In the Configuration node of that file, it tells you how to set up your own myLeoSettings.leo file, (end quote) The configuration file has the following direc

Re: Trouble installing Leo

2011-04-17 Thread Ville M. Vainio
That error is harmless, if annoying (caused by syntax error in deprecated plugin as you can see). Installation will still work just fine. On Sun, Apr 17, 2011 at 10:22 AM, Robert Solovay wrote: > I am using Ubuntu 10.04 > > I downloaded the current version of Leo from Sourceforge and executed >

Trouble installing Leo

2011-04-17 Thread Robert Solovay
I am using Ubuntu 10.04 I downloaded the current version of Leo from Sourceforge and executed the command: sudo dpkg -i leo_4.8-1_all.deb I got the following error message: SyntaxError: ('invalid syntax', ('/usr/lib/pymodules/python2.6/leo/ plugins/old_plugin_manager.py', 1389, 37, '

Re: installing leo on Ubuntu

2010-09-28 Thread Edward K. Ream
On Mon, Sep 27, 2010 at 10:27 AM, Terry Brown wrote: >> That's slightly worrysome when you've >> forgotten all about Leo and LeoN :-) > > I think the error's been corrected on the trunk, so if should trickle through > to the package, probably next time there's a release. Yes, the error has been

Re: installing leo on Ubuntu

2010-09-27 Thread Terry Brown
On Mon, 27 Sep 2010 08:21:25 -0700 (PDT) rogererens wrote: > That's slightly worrysome when you've > forgotten all about Leo and LeoN :-) I think the error's been corrected on the trunk, so if should trickle through to the package, probably next time there's a release. (i.e. I just went lookin

Re: installing leo on Ubuntu

2010-09-27 Thread rogererens
On 27 sep, 15:04, Terry Brown wrote: > --- On Mon, 9/27/10, Matt Wilkie wrote: > > > Also there's an error message on the console during > > install.Not sure > > what it means, but Leo still appears to operate correctly. > > Screenshot > > attached (sorry, couldn't figure out how to copy the > >

Re: installing leo on Ubuntu

2010-09-27 Thread Terry Brown
--- On Mon, 9/27/10, Matt Wilkie wrote: > Also there's an error message on the console during > install.Not sure > what it means, but Leo still appears to operate correctly. > Screenshot > attached (sorry, couldn't figure out how to copy the > console text). A syntax error in the LeoN.py plugin,

Re: installing leo on Ubuntu

2010-09-27 Thread zpcspm
I recall Ville posting on this list about his ubuntu ppa which contains leo. He will have to drop a comment here, since I'm not using ubuntu, and I never tried it. Here is the relevant thread: http://groups.google.com/group/leo-editor/browse_thread/thread/f72aa1583f7456d8/8cbc41f13b7c24c8 -- You

Re: Installing Leo-Editor on Windows

2009-11-02 Thread Edward K. Ream
On Sun, Nov 1, 2009 at 12:46 AM, Matt Wilkie wrote: > > >> PyQt seemed to install correctly and I used the version for Python31. > >> Installed 4.7b and directed to Python31/Lib/site-packages/. > >> Iin shortcut, 4.7b was looking for Python25 which I did change targets > to Python31 which I insta

Re: Installing Leo-Editor on Windows

2009-10-31 Thread Matt Wilkie
>> PyQt seemed to install correctly and I used the version for Python31. >> Installed 4.7b and directed to Python31/Lib/site-packages/. >> Iin shortcut, 4.7b was looking for Python25 which I did change targets to >> Python31 which I installed. I'm not sure Leo works with Python v3, it definitely

Re: Installing Leo-Editor on Windows

2009-10-31 Thread Mike
I've read the above and still having problems with the install (I do agree that the clean version above helped a little) on Windows XP. I tried the 4.7b installer and it doesn't appear to work. Here are a few things I did notice. I am not that familiar with junctions, but did follow the directio

Re: Installing Leo-Editor on Windows

2009-10-25 Thread Matt Wilkie
>      Install Leo. Get Leo’s .zip file from > http://sourceforge.net/projects/leo/ > You can unpack the .zip file anywhere, including Python’s site- > packages folder, for example, C:Python25Libsite-packages The backslashes are being stripped from the web docs. That should be C:\Python25\Lib\si

Re: Installing Leo-Editor on Windows

2009-10-24 Thread Ville M. Vainio
On Sat, Oct 24, 2009 at 3:35 PM, service_call wrote: > I am having a problem installing Leo-Editor on Windows XP.  I guess it > is because I am having a problem understanding the installation > instructions: > > Installing Leo on Windows¶ > >   1. > >  

Installing Leo-Editor on Windows

2009-10-24 Thread service_call
I am having a problem installing Leo-Editor on Windows XP. I guess it is because I am having a problem understanding the installation instructions: Installing Leo on Windows¶ 1. Install Python from http://www.python.org/download/releases/ 2. Install PyQt. Get binary package

Re: Problems when installing Leo

2009-06-17 Thread Edward K. Ream
On Wed, Jun 17, 2009 at 8:14 AM, derwisch < johannes.hues...@med.uni-heidelberg.de> wrote: > > > > On Jun 16, 6:17 pm, "Edward K. Ream" wrote: > > On Tue, Jun 16, 2009 at 10:00 AM, LordMax wrote: > > > It's a bug. > > > > I believe this bug has been fixed in the trunk. > > > > Does it help when

Re: Problems when installing Leo

2009-06-17 Thread derwisch
On Jun 16, 6:17 pm, "Edward K. Ream" wrote: > On Tue, Jun 16, 2009 at 10:00 AM, LordMax wrote: > > It's a bug. > > I believe this bug has been fixed in the trunk. > Does it help when I wait for 4-6-b2? --~--~-~--~~~---~--~~ You received this message because you

Re: Problems when installing Leo

2009-06-16 Thread Edward K. Ream
On Tue, Jun 16, 2009 at 10:00 AM, LordMax wrote: > > Hi > > > (c=None,setting='warn_when_plugins_fail_to_load') > > AttributeError: 'NoneType' object has no attribute 'getBool' > > > > Could anyone give me a clue what I am missing? > > Yes. > It's a bug. I believe this bug has been fixed in the

Re: Problems when installing Leo

2009-06-16 Thread LordMax
Hi > (c=None,setting='warn_when_plugins_fail_to_load') > AttributeError: 'NoneType' object has no attribute 'getBool' > > Could anyone give me a clue what I am missing? Yes. It's a bug. Then easier way is to install a previous version of leo, start it, create your id end install the last leo ve

Re: Problems when installing Leo

2009-06-16 Thread Graham Chiu
I think that one is due to you have a "home" environment variable. You probably need to download a later version. On Tue, Jun 16, 2009 at 6:58 PM, derwisch wrote: > > I am trying to install Leo 4.6 b1 under Windows XP by running Leo-4.6- > b1.exe. > After that, I tried to run launchLeo.py from cm

Problems when installing Leo

2009-06-15 Thread derwisch
I am trying to install Leo 4.6 b1 under Windows XP by running Leo-4.6- b1.exe. After that, I tried to run launchLeo.py from cmd.exe. This is the error message I got: Traceback (most recent call last): File "C:\Programme\Python25\Lib\site-packages\Leo-4-6- b1\launchLeo.py", line 8, in leo.c

Re: Installing Leo Troubles

2009-02-28 Thread Edward K. Ream
On Fri, Feb 27, 2009 at 1:27 PM, Dan White wrote: > > The "install" script does not exist in the Sourceforge version, there > are two ways of making this work: Thanks, Dan, for providing this help. I appreciate it. Edward --~--~-~--~~~---~--~~ You received thi

Re: Installing Leo Troubles

2009-02-27 Thread Dan White
On Thu, Feb 26, 2009 at 5:03 PM, aron wrote: > I am having a bit of trouble with the installation of Leo: > On the command line, after cd-ing to /Leo4-5-1-final, the "chmod u+x > install" command is returning this: > > chmod: cannot access 'install': No such file or directory The "install" scrip

Installing Leo Troubles

2009-02-26 Thread aron
Hi, I hope this finds you well. I am having a bit of trouble with the installation of Leo: On the command line, after cd-ing to /Leo4-5-1-final, the "chmod u+x install" command is returning this: chmod: cannot access 'install': No such file or directory Would you help me in remedying this? Thank

Re: installing leo

2008-10-26 Thread Edward K. Ream
On Sat, Oct 25, 2008 at 11:26 AM, dccateyes <[EMAIL PROTECTED]> wrote: > > It went through the install. At the end there was a message in the > box. *** run_installscript: internal error 0x *** > > It may have installed. I looked under the Python menu to look for > Leo. I don't know wh

Re: installing leo

2008-10-25 Thread dccateyes
It went through the install. At the end there was a message in the box. *** run_installscript: internal error 0x *** It may have installed. I looked under the Python menu to look for Leo. I don't know what to do next to open Leo if it is installed. --~--~-~--~~-

Re: installing leo

2008-10-25 Thread Mike Crowe
The Leo installer didn't work? Why choose to install from source? dccateyes wrote: > I am new to Leo. I learning Joomla and a book mentioned using Leo to > outline your website. I am having trouble installing it. I > downloaded and installed Python. It only let me install for one > user. I

installing leo

2008-10-25 Thread dccateyes
I am new to Leo. I learning Joomla and a book mentioned using Leo to outline your website. I am having trouble installing it. I downloaded and installed Python. It only let me install for one user. I then downloaded and installed Leo. I didn't change anything and it put the install in the di

Re: Installing LEO 4.5.1 with Python 2.6 on WinXP SP3

2008-10-20 Thread Casey (kc)
Thank you Edward. On Oct 20, 9:33 am, "Edward K. Ream" <[EMAIL PROTECTED]> wrote: > On Sat, Oct 18, 2008 at 2:10 PM, Casey (kc) <[EMAIL PROTECTED]> wrote:  Do I have a badly-configured system? > > Yes. > > >  File "c:\python26\lib\lib-tk\Tkinter.py", line 1187, in _configure > >    cnf[x[0][1:]]

Re: Installing LEO 4.5.1 with Python 2.6 on WinXP SP3

2008-10-20 Thread Edward K. Ream
On Sat, Oct 18, 2008 at 2:10 PM, Casey (kc) <[EMAIL PROTECTED]> wrote: > Anyhow I'm having yet another problem with the new installation. When > I start Leo and load any file, including any file available from the > help pulldown menu, I get this log. Do I have a badly-configured > system? Yes

Re: Installing LEO 4.5.1 with Python 2.6 on WinXP SP3

2008-10-18 Thread Casey (kc)
<> Yeah I know I did. I was wrapped around the axle thinking I was having a geriatric moment. Anyhow I'm having yet another problem with the new installation. When I start Leo and load any file, including any file available from the help pulldown menu, I get this log. Do I have a badly-config

Re: Installing LEO 4.5.1 with Python 2.6 on WinXP SP3

2008-10-16 Thread Edward K. Ream
On Thu, Oct 16, 2008 at 8:45 AM, Casey (kc) <[EMAIL PROTECTED]> wrote: > SAXParseException: :4765:0: not well-formed (invalid token) This is a FAQ: http://webpages.charter.net/edreamleo/FAQ.html#my-old-leo-files-won-t-load-using-leo-4-5-or-later-what-should-i-do > I haven't been able to use th

Re: Installing LEO 4.5.1 with Python 2.6 on WinXP SP3

2008-10-16 Thread Casey (kc)
I am getting something very similar. I get: Traceback (most recent call last): File "", line 166, in File "", line 34, in install AssertionError: No python installation found! *** run_installscript: internal error 0x *** So then I run Leo from the command prompt. I run python25 la

Re: Installing LEO 4.5.1 with Python 2.6 on WinXP SP3

2008-10-15 Thread Ville M. Vainio
On Thu, Oct 16, 2008 at 3:20 AM, Edward K. Ream <[EMAIL PROTECTED]> wrote: >> 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 >>from setuptools import setup,find_packages >> ImportError:

<    1   2   3   >