Re: Snap layer for Juju reactive charms

2016-09-19 Thread Leo Arias
Thanks Stuart! This is huge. Snaps are a great way to deliver the software that composes a charm. And charms are a great way to put those snaps to good use. With both teams working together we can make a consistent and smooth story to grow the adoption. I'm eager to start playing with your layer.

Re: Juju 2.0-rc2 is here!

2016-10-03 Thread Leo Arias
On Thu, Sep 29, 2016 at 5:45 PM, Nicholas Skaggs < nicholas.ska...@canonical.com> wrote: > > snap install juju --candidate --devmode > Hey balloons, I tried it but: > snap install juju --candidate --devmode error: cannot install "juju": snap not found -- ¡paz y baile! http://www.ubuntu.com

How to set the locale?

2016-11-20 Thread Leo Arias
Hello, I added this step to my charm: subprocess.check_call(['pip', 'install', 'rainbowstream']) But it fails with: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 393: ordinal not in range(128) http://paste.ubuntu.com/23510046/ My guess is that the locale is not set to utf

Re: How to set the locale?

2016-11-21 Thread Leo Arias
On Mon, Nov 21, 2016 at 1:53 AM, Danilo Šegan wrote: > os.environ["LC_ALL"] = "en_US.UTF-8" > > That one worked. Thanks Danilo. -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju