My second snap ;-)

2016-10-02 Thread Robert Park
Hi all! Back again with a second attempt, this time I'm not trying to modify the host system so I'm hoping this should be a lot easier/possible! Here's my snapcraft.yaml: https://git.launchpad.net/~robru/+git/weightloss/tree/snapcraft.yaml Pretty simple little flask webapp, just does some data

Re: Announce: DOSBox snapped

2016-10-02 Thread Loïc Minier
Oh nice, that sounds pretty useful to wrap a bunch of DOS games; is this reusable as a snapcraft part to wrap games around? Thanks! - Loïc Minier On Sun, Oct 2, 2016 at 12:05 AM, Jacob Zimmermann wrote: > Hi > > I just added another piece to my collection of snapped emulators: > dosbox-jz. > >

Re: My second snap ;-)

2016-10-02 Thread Loïc Minier
Hi, Right; matplotlib expects matplotlibrc to be installed. Looking at matplotlib/__init__.py, you can see rc_params() calls matplotlib_fname() to get the default config filename. The search order there is: - `$PWD/matplotlibrc` - `$MATPLOTLIBRC/matplotlibrc` - `$MPLCONFIGDIR/matpl

Python2 plugin deprecated, but new plugin not documented?

2016-10-02 Thread Marco Ceppi
Hello, I'm trying to do another clean build of my snap, this is a 0 change build, but I've got a few problems. After updating to the latest snapcraft (2.18.1), I'm getting a few new error messages and a snap that's 1/2 the size but no longer works. > "grade" property not specified: defaulting to

Re: Python2 plugin deprecated, but new plugin not documented?

2016-10-02 Thread David Callé
On 02/10/2016 16:05, Marco Ceppi wrote: > Hello, > > I'm trying to do another clean build of my snap, this is a 0 change > build, but I've got a few problems. After updating to the latest > snapcraft (2.18.1), I'm getting a few new error messages and a snap > that's 1/2 the size but no longer works

ANN: the_platinum_searcher & j2

2016-10-02 Thread Casey Marshall
I've recently snapped pt, the platinum searcher ( https://github.com/monochromegane/the_platinum_searcher). snap install pt-cmars And also j2, a command-line jinja template processor. Really useful for processing templates from shell scripts & Makefiles. snap install j2 Enjoy, Casey -- Snapcra

Re: My second snap ;-)

2016-10-02 Thread Robert Park
On Sun, Oct 2, 2016 at 1:43 AM, Loïc Minier wrote: > So just create a matplotlibrc in your $SNAP and you should be good Thanks for this analysis. I created an empty matplotlibrc in $PWD and then got this instead: PermissionError: [Errno 13] Permission denied: '/home/robru/src/weight/matplotlibrc

Has anybody ever snapped gunicorn?

2016-10-02 Thread Robert Park
I've got gunicorn3 and python3-gunicorn in my stage-packages, and gunicorn is working correctly when I run it from my app's source tree, but when I try to snap it I get this: Traceback (most recent call last): File "/snap/weighttracker/x4/usr/bin/gunicorn3", line 5, in from pkg_resources im

Re: Announce: DOSBox snapped

2016-10-02 Thread Alan Pope
Hi, On 1 October 2016 at 23:05, Jacob Zimmermann wrote: > I just added another piece to my collection of snapped emulators: dosbox-jz. > Are there any improvements over the one in the snappy playpen? https://github.com/ubuntu/snappy-playpen/tree/master/dosbox Cheers, -- Alan Pope Community Ma

Re: My second snap ;-)

2016-10-02 Thread Didier Roche
Le 02/10/2016 à 20:48, Robert Park a écrit : > On Sun, Oct 2, 2016 at 1:43 AM, Loïc Minier wrote: >> So just create a matplotlibrc in your $SNAP and you should be good > Thanks for this analysis. I created an empty matplotlibrc in $PWD and > then got this instead: > > PermissionError: [Errno 13] P