The search returned 43 results

by Jonattend
February 24, 2022 - 11:51
Forum: WAPT Packages
Subject: [SOLVED] Edt v2022 build 0.3.0 / Pronote v2022 build 0.3.0 package
Answers: 77
Views : 117133

Re: [SOLVED] Creation of Edt v2021 / Pronote v2021 package

Hello,

For my part, I just did this:

setup.py:

# -*- coding: utf-8 -*-
from setuphelpers import *

uninstallkey = []

def install():
#install_exe_if_needed("fake_install.exe",'/VERYSILENT',key='',min_version='0.0.0')
mkdirs("C:\install")
filecopyto("Install_PRNclient_FR_2021.0.2 ...
by Jonattend
June 3, 2020 - 3:20 PM
Forum: WAPT Packages
Subject: [SOLVED] WAPT 1.8 & PyScripter: No module named BeautifulSoup
Answers: 4
Views : 5916

Re: WAPT 1.8 & PyScripter: No module named BeautifulSoup

Hello,

thank you for your help as it solved the problem. ;)

Thank you!
by Jonattend
June 3, 2020 - 11:28
Forum: WAPT Packages
Subject: [SOLVED] WAPT 1.8 & PyScripter: No module named BeautifulSoup
Answers: 4
Views : 5916

Re: WAPT 1.8 & PyScripter: No module named BeautifulSoup

Hello,
thank you for the reply. ;)
I wasn't far off regarding the bs4 module...
So, for all my packages using bs4, I'll have to integrate this bit of code at the beginning of the setup.py file?

If so, I'll test it right away with Java/Flash and get back to you. ;)
by Jonattend
June 2, 2020 - 4:59 PM
Forum: WAPT Packages
Subject: [SOLVED] WAPT 1.8 & PyScripter: No module named BeautifulSoup
Answers: 4
Views : 5916

[SOLVED] WAPT 1.8 & PyScripter: No module named BeautifulSoup

Hello,

I just successfully migrated my WAPT Community server from version 1.7 to 1.8.1.6756.

While I was at it, I thought I'd update a few packages... and I noticed that all packages using the BeautifulSoup module are no longer valid for updates...
by Jonattend
November 15, 2019 - 4:14 PM
Forum: WAPT Packages
Subject: [Resolved] OpenBoard dependency reinstalls itself every time
Answers: 4
Views : 5279

Re: OpenBoard dependency reinstalls itself every time

I understand everything, it's perfect, ;)

thank you!!
by Jonattend
November 15, 2019 - 2:38 PM
Forum: WAPT Packages
Subject: [Resolved] OpenBoard dependency reinstalls itself every time
Answers: 4
Views : 5279

Re: OpenBoard dependency reinstalls itself every time

Hello,

thank you for the reply, it works!

To be sure I understand correctly and don't just copy and paste, can you confirm that the `get_version` function retrieves the version of the .exe file and returns the result?

Otherwise, even after modifying the...
by Jonattend
November 15, 2019 - 10:15
Forum: WAPT Packages
Subject: [Resolved] OpenBoard dependency reinstalls itself every time
Answers: 4
Views : 5279

[Resolved] OpenBoard dependency reinstalls itself every time

Hello,
I'm using a "master" package with about 20 dependencies, including Openboard.

If I modify my master package, the client machines update it, which is normal. But I've noticed that the Openboard package is reinstalled every time, even if it's already present on the...
by Jonattend
May 2, 2019 - 4:10 PM
Forum: WAPT Packages
Subject: WAPT 1.5.21 to 1.7: Change in behavior?
Answers: 1
Views : 3178

WAPT 1.5.21 to 1.7: Change in behavior?

Hello,

I have a question that I haven't been able to find the answer to in the 1.7 documentation...:

On WAPT version 1.5, if I remember correctly, when I add a package to a machine from the console and then click "save", the actions on the machine are as follows: upon shutdown of the...
by Jonattend
April 2, 2019 - 11:08 AM
Forum: WAPT Packages
Subject: [Resolved] WAPTExit shuts down {randomly}
Answers: 6
Views : 10715

Re: WAPTExit disconnects {randomly}

Hello,

since the update to version 1.7.3.5, everything seems to be working correctly.

I did leave the "waptservice_timeout" at 40.

WAPTExit seems stable and completes installations/updates successfully. :)

Thank you for your help. ;)
by Jonattend
April 2, 2019 - 11:06 AM
Forum: WAPT Server
Subject: [Resolved] WAPT 1.5.21 to 1.7 but hypervisor change...
Answers: 3
Views : 10618

Re: WAPT 1.5.21 to 1.7 but hypervisor change...

Hello,

Apparently, it's possible to export the VM from Proxmox 3 and import it into Open Nebula.

So I've updated my current server to 1.7.x and I'll import it into Open Nebula when the time comes.

Thanks everyone ;)

! Resolved!