The search returned 3 results

by adaurg
December 13, 2016 - 10:40 PM
Forum: WAPT Packages
Subject: Problem with double backslash
Answers: 6
Views : 5351

Re: Problem with double backslash

Thank you for your help,

it saved me...
I still need to improve my Python skills... but I did it like this

: # -*- coding: utf-8 -*-
from setuphelpers import *
import glob,time
import regutil

uninstallkey = ['QGIS 2.14']

def install():
print('Installing QGIS 2.14.9')
if ...
by adaurg
December 8, 2016 - 1:58 PM
Forum: WAPT Packages
Subject: Problem with double backslash
Answers: 6
Views : 5351

Re: Problem with double backslash

Thanks for the quick reply.
Noted about the double backslashes :oops:

Indeed, QGIS 2.14.3 is 64-bit.

I tested it by disabling automatic redirection as indicated (thanks for the code).

But... the error is still there...

Perhaps I can work around the problem with a...
by adaurg
December 8, 2016 - 11:31
Forum: WAPT Packages
Subject: Problem with double backslash
Answers: 6
Views : 5351

PB double antislash

Hello,

First of all, a huge thank you to the development team for this fantastic solution that makes my life so much easier ;)

After setting up the deployment of standard packages,
I'm now tackling the creation of my first packages… Sorry, I'm also a Python newbie :D

I'm looking for…