> > 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 on your computer. The rest of this path '/launchLeo.py' is file located inside Leo folder. *python3: can't open file 'path/to/leo-editor/launchLeo.py': [Errno 2] No > such file or directory* > > 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 when I started it with the debugger using: python3 -m pdb launchLeo.py Afterwards in the debugger prompt, 'c' for continuing program execution, Leo started normaly. The strange thing is that after that, launching Leo using usual 'python3 launchLeo.py' worked without problems. Perhaps you are seeing the same issue. 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.
