> It's recommended to use the snap going forward. As we will be removing
> charm-tools from the archive.
>
> `snap install charm`
The current version of the charm snap does not provide charm-proof[0],
so in the meantime I have a temporary ppa with charm-tools 2.2.0 +
https://github.com/juju/charm
++Xenial:
⟫ apt-cache policy charm charm-tools
charm:
Installed: 2.2.0-0ubuntu1~ubuntu16.04.1~ppa2
Candidate: 2.2.0-0ubuntu1~ubuntu16.04.1~ppa2
Version table:
*** 2.2.0-0ubuntu1~ubuntu16.04.1~ppa2 500
500 http://ppa.launchpad.net/juju/stable/ubuntu xenial/main amd64
Packages
It's recommended to use the snap going forward. As we will be removing
charm-tools from the archive.
`snap install charm`
** Changed in: charm-tools (Ubuntu)
Status: New => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
https://github.com/juju/charm-tools/pull/302
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1660004
Title:
Elements of charm-tools broken under zesty
To manage notifications about this bug go to:
ht
Oh, it's the "Backward-compatibility" bit. "path is deprecated. Use Path
instead."
So should be "from path import Path".
** No longer affects: path.py (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.ne
Hmm, I saw this as well and even tried this:
| $ python
| ...
| >>> from path import path
| Traceback (most recent call last):
| File "", line 1, in
| ImportError: cannot import name path
I copied the path.py module from Trusty and seems to work fine. FYI, the
diff looks like this:
http://pas
To be clear, running Ubuntu 17.04 Zesty Zapus on amd64, package version
is from the archive, 2.1.2-0ubuntu4.
I also tried the PPA release, 2.2.0-0ubuntu1~ubuntu17.04.1~ppa2, and
found the same issue there.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is su