bugranger - Bugs: bug #42858, FileNotFoundError, ranger doesn't...

 
 

bug #42858: FileNotFoundError, ranger doesn't start

Submitter:  None
Submitted:  Mon 28 Jul 2014 04:51:33 AM UTC
   
 
Severity:  3 - Normal Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 28 Jul 2014 04:51:33 AM UTC, original submission:  

ranger version: 1.6.1, executed with python 3.4.1
Locale: en_US.UTF-8
Current file: None
Traceback (most recent call last):
  File "/usr/lib/python3.4/site-packages/ranger/core/main.py", line 114, in main
    fm.initialize()
  File "/usr/lib/python3.4/site-packages/ranger/core/fm.py", line 80, in initialize
    enumerate(self.start_paths))
  File "/usr/lib/python3.4/site-packages/ranger/core/fm.py", line 79, in <genexpr>
    self.tabs = dict((n+1, Tab(path)) for n, path in
  File "/usr/lib/python3.4/site-packages/ranger/core/tab.py", line 19, in _init_
    self.path = abspath(expanduser(path))
  File "/usr/lib/python3.4/posixpath.py", line 364, in abspath
    cwd = os.getcwd()
FileNotFoundError: [Errno 2] No such file or directory

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code