Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Fedora 30 with copr #49

Open
jonatasalves-hotmart opened this issue Sep 5, 2019 · 1 comment
Open

Fedora 30 with copr #49

jonatasalves-hotmart opened this issue Sep 5, 2019 · 1 comment

Comments

@jonatasalves-hotmart
Copy link

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

@ceiphr
Copy link

ceiphr commented Sep 29, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants