giuspen / cherrytree

cherrytree
https://www.giuspen.net/cherrytree/
Other
3.4k stars 461 forks source link

ImportError import builtins on RedHat7.3 #257

Open rodrigcj opened 7 years ago

rodrigcj commented 7 years ago

I am having trouble running cherrytree on RedHat 7.3. The error that presents: [Myuser @ mypc cherrytree-0.38.1] $ cherrytree Traceback (most recent call last):    File "/ usr / bin / cherrytree", line 78, in      F_main (args)    File "/ usr / bin / cherrytree", line 49, in f_main      Import main    File "/usr/share/cherrytree/modules/main.py", line 31, in      Import builtins ImportError: No module named builtins

Does anyone know this error? Or how to solve it. Thank you.

giuspen commented 7 years ago

Are you running with python2?

rodrigcj commented 7 years ago

Yep. [Myuser@mypc ~]$ python -V Python 2.7.5 [Myuser@mypc ~]$

bakbuk commented 7 years ago

Did you try 'pip install future'?