The search returned 9 results

by SebAranel
June 13, 2022 - 2:45 PM
Forum: WAPT Packages
Subject: [SOLVED] Edt v2022 build 0.3.0 / Pronote v2022 build 0.3.0 package
Answers: 77
Views : 117234

Re: [SOLVED] Edt v2021 / Pronote v2021 build 0.2.10 package

Hello

, yes indeed, I was supposed to modify it, but I haven't had the chance.
Regarding the functionality, we agree that this only concerns the use of the console and not the deployment of packages to workstations?

Regards,

SebAranel
by SebAranel
June 9, 2022 - 2:16 PM
Forum: WAPT Packages
Subject: [SOLVED] Edt v2022 build 0.3.0 / Pronote v2022 build 0.3.0 package
Answers: 77
Views : 117234

Re: [SOLVED] Edt v2021 / Pronote v2021 build 0.2.10 package

Yes, waptdev is installed on my machine, which is the one I use to manage the wapt console and package deployment.

And yes, pyscripter is running as administrator.
by SebAranel
June 9, 2022 - 1:49 PM
Forum: WAPT Packages
Subject: [SOLVED] Edt v2022 build 0.3.0 / Pronote v2022 build 0.3.0 package
Answers: 77
Views : 117234

Re: [SOLVED] Edt v2021 / Pronote v2021 build 0.2.10 package

Pronote is really complicated to package.
I keep getting a series of errors when changing the source.

I then use `update-package` (I don't have the `update-package sources` option)
and I still get this series of errors:

*** Remote Interpreter Reinitialized ***
Command Line: `update-package ...`
by SebAranel
June 9, 2022 - 1:35 PM
Forum: WAPT Packages
Subject: [SOLVED] Edt v2022 build 0.3.0 / Pronote v2022 build 0.3.0 package
Answers: 77
Views : 117234

Re: [SOLVED] Edt v2021 / Pronote v2021 build 0.2.10 package

So I see, I delete the waptdev .exe file and then run update-package, right?

If so, I get this error during the update

: *** Remote Interpreter Reinitialized ***
Command Line: update-package-sources "c:\waptdev\gmwapt-client-pronote-2021-0210_0.2.10-1_x64_windows_PROD-wapt\WAPT\.."
Using ...
by SebAranel
June 9, 2022 - 10:04
Forum: WAPT Packages
Subject: [SOLVED] Edt v2022 build 0.3.0 / Pronote v2022 build 0.3.0 package
Answers: 77
Views : 117234

Re: [SOLVED] Edt v2021 / Pronote v2021 build 0.2.10 package

What do you mean by deleting the binary from the package's development folder?
by SebAranel
June 9, 2022 - 9:30 AM
Forum: WAPT Packages
Subject: [SOLVED] Edt v2022 build 0.3.0 / Pronote v2022 build 0.3.0 package
Answers: 77
Views : 117234

Re: [SOLVED] Edt v2021 / Pronote v2021 build 0.2.10 package

Hello,

here is the code for setup.py. The modifications were made to the three lines with the school's information; I just modified it to show you the code.

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

uninstallkey = []

# Defining variables
bin_name ...
by SebAranel
June 8, 2022 - 12:09
Forum: WAPT Packages
Subject: [SOLVED] Edt v2022 build 0.3.0 / Pronote v2022 build 0.3.0 package
Answers: 77
Views : 117234

Re: [SOLVED] Edt v2021 / Pronote v2021 build 0.2.10 package

Hello Olaplanche,

thank you for your reply and for your code. It worked with PyScripter using the WAPT installer in my post. However, after trying to install it with the created package, I get all these errors:

Installing gmwapt-client-pronote-2021-0210(=0.2.10-1 ...
by SebAranel
June 8, 2022 - 08:17
Forum: WAPT Packages
Subject: [SOLVED] Edt v2022 build 0.3.0 / Pronote v2022 build 0.3.0 package
Answers: 77
Views : 117234

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

Hello Denis,

please excuse the rather long reply. I just checked and I'm apparently on a discovery version of WAPT, version 2.2.1.11949, and for PyScripter, I'm on version 3.6. Here's a screenshot:

https://i.ibb.co/Kxp5mvp/Version-wapt-et-pyscripter.png

I don't...
by SebAranel
June 2, 2022 - 2:05 PM
Forum: WAPT Packages
Subject: [SOLVED] Edt v2022 build 0.3.0 / Pronote v2022 build 0.3.0 package
Answers: 77
Views : 117234

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

Hello,

I've just arrived at two schools and there's currently a WAPT server running Debian 11, controlled via the WAPT console on Windows 7.

I'm not very experienced with package creation and I need to deploy the latest Pronote update (0.2.9).

I'd like some...