nautilus-git icon indicating copy to clipboard operation
nautilus-git copied to clipboard

Fedora 30 with copr

Open jonatasalves-hotmart opened this issue 4 years ago • 1 comments

Hi, When I run:

dnf copr enable -y heikoada/nautilus-git
dnf install nautilus-git
nautilus -q 

I get this error:

Traceback (most recent call last):
  File "/usr/share/nautilus-python/extensions/nautilus-git.py", line 39, in <module>
    from utils import is_git
  File "/usr/share/nautilus-git/src/utils.py", line 22, in <module>
    from urlparse import urlsplit
ModuleNotFoundError: No module named 'urlparse'

I tried to install the urllib / urlparse package in pip2/pip3 but I can't find them

jonatasalves-hotmart avatar Sep 05 '19 15:09 jonatasalves-hotmart

I was able to fix this by building from source. I hope there will be a fix for the copr version at some point.

ceiphr avatar Sep 29 '19 05:09 ceiphr