The search returned 5 results

by fred-gie
March 9, 2021 - 11:37
Forum: WAPT Packages
Subject: Packages for Spark
Answers: 6
Views : 5308

Re: Packages for Spark

It works, but it's not instantaneous.
I get the impression that the installation happens in several stages, perhaps even finalizing after the PC reboots.
by fred-gie
February 19, 2021 - 12:39
Forum: WAPT Packages
Subject: Packages for Spark
Answers: 6
Views : 5308

Re: Packages for Spark

Hello, and thank you for your reply.

I've rewritten the script several times, but unfortunately, it's not working.

Installing the application, uninstalling it, creating a 'tmp' folder in the Install directory, and copying files and folders into the 'tmp' folder all work...
by fred-gie
February 17, 2021 - 11:32
Forum: WAPT Packages
Subject: Packages for Spark
Answers: 6
Views : 5308

Re: Packages for Spark

Hello,

I'm having trouble executing the `def session_setup()` section:
if I test it in PyScripter it works, but nothing happens during installation.
If I copy the code from `session_setup`, it works in the `install` section.
Is an argument required to force execution?
by fred-gie
February 12, 2021 - 2:52 PM
Forum: WAPT Packages
Subject: Packages for Spark
Answers: 6
Views : 5308

Re: Packages for Spark

Hello and thank you for your reply.
I modified my script, and it now works if I run "session-setup" from PyScripter, but not with WAPTConsole.
I have the impression that it's not executing the "session_setup" section during installation.

Here's the script in case you have any ideas...
by fred-gie
February 8, 2021 - 11:39
Forum: WAPT Packages
Subject: Packages for Spark
Answers: 6
Views : 5308

Packs for Spark

Hello, I'm new to WAPT and Python.

At my company, I use the Spark instant messaging client, and I'd like to deploy Spark using WAPT.
I've created the package for version 2.9.4, and the installation and uninstallation work perfectly.
I'd also like to copy a configuration file into...