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

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

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 --

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

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: 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` -

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