Public bug reported:

Executing `python3 /usr/share/netplan/netplan/configmanager.py` causes:
```
  File "/usr/share/netplan/netplan/configmanager.py", line 28, in <module>
    from netplan import libnetplan
ModuleNotFoundError: No module named 'netplan'
```

As the `libnetplan` module is in the same directory it's possible to fix
the error by changing `from netplan import libnetplan` to `import
libnetplan`

** Affects: netplan.io (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055445

Title:
  configmanager fails to import libnetplan

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2055445/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to