*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 unzip leo-editor-devel.zip # rename the resultant folder something reasonable mv leo-editor-leo-editor-96b7679 leo-editor cd ~/leo.editor pip3 install --editable ./ ================================================================= On Thu, 7 Feb 2019 at 10:05, vitalije <[email protected]> wrote: > > >> 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 command from the unzipped leo-editor > folder. > cd leo-editor > pip3 install --editable ./ > > There was suggestion earlier in this thread to do like this. Perhaps now, > when you already have python3-pyqt5 installed, it will work. > HTH Vitalije > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/leo-editor. > For more options, visit https://groups.google.com/d/optout. > -- John Kane Kingston ON Canada -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
