The search returned 2 results

by stef_b
September 17, 2018 - 7:37 PM
Forum: WAPT Packages
Subject: [SOLVED] Using setuphelpers.my_documents()
Answers: 1
Views : 3666

[SOLVED] Using setuphelpers.my_documents()

Hello,

I'm having trouble with the `my_documents()` function.

My script looks like this: `
from setuphelpers import *
uninstallkey = []

def install():
filecopyto("un_fichier.csv",makepath(my_documents(),"Folder1","Folder2"))`

The problem is that since the script is run as SYSTEM...
by stef_b
May 28, 2018 - 8:03 PM
Forum: WAPT Packages
Subject: Attention package name
Answers: 1
Views : 2253

Attention package name

Hello,

I'm reporting a problem I had with a package named "wpkg-acb+".
Everything goes smoothly until the upload stage, where I get an HTTPError: 500.

After much research and trial and error, simply changing the package name by removing the "+" character solves the problem.

In...