Re: Segmentation fault when run Leo on Linux

2018-04-12 Thread Edward K. Ream
On Wed, Apr 11, 2018 at 10:05 PM, Brandon Hall  wrote:

> I am still getting the Seg fault after attempting to install it using git
> via the command git clone https://github.com/leo-editor/leo-editor.
>

​In that case, the problem must lie in your installation of other python
tools.

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 from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Segmentation fault when run Leo on Linux

2018-04-11 Thread Brandon Hall


I am still getting the Seg fault after attempting to install it using git 
via the command git clone https://github.com/leo-editor/leo-editor.

On Tuesday, April 10, 2018 at 6:03:19 AM UTC-7, Edward K. Ream wrote:


>
> On Mon, Apr 9, 2018 at 9:08 PM, Brandon Hall  > wrote:
>
>> Hello, I installed Leo (5.7) without any issue through pip install leo, 
>> but when I attempt to run Leo, the command line just tells me “Segmentation 
>> fault”. Please help so that I may be able to try Leo out!
>>
> ​Thanks for this detailed report. My apologies for your troubles.
>
> The work-around is to install git and then use git to install Leo.  Please 
> feel free to ask questions about how to do this.
>
> 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 from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Segmentation fault when run Leo on Linux

2018-04-10 Thread Sebastian Silva
Hi Edward,

Thanks for Leo. Still trying to figure it out. I installed on Debian
GNU/Linux 9.3 (Stretch) from Git.

I also found a Segmentation Fault when I attempted to run PyLint from
the UI.

Here's the logs in the terminal (nothing stands out, just segmentation
fault at the end, and crash).

(...)
:2: (WARNING/2) Inline substitution_reference start-string
without end-string.
:5: (WARNING/2) Block quote ends without a blank line;
unexpected unindent.
:3: (ERROR/3) Unexpected indentation.
no pylint configuration file found in
/home/icarito/.leo/pylint-leo-rc.txt
/home/icarito/Proyectos/leo-editor/leo/test/pylint-leo-rc.txt
Violación de segmento (`core' generado)

Regards and Thanks,

Sebastian


On 10/04/18 08:03, Edward K. Ream wrote:
>
>
> On Mon, Apr 9, 2018 at 9:08 PM, Brandon Hall  > wrote:
>
> Hello, I installed Leo (5.7) without any issue through |pip
> install leo|, but when I attempt to run Leo, the command line just
> tells me “Segmentation fault”. Please help so that I may be able
> to try Leo out!
>
> ​Thanks for this detailed report. My apologies for your troubles.
>
> The work-around is to install git and then use git to install Leo. 
> Please feel free to ask questions about how to do this.
>
> 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 from it, send
> an email to leo-editor+unsubscr...@googlegroups.com
> .
> To post to this group, send email to leo-editor@googlegroups.com
> .
> Visit this group at https://groups.google.com/group/leo-editor.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Segmentation fault when run Leo on Linux

2018-04-10 Thread Edward K. Ream
On Mon, Apr 9, 2018 at 9:08 PM, Brandon Hall  wrote:

> Hello, I installed Leo (5.7) without any issue through pip install leo,
> but when I attempt to run Leo, the command line just tells me “Segmentation
> fault”. Please help so that I may be able to try Leo out!
>
​Thanks for this detailed report. My apologies for your troubles.

The work-around is to install git and then use git to install Leo.  Please
feel free to ask questions about how to do this.

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 from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Segmentation fault when run Leo on Linux

2018-04-10 Thread Brandon Hall


Hello, I installed Leo (5.7) without any issue through pip install leo, but 
when I attempt to run Leo, the command line just tells me “Segmentation 
fault”. Please help so that I may be able to try Leo out!

>>> import leo# 
>>> /home/brandon/anaconda3/lib/python3.6/site-packages/leo/__pycache__/__init__.cpython-36.pyc
>>>  matches 
>>> /home/brandon/anaconda3/lib/python3.6/site-packages/leo/__init__.py# code 
>>> object from 
>>> '/home/brandon/anaconda3/lib/python3.6/site-packages/leo/__pycache__/__init__.cpython-36.pyc'import
>>>  'leo' # <_frozen_importlib_external.SourceFileLoader object at 
>>> 0x7f105bff2550>

and then the output after running leo.run() got cut off at the following:

# extension module '_blake2' executed from 
'/home/brandon/anaconda3/lib/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so'
import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 
0x7f105a3ddfd0># extension module '_sha3' loaded from 
'/home/brandon/anaconda3/lib/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so'#
 extension module '_sha3' executed from 
'/home/brandon/anaconda3/lib/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so'
import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 
0x7f105a3e2128>
import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 
0x7f105a3d1e48># 
/home/brandon/anaconda3/lib/python3.6/__pycache__/bisect.cpython-36.pyc matches 
/home/brandon/anaconda3/lib/python3.6/bisect.py# code object from 
'/home/brandon/anaconda3/lib/python3.6/__pycache__/bisect.cpython-36.pyc'# 
extension module '_bisect' loaded from 
'/home/brandon/anaconda3/lib/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so'#
 extension module '_bisect' executed from 
'/home/brandon/anaconda3/lib/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so'
import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 
0x7f105a3dd7b8>
import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 
0x7f105a3dd358># extension module '_random' loaded from 
'/home/brandon/anaconda3/lib/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so'#
 extension module '_random' executed from 
'/home/brandon/anaconda3/lib/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so'
import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 
0x7f105a3dd2b0>
import 'random' # <_frozen_importlib_external.SourceFileLoader object at 
0x7f105a3ce6a0>
import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 
0x7f105b128f98># 
/home/brandon/anaconda3/lib/python3.6/urllib/__pycache__/parse.cpython-36.pyc 
matches /home/brandon/anaconda3/lib/python3.6/urllib/parse.py# code object from 
'/home/brandon/anaconda3/lib/python3.6/urllib/__pycache__/parse.cpython-36.pyc'
import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 
0x7f105a3d1d30># extension module 'binascii' loaded from 
'/home/brandon/anaconda3/lib/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so'#
 extension module 'binascii' executed from 
'/home/brandon/anaconda3/lib/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so'
import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 
0x7f105b155898>
import 'leo.core.leoGlobals' # <_frozen_importlib_external.SourceFileLoader 
object at 0x7f105b155dd8># 
/home/brandon/anaconda3/lib/python3.6/site-packages/leo/core/__pycache__/leoApp.cpython-36.pyc
 matches 
/home/brandon/anaconda3/lib/python3.6/site-packages/leo/core/leoApp.py# code 
object from 
'/home/brandon/anaconda3/lib/python3.6/site-packages/leo/core/__pycache__/leoApp.cpython-36.pyc'#
 
/home/brandon/anaconda3/lib/python3.6/site-packages/leo/core/__pycache__/leoExternalFiles.cpython-36.pyc
 matches 
/home/brandon/anaconda3/lib/python3.6/site-packages/leo/core/leoExternalFiles.py#
 code object from 
'/home/brandon/anaconda3/lib/python3.6/site-packages/leo/core/__pycache__/leoExternalFiles.cpython-36.pyc'#
 /home/brandon/anaconda3/lib/python3.6/__pycache__/getpass.cpython-36.pyc 
matches /home/brandon/anaconda3/lib/python3.6/getpass.py# code object from 
'/home/brandon/anaconda3/lib/python3.6/__pycache__/getpass.cpython-36.pyc'# 
extension module 'termios' loaded from 
'/home/brandon/anaconda3/lib/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so'#
 extension module 'termios' executed from 
'/home/brandon/anaconda3/lib/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so'
import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 
0x7f1058cb7f60>
import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 
0x7f1058cb7b38>
import 'leo.core.leoExternalFiles' # 
<_frozen_importlib_external.SourceFileLoader object at 0x7f1058cada90># 
/home/brandon/anaconda3/lib/python3.6/__pycache__/optparse.cpython-36.pyc 
matches /home/brandon/anaconda3/lib/python3.6/optparse.py# code object from