Dear Matt and Viktor, thank you very much for your help. I have tried everything I could but everything failed. Finally, I have decided to reinstall Python and the recommended installation process by Matt went smoothly :). So maybe there was something wrong with my Python.
I have a couple of more question but I will make a separate post for them :). I guess it is better to do in that way. Thank you very much again, best Jan On Sunday, 19 April 2020 18:22:11 UTC+2, Matt Wilkie wrote: > > Hello Jan, > > The most solid way is to install from sources ( > https://leoeditor.com/installing.html#installing-leo-from-sources-all-platforms) > > but unfortunately it's not the friendliest route for non-comandline folk. > > Overview: > > 1. Install python (v3.6+) > 2. Download Leo sources, and unpack somehwere convenient (e.g. > c:\apps\leo-editor) > 3. Install with pip from a python enabled command prompt : > pip install --editable c:\apps\leo-editor > 4. Run leo. > > From your reported errors step 3 wasn't run or something went wrong with > it (the dependent library PyQt5 wasn't installed, and probably others). > > Anaconda specific for Windows: > > *Start >> Anaconda Shell*, then: > > python --version > pip install --editable c:\apps\leo-editor > leo-messages > > The Pip install part will output a lot of messages. Generally the first > and last 10 lines or so are most useful for troubleshooting. > > cheers, > > -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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/71d290d7-9afa-4a5a-a31c-00314de50d0a%40googlegroups.com.
