kuthulux / gnome-connection-manager

repository for gnome-connection-manager from kuthulu.com/gcm
Other
68 stars 28 forks source link

ModuleNotFoundError: No module named 'urlregex' after update to 1.2.1 #35

Closed larmedina75 closed 4 years ago

larmedina75 commented 4 years ago

Hi,

An error appears after update to 1.2.1 version.

$ /usr/share/gnome-connection-manager/gnome_connection_manager.py
Traceback (most recent call last):
  File "/usr/share/gnome-connection-manager/gnome_connection_manager.py", line 199, in <module>
    import urlregex
ModuleNotFoundError: No module named 'urlregex'
kuthulux commented 4 years ago

it was an error when uploading the deb/rpm package, download it again and it should work

larmedina75 commented 4 years ago

Fixed!

thank you by your effort and work!