Re: Need help installing Leo on Windows

2022-10-07 Thread User User
mail.com >>>>>> wrote: >>>>>> >>>>>>> I also tried to avoid cloud storage and whitespace issues by copying >>>>>>> Leo to another folder, but it did not help either: >>>>>>> C:\Users\user>pip install -e

Re: Need help installing Leo on Windows

2022-10-07 Thread Thomas Passin
path to a local project or a VCS URL (beginning with bzr+http, >>>>>> bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, >>>>>> git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, >>>>>> hg+ssh, >>>>>

Re: Need help installing Leo on Windows

2022-10-07 Thread User User
ent. It should either >>>>>> be a path to a local project or a VCS URL (beginning with bzr+http, >>>>>> bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, >>>>>> git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, >>&

Re: Need help installing Leo on Windows

2022-10-03 Thread Thomas Passin
t;>>>> Hi everyone, >>>>>> >>>>>> many thanks to Edward and the community for beautiful Leo. Need your >>>>>> help installing it on Windows. >>>>>> >>>>>> I usually work in Linux and install Leo suc

Re: Need help installing Leo on Windows

2022-10-03 Thread User User
chLeo.py with gui=qt >>>>> key. >>>>> However, it did not work for me in Windows. >>>>> >>>>> I already have Python and Qt on my PC. This is what I tried: >>>>> C:\Users\user>python C:\Users\user\OneDriv

Need help installing Leo on Windows

2022-10-03 Thread User User
rom sources recommendations I get: C:\Users\user>pip install -editable C:\Users\user\OneDrive - User\Apps\Leo\leo-editor-6.3 ERROR: Directory 'C:\\Users\\user\\OneDrive' is not installable. Neither 'setup.py' nor 'pyproject.toml' found. "Installing Leo with pip" recommendation did

Re: Need help installing Leo on Windows

2022-10-03 Thread User User
e - >> User\Apps\Leo\leo-editor-6.3 >> ERROR: Directory 'C:\\Users\\user\\OneDrive' is not installable. Neither >> 'setup.py' nor 'pyproject.toml' found. >> >> "Installing Leo with pip" recommendation did not work for me either. >> Also, I prefer Leo 6.3. >&g

Re: Need help installing Leo on Windows

2022-10-03 Thread User User
t; When I try to run pip install according to Installing from sources > recommendations I get: > C:\Users\user>pip install -editable C:\Users\user\OneDrive - > User\Apps\Leo\leo-editor-6.3 > ERROR: Directory 'C:\\Users\\user\\OneDrive' is not installable. Neither > 'setup.py' nor 'p

Re: Need help installing Leo on Windows

2022-10-03 Thread Thomas Passin
s: can't find '__main__' module in 'C:\\Users\\user\\OneDrive' >>>> >>>> When I try to run pip install according to Installing from sources >>>> recommendations I get: >>>> C:\Users\user>pip install -editable C:\Users\user\OneDrive - >>&

Re: Need help installing Leo on Windows

2022-10-03 Thread Thomas Passin
User\Apps\Leo\leo-editor-6.3\launchLeo.py --gui=qt >>> It fails: can't find '__main__' module in 'C:\\Users\\user\\OneDrive' >>> >>> When I try to run pip install according to Installing from sources >>> recommendations I get: >>> C:\Users\user>pip ins

Nice file to help with installing Leo

2020-07-23 Thread Félix
Hi! Just thought Id mentions this, I've installed Leo many times, and when installing on many debian based linux distros (the most common) an xml "mimetype' file is often required to have icons and menu entries to access leo and open leo files by clicking on their icons, etc. The file I'm

Re: Question related to 'Installing Leo with Git'?

2020-05-04 Thread Viktor Ransmayr
Hello Matt, Am Di., 5. Mai 2020 um 01:25 Uhr schrieb Matt Wilkie : > Doc fixes are always welcome! Good documentation is hard and rarely done > well alone. > > Is there anything specific to Leo, that should be considered in addition >> to the available information on GitHub on how to deliver

Re: Question related to 'Installing Leo with Git'?

2020-05-04 Thread Matt Wilkie
Doc fixes are always welcome! Good documentation is hard and rarely done well alone. Is there anything specific to Leo, that should be considered in addition to > the available information on GitHub on how to deliver PRs? > Nothing that I can think of. Anything that might bere there can be

Re: Question related to 'Installing Leo with Git'?

2020-05-03 Thread Viktor Ransmayr
ld be to deliver a simple change, e.g. fixing the simple typo ``git chekout devel`` in * .../leo-editor/leo/doc/LeoDocs.leo#Leo's Documentation-->Installing & running Leo-->@rst html/installing.html-->Installing Leo itself-->Installing Leo with git as a pull request (PR) fo

Re: Question related to 'Installing Leo with Git'?

2020-04-27 Thread Edward K. Ream
On Sun, Apr 26, 2020 at 8:42 PM Matt Wilkie wrote: > Drat. You may have to add back those words. >> > > Done :) > Thanks, Matt. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails

Re: Question related to 'Installing Leo with Git'?

2020-04-26 Thread Matt Wilkie
> > Drat. You may have to add back those words. > Done :) matt -- 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 to leo-editor+unsubscr...@googlegroups.com. To view

Re: Question related to 'Installing Leo with Git'?

2020-04-26 Thread Matt Wilkie
> > 4. I get confused after a time when I set up more than a few virtual > environments, because I forget what they were all for and what the state of > their libraries and configuration is. This way I don't need those virtual > environments. > Changing PYTHONPATH between d:\code\leo-devel

Re: Question related to 'Installing Leo with Git'?

2020-04-26 Thread Edward K. Ream
On Sat, Apr 25, 2020 at 6:35 PM Matt Wilkie wrote: > > As the footnoted reference says, If you install from Git, you can get the >> latest development versions. What it does not say is that the latest >> development version is usually not in the "master" branch of the git >> repository. It is

Re: Question related to 'Installing Leo with Git'?

2020-04-25 Thread Thomas Passin
I am going to reiterate here something I posted in another thread. If you want to use the git method (or indeed run from a downloaded unzipped archive), there is another way to set up your system besides virtual environments or pip install --editable. I do it this way because I have the

Re: Question related to 'Installing Leo with Git'?

2020-04-25 Thread Matt Wilkie
> As the footnoted reference says, If you install from Git, you can get the > latest development versions. What it does not say is that the latest > development version is usually not in the "master" branch of the git > repository. It is usually in the "devel" branch. > Good point, I

Re: Question related to 'Installing Leo with Git'?

2020-04-25 Thread Thomas Passin
> [snip] > > Why should I prefer this method, if I don't get anything else than if I > would simple do a 'pip install leo'? - What am I missing? > > With kind regards, > > Viktor > > --- > [1] https://leoeditor.com/installing.html#installing-leo-with-git >

Re: Question related to 'Installing Leo with Git'?

2020-04-25 Thread Viktor Ransmayr
er`, `git checkout devel` or `git >checkout v6.0`. > > This is the main point (IMO) , that should be added to the description of "Installing Leo with Git" [1]. > >- >- you have all the files in the root directory so when opening certain >.leo fi

Re: Question related to 'Installing Leo with Git'?

2020-04-25 Thread Matt Wilkie
> > Why should I prefer this method, if I don't get anything else than if I > would simple do a 'pip install leo'? - What am I missing? > - Upgrades are faster and easier, a simple `git pull` and you're done. Only the new and changed files are downloaded. With a pip upgrade a full

Question related to 'Installing Leo with Git'?

2020-04-25 Thread Viktor Ransmayr
efer this method, if I don't get anything else than if I would simple do a 'pip install leo'? - What am I missing? With kind regards, Viktor --- [1] https://leoeditor.com/installing.html#installing-leo-with-git -- You received this message because you are subscribed to the Google Groups "l

Re: docs: Installing Leo from sources (all platforms)

2019-10-20 Thread Matt Wilkie
> > I leave the technical details for Matt to explain - but - we now finally > reached a state, where the underlying issue is clearly identified :-) > https://github.com/leo-editor/leo-editor/issues/1415 - Leo crashes on startup with unexpected exception loading session and then unexpected

Re: docs: Installing Leo from sources (all platforms)

2019-10-20 Thread Matt Wilkie
> > I can demonstrate, that such an installation works, if the "Leo-devel" >> instance starts w/o an existing '~/.leo' directory - and - on the other >> hand consistently fails, when my existing '~/.leo' directory is used. >> > > Well done, Viktor. Thanks for your persistence. > Viktor's

Re: docs: Installing Leo from sources (all platforms)

2019-10-19 Thread Edward K. Ream
On Sat, Oct 19, 2019 at 4:20 AM Viktor Ransmayr wrote: I leave the technical details for Matt to explain - but - we now finally > reached a state, where the underlying issue is clearly identified :-) > > I can demonstrate, that such an installation works, if the "Leo-devel" > instance starts w/o

Re: docs: Installing Leo from sources (all platforms)

2019-10-19 Thread Viktor Ransmayr
Hello Edward, Am Mo., 14. Okt. 2019 um 08:54 Uhr schrieb Edward K. Ream < edream...@gmail.com>: > > Viktor, Matt, > > Please take this discussion offline, and summarize your results on > leo-editor when you have resolved this. > I leave the technical details for Matt to explain - but - we now

Re: docs: Installing Leo from sources (all platforms)

2019-10-14 Thread Matt Wilkie
> Please take this discussion offline, and summarize your results on > leo-editor when you have resolved this. > Yeah, this is pretty noisy. -matt -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop

Re: docs: Installing Leo from sources (all platforms)

2019-10-14 Thread Edward K. Ream
On Mon, Oct 14, 2019 at 12:51 AM Viktor Ransmayr wrote: Viktor, Matt, Please take this discussion offline, and summarize your results on leo-editor when you have resolved this. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To

Re: docs: Installing Leo from sources (all platforms)

2019-10-13 Thread Viktor Ransmayr
Hello Matt; Am Sonntag, 13. Oktober 2019 22:23:48 UTC+2 schrieb Matt Wilkie: > > > Viktor does this work? (adjust to wherever launchLeo.py is): > > python C:\Users\Viktor\pyve\github\leo-devel\launchLeo.py > No. - See "Log-001" > Pfad nicht finden: >>

Re: docs: Installing Leo from sources (all platforms)

2019-10-13 Thread Matt Wilkie
Viktor does this work? (adjust to wherever launchLeo.py is): python C:\Users\Viktor\pyve\github\leo-devel\launchLeo.py > Pfad nicht finden: > 'C:/users/viktor/pyve/ve4ileo/lib/site-packages/leo/doc/quickstart.leo' > [...] > (leo-devel) PS

Re: docs: Installing Leo from sources (all platforms)

2019-10-13 Thread Viktor Ransmayr
Hello Matt, Am Samstag, 12. Oktober 2019 15:43:05 UTC+2 schrieb Viktor Ransmayr: > > Am Samstag, 12. Oktober 2019 14:10:24 UTC+2 schrieb Viktor Ransmayr: >> >> Am Do., 10. Okt. 2019 um 10:30 Uhr schrieb Matt Wilkie > >: >> >>> I just pushed 51ca4f21b956beced0951de02a399e56a070ca01 which contains

Re: docs: Installing Leo from sources (all platforms)

2019-10-12 Thread Edward K. Ream
On Sat, Oct 12, 2019 at 7:10 AM Viktor Ransmayr wrote: > > @Edward: Has been a deliberate design decision of your side & if yes, > please explain why? > I'm delegating all choices to Matt. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor"

Re: docs: Installing Leo from sources (all platforms)

2019-10-12 Thread Matt Wilkie
> > PS C:\Users\Viktor\pyve\github\leo-devel> pip install --editable ./devel > > ERROR: File "setup.py" not found. Directory cannot be installed in > editable mode: C:\Users\Viktor\pyve\github\leo-devel\devel > 1 dir too deep. The path needs to

Re: docs: Installing Leo from sources (all platforms)

2019-10-12 Thread Matt Wilkie
> > Direct ``pip install >> https://github.com/leo-editor/leo-editor/archive/devel.zip`` >> does *not* >> work. For proper operation Leo relies on presence of certain files outside >> of the standard Python `site-packages` folder

Re: docs: Installing Leo from sources (all platforms)

2019-10-12 Thread Viktor Ransmayr
Hello Matt, Am Samstag, 12. Oktober 2019 17:10:17 UTC+2 schrieb Viktor Ransmayr: > > Am Sa., 12. Okt. 2019 um 15:43 Uhr schrieb Viktor Ransmayr < > viktor.ransm...@gmail.com>: > >> Am Samstag, 12. Oktober 2019 14:10:24 UTC+2 schrieb Viktor Ransmayr: >>> >>> Am Do., 10. Okt. 2019 um 10:30 Uhr

Re: docs: Installing Leo from sources (all platforms)

2019-10-12 Thread Viktor Ransmayr
Hello Matt, Am Sa., 12. Okt. 2019 um 15:43 Uhr schrieb Viktor Ransmayr < viktor.ransm...@gmail.com>: > Hello Matt, > > Am Samstag, 12. Oktober 2019 14:10:24 UTC+2 schrieb Viktor Ransmayr: >> >> Am Do., 10. Okt. 2019 um 10:30 Uhr schrieb Matt Wilkie > >: >> >>> I just pushed

Re: docs: Installing Leo from sources (all platforms)

2019-10-12 Thread Viktor Ransmayr
Hello Matt, Am Samstag, 12. Oktober 2019 14:10:24 UTC+2 schrieb Viktor Ransmayr: > > Hello Matt, hello Edward, > > Am Do., 10. Okt. 2019 um 10:30 Uhr schrieb Matt Wilkie : > >> I just pushed 51ca4f21b956beced0951de02a399e56a070ca01 which contains >> generic install-from-source instructions for

Re: docs: Installing Leo from sources (all platforms)

2019-10-12 Thread Viktor Ransmayr
Hello Matt, hello Edward, Am Do., 10. Okt. 2019 um 10:30 Uhr schrieb Matt Wilkie : > I just pushed 51ca4f21b956beced0951de02a399e56a070ca01 which contains > generic install-from-source instructions for all platforms. It might need > some format tuning and perhaps other edting. I think it could

Re: docs: Installing Leo from sources (all platforms)

2019-10-10 Thread Edward K. Ream
be merged with a couple of the following nodes. Or at least something to > improve the flow and reduce redundancy. Have at 'er. ;-) > > > *.../leo-editor/leo/doc/LeoDocs.leo#Leo's Documentation-->Installing & > running Leo-->@rst html/installing.html-->Installing Leo > itself-->

docs: Installing Leo from sources (all platforms)

2019-10-10 Thread Matt Wilkie
to improve the flow and reduce redundancy. Have at 'er. ;-) *.../leo-editor/leo/doc/LeoDocs.leo#Leo's Documentation-->Installing & running Leo-->@rst html/installing.html-->Installing Leo itself-->Installing Leo from sources (all platforms)* QQQ Generic recipe for all platforms. Adju

Re: problem installing Leo on Linux

2019-08-05 Thread Matt Wilkie
you're welcome geoff, and welcome aboard too :) -- 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 to leo-editor+unsubscr...@googlegroups.com. To view this discussion

Re: problem installing Leo on Linux

2019-08-05 Thread Geoff Evans
That worked! Leo starts nicely now. Many thanks Matt and Vitalije. geoff On Monday, 5 August 2019 13:33:44 UTC-2:30, Matt Wilkie wrote: > > PyQt v5.13.0 should work, it does for sure on Windows. Is PyQtWebEngine > installed? Try `pip show PyQtWebEngine`. If not then try `pip install >

Re: problem installing Leo on Linux

2019-08-05 Thread Matt Wilkie
PyQt v5.13.0 should work, it does for sure on Windows. Is PyQtWebEngine installed? Try `pip show PyQtWebEngine`. If not then try `pip install PyQtWebEngine`. It's supposed to be installed automatically but adding it as a distinct package was a change added recently

Re: problem installing Leo on Linux

2019-08-05 Thread Geoff Evans
Thanks Vitalje I get: 5.13.0 On Monday, 5 August 2019 08:24:03 UTC-2:30, vitalije wrote: > > Most probably it is the PyQt5 version that is newer than Leo expects. > Try executing the following line in the terminal. > python -c "from PyQt5 import Qt;print(Qt.qVersion())" > > And report here what

Re: problem installing Leo on Linux

2019-08-05 Thread vitalije
Most probably it is the PyQt5 version that is newer than Leo expects. Try executing the following line in the terminal. python -c "from PyQt5 import Qt;print(Qt.qVersion())" And report here what is the output you get. I remember having to install an older version of PyQt5 in order to make Leo

problem installing Leo on Linux

2019-08-05 Thread Geoff Evans
I'm using Leo happily on different computers and operating systems, but when I try to install on a new Linux computer I run into trouble. I started by installing Anaconda (version current as of the week before last) as Edward suggests, and then followed instructions on the leoeditor.com web

Re: Problem installing Leo under 18.04

2019-02-27 Thread Brian Theado
Vitalije, On Fri, Feb 15, 2019 at 12:57 PM vitalije wrote: > By the way, two days ago I have installed Ubuntu 18.04 on the new > computer, and full anaconda distribution of Python3. Then I have cloned Leo > repository and when I tried to start it, Leo exited with the core dump each > time. But

Re: Problem installing Leo under 18.04

2019-02-16 Thread Matt Wilkie
> > Thanks to you and Matt for all the help. > You're welcome :) The world of command line incantations and the intricate web of software and platform dependencies is indeed a strange one. It's easy to forget that after being here so long. I'm sure you'll get your sea legs; you have

Re: Problem installing Leo under 18.04

2019-02-15 Thread John Kane
On Friday, February 15, 2019 at 12:57:16 PM UTC-5, vitalije wrote: > > > >> Is *python3* an integral part of the command or does it mean I should >> run it in *Python3*? >> > > Yes python3 is a program that will execute python scripts. You should > supply your path to the folder you installed

Re: Problem installing Leo under 18.04

2019-02-15 Thread vitalije
> > Is *python3* an integral part of the command or does it mean I should run > it in *Python3*? > Yes python3 is a program that will execute python scripts. You should supply your path to the folder you installed Leo in. Replace 'path/to/leo-editor' in the above command with the real path

Re: Problem installing Leo under 18.04

2019-02-15 Thread John Kane
Thanks Matt, but where or how do I run *python3 path/to/leo-editor/launchLeo.py *? Is *python3* an integral part of the command or does it mean I should run it in *Python3*? I have *no *idea how Python works. I once managed to write a four–line Python program but that is about it. At Root or

Re: Problem installing Leo under 18.04

2019-02-15 Thread Matt Wilkie
> > > john@jonh-T510:~$ leo > Command 'leo' not found, but can be installed with: > sudo apt install libwww-dict-leo-org-perl > john@jonh-T510:~$ > > Try this: python3 path/to/leo-editor/launchLeo.py I think Leo is installing the launch wrapper scripts to a PYTHONHOME/Scripts directory that

Re: Problem installing Leo under 18.04

2019-02-14 Thread John Kane
I have returned. Due to some slightly stupid things I did (not in Leo!) I decided on a new install of Ubuntu 18.04 Here is the installation script I am using for Leo Install Python sudo apt update sudo apt install python3-pip sudo apt-get install python3-pyqt5 # Combination of instructions

Re: Problem installing Leo under 18.04

2019-02-08 Thread Matt Wilkie
sers/mattw/code/leo-editor/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" develop --no-deps --user --prefix=: Removing build, dist and egg directories Creating entry_points for [OS name - system]: nt

Re: Problem installing Leo under 18.04

2019-02-08 Thread Neal Becker
But python3 setup.py install --user did succeed. On Fri, Feb 8, 2019 at 6:55 AM Neal Becker wrote: > Nope, still no good. I did a fresh zip download, then: > [nbecker@nbecker2 leo-editor]$ pip3 install --user --editable . > Obtaining file:///home/nbecker/leo-editor > Installing build

Re: Problem installing Leo under 18.04

2019-02-08 Thread Neal Becker
Nope, still no good. I did a fresh zip download, then: [nbecker@nbecker2 leo-editor]$ pip3 install --user --editable . Obtaining file:///home/nbecker/leo-editor Installing build dependencies ... done Getting requirements to build wheel ... done ... Installing collected packages: leo Running

Re: Problem installing Leo under 18.04

2019-02-08 Thread Matt Wilkie
On Thursday, 7 February 2019 22:18:51 UTC-8, Matt Wilkie wrote: > > @Matt line 13-14 of the setup.py >> import leo.core.leoGlobals as g >> import leo.core.leoVersion as leoVersion >> won't work if setup.py is executed outside of the leo-editor folder. You >> need to add leo-editor folder to

Re: Problem installing Leo under 18.04

2019-02-07 Thread Matt Wilkie
> > @Matt line 13-14 of the setup.py > import leo.core.leoGlobals as g > import leo.core.leoVersion as leoVersion > won't work if setup.py is executed outside of the leo-editor folder. You > need to add leo-editor folder to sys.path. > Thank you! It would never have occurred to me that

Re: Problem installing Leo under 18.04

2019-02-07 Thread John Kane
*YES!* The Cowardly Lion Logo has appeared! Thank you and Matt for all the time and help. In theory, with pip3 and git installed, this should work? === wget http://github.com/leo-editor/leo-editor/zipball/devel/ --output-file leo-editor-devel.zip

Re: Problem installing Leo under 18.04

2019-02-07 Thread vitalije
@Matt line 13-14 of the setup.py import leo.core.leoGlobals as g import leo.core.leoVersion as leoVersion won't work if setup.py is executed outside of the leo-editor folder. You need to add leo-editor folder to sys.path. Vitalije -- You received this message because you are subscribed to the

Re: Problem installing Leo under 18.04

2019-02-07 Thread vitalije
> > I got Leo to install after I installed* python3-pyqt5 *as Vitalije > suggested but Leo seems only willing to load in the GNOME console. > > Also I used pip rather than *pip3* > It seems like there is an error in setup.py. I hope Matt will fix that. In the meantime try running install

Re: Problem installing Leo under 18.04

2019-02-07 Thread John Kane
On Thursday, February 7, 2019 at 8:18:49 AM UTC-5, Neal Becker wrote: > > I tried also - doesn't work for me either: > > [nbecker@nbecker2 ~]$ pip3 install --editable leo-editor > Obtaining file:///home/nbecker/leo-editor > Installing build dependencies ... done > Getting requirements to

Re: Problem installing Leo under 18.04

2019-02-07 Thread John Kane
On Thursday, February 7, 2019 at 4:44:09 AM UTC-5, vitalije wrote: > > I did a *sudo apt install qt5-default *but I am getting the same error. >> > > You should install python3-pyqt5: > > sudo apt-get install python3-pyqt5 > > This should be enough for running Leo. > > HTH > Vitalije > Hi

Re: Problem installing Leo under 18.04

2019-02-07 Thread vitalije
> > I did a *sudo apt install qt5-default *but I am getting the same error. > You should install python3-pyqt5: sudo apt-get install python3-pyqt5 This should be enough for running Leo. HTH Vitalije -- You received this message because you are subscribed to the Google Groups "leo-editor"

Re: Problem installing Leo under 18.04

2019-02-06 Thread Matt Wilkie
Thanks for the details. The Leo console tkinter errors might be worth opening an issue but will need to wait for Edward to get back. At any rate it's not a problem I would pursue. Tkinter isn't used for Qt gui mode. Console mode works, but is not very much fun relative to the real thing and I

Re: Problem installing Leo under 18.04

2019-02-06 Thread John Kane
Well the *leo-console* was not happy. See code below. I installed* python-tk* as requested. No luck and a simple *leo* returns the same error as I got yesterday. No idea of what is going on at the moment. I saw the *pyqt-??* package mentioned yesterday. I will have a go at tracking it down

Re: Problem installing Leo under 18.04

2019-02-06 Thread Matt Wilkie
I'm curious: also try `*leo-console*`, which will use the ncurses console gui instead of qt. -- 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 to

Re: Problem installing Leo under 18.04

2019-02-06 Thread Matt Wilkie
> > *can not import Qt* *jrkrideau@john-T510:~$* > > I did a *sudo apt install qt5-default *but I am getting the same error. > Closer! It needs to be *pyqt*, though I'm not sure what the actual package name would be. matt -- You received this message because you are subscribed to the

Re: Problem installing Leo under 18.04

2019-02-06 Thread John Kane
On Wednesday, February 6, 2019 at 1:19:47 PM UTC-5, Matt Wilkie wrote: > > No go. I had already tried that based on your earlier post. > > > Hmm. I don't get it (but there's a great many things I don't get about > git. I wish something else had won the revision control developer mind >

Re: Problem installing Leo under 18.04

2019-02-06 Thread Matt Wilkie
> > No go. I had already tried that based on your earlier post. Hmm. I don't get it (but there's a great many things I don't get about git. I wish something else had won the revision control developer mind share.) Anyway a git clone isn't essential, it just makes future updates easier. Try

Re: Problem installing Leo under 18.04

2019-02-06 Thread John Kane
On Wednesday, February 6, 2019 at 6:37:49 AM UTC-5, Matt Wilkie wrote: > > Try this (`git fetch` is the new part): > > cd ~ > sudo apt install git > git clone --depth=200 https://github.com/leo-editor/leo-editor.git > cd ~/leo-editor > *git fetch* > git checkout devel > pip3 install --editable

Re: Problem installing Leo under 18.04

2019-02-06 Thread Matt Wilkie
> Try this (`git fetch` is the new part): > > cd ~ > sudo apt install git > git clone --depth=200 https://github.com/leo-editor/leo-editor.git > cd ~/leo-editor > *git fetch* > git checkout devel > pip3 install --editable ~/leo-editor > at which running `leo` in any terminal window should work.

Re: Problem installing Leo under 18.04

2019-02-06 Thread Matt Wilkie
Try this (`git fetch` is the new part): cd ~ sudo apt install git git clone --depth=200 https://github.com/leo-editor/leo-editor.git cd ~/leo-editor *git fetch* git checkout devel pip3 install --editable ~/leo-editor -- You received this message because you are subscribed to the Google Groups

Re: Problem installing Leo under 18.04

2019-02-06 Thread John Kane
On Wednesday, February 6, 2019 at 12:44:50 AM UTC-5, Matt Wilkie 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 >>>

Re: Problem installing Leo under 18.04

2019-02-05 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 >> <http://www.google.com/url?q=http%3A%2F%2Fleoeditor.com%2Finstalling.html%23installing-f

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

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 >

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

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

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

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

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 >

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

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

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

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

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

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

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

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

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

  1   2   >