Maximus5 / conemu-old-issues

Old issues imported from googlecode. Project was moved to
https://conemu.github.io
6 stars 1 forks source link

Ranger file manager #1742

Open Maximus5 opened 8 years ago

Maximus5 commented 8 years ago

Originally reported on Google Code with ID 1743

Hi is it possible to use ranger file manager(https://github.com/hut/ranger) in ConEmu.
I use Msys2 utilities and have problem of using Ranger.
Seems like redrawing and arrangement of the text is not proper.

Reported by 8lavian on 2014-10-05 15:09:18

Maximus5 commented 8 years ago
You must ask its author about it.
ConEmu is "just a Windows terminal".
If ranger will be able to be running in the standard Windows console - it will be working
in the ConEmu too.

But I recommend to check the FarManager as file manager. I believe it is best choice
when you are on Windows.

Reported by ConEmu.Maximus5 on 2014-10-05 16:55:22

Maximus5 commented 8 years ago
BTW

C:\Python27\ranger-1.6.1>python ranger.py
Traceback (most recent call last):
  File "ranger.py", line 40, in <module>
    sys.exit(ranger.main())
  File "C:\Python27\ranger-1.6.1\ranger\core\main.py", line 13, in main
    from ranger.container.settings import Settings
  File "C:\Python27\ranger-1.6.1\ranger\container\settings.py", line 7, in <module>
    from ranger.gui.colorscheme import _colorscheme_name_to_class
  File "C:\Python27\ranger-1.6.1\ranger\gui\colorscheme.py", line 29, in <module>
    from curses import color_pair
  File "C:\Python27\lib\curses\__init__.py", line 15, in <module>
    from _curses import *
ImportError: No module named _curses

Reported by ConEmu.Maximus5 on 2014-10-05 17:01:19

Maximus5 commented 8 years ago
I also got this when I downloaded from gnu. But then I used the github version (nongnu).

Reported by 8lavian on 2014-10-08 21:13:27

Maximus5 commented 8 years ago
I've downloaded it from github. But the ranger is not standalone product, it relates
of the python and "_curses". And I'm not sure how it must be "installed".

Reported by ConEmu.Maximus5 on 2014-10-08 21:16:31

Maximus5 commented 8 years ago
Yes, I see. Sorry for misleading answer. I did not look closely at the problem.

I use Msys2 python and curses distribution that is how I run it.

Reported by 8lavian on 2014-10-08 21:31:28

Maximus5 commented 8 years ago
I reported an issue to Ranger's guys. Lets see what they will say. 
https://github.com/hut/ranger/issues/163

Reported by 8lavian on 2014-10-08 21:32:43