Hello,
Yes, I am indeed on version 2.6.1.17834, I haven't updated my signature yet.
I just tested it this morning on my newly booted machine, and I'm getting the same problem.
Could the call to the pythoncom.CoUninitialize() function have an impact on PyScripter?
Scanning with ...
The search returned 65 results
- July 6, 2026 - 09:08
- Forum: WAPT Packages
- Subject: Using the WaptWUA class in a script
- Answers: 4
- Views : 2499
- July 3, 2026 - 5:03 PM
- Forum: WAPT Packages
- Subject: Using the WaptWUA class in a script
- Answers: 4
- Views : 2499
Re: Using the WaptWUA class in a script
I have a different error:
Code: Select all
Exception at 7343A590: EAccessViolation:
Access violation.
- July 3, 2026 - 11:26
- Forum: WAPT Packages
- Subject: Using the WaptWUA class in a script
- Answers: 4
- Views : 2499
Using the WaptWUA class in a script
Hello,
I have an audit script that performs several operations during a specific time period, at night.
Part of this script manages Windows updates.
We just performed the update (version 2.6.1.17384) and my script is no longer working.
The goal is to do the same...
I have an audit script that performs several operations during a specific time period, at night.
Part of this script manages Windows updates.
We just performed the update (version 2.6.1.17384) and my script is no longer working.
The goal is to do the same...
- May 29, 2026 - 5:08 PM
- Forum: WAPT Packages
- Subject: [RESOLVED] tis-virtualbox 7.2.6, version 7.2.8 is available on the publisher's website
- Answers: 3
- Views : 4157
Re: tis-virtualbox 7.2.6, version 7.2.8 is available on the publisher's website
Thank you for your prompt response.
- May 29, 2026 - 3:35 PM
- Forum: WAPT Packages
- Subject: [RESOLVED] tis-virtualbox 7.2.6, version 7.2.8 is available on the publisher's website
- Answers: 3
- Views : 4157
[RESOLVED] tis-virtualbox 7.2.6, version 7.2.8 is available on the publisher's website
Hello,
The version of tis-virtualbox available in the store is older than the one on the developer's website.
Version 7.2.8 has been available on the developer's website since April 21st.
https://www.virtualbox.org/wiki/Changelog
Could you please update the package in the repository?
Thank you.
The version of tis-virtualbox available in the store is older than the one on the developer's website.
Version 7.2.8 has been available on the developer's website since April 21st.
https://www.virtualbox.org/wiki/Changelog
Could you please update the package in the repository?
Thank you.
- May 26, 2026 - 10:47
- Forum: WAPT Packages
- Subject: [RESOLVED] tis-libreoffice-fresh is one version behind
- Answers: 3
- Views : 3729
Re: tis-libreoffice-fresh is one version behind
Hello,
thank you for your feedback.
thank you for your feedback.
- May 25, 2026 - 2:42 PM
- Forum: WAPT Packages
- Subject: [RESOLVED] tis-libreoffice-fresh is one version behind
- Answers: 3
- Views : 3729
[RESOLVED] tis-libreoffice-fresh is one version behind
Hello,
the `update_package` of the `tis-libreoffice-fresh` package doesn't seem to be detecting the latest version of LibreOffice.
I imagine the package for the `still` version is also affected.
`version = bs_find_all(url, "span", "class", "dl_version_number", proxies=proxies)
` The HTML code of the site at...
the `update_package` of the `tis-libreoffice-fresh` package doesn't seem to be detecting the latest version of LibreOffice.
I imagine the package for the `still` version is also affected.
`version = bs_find_all(url, "span", "class", "dl_version_number", proxies=proxies)
` The HTML code of the site at...
- May 13, 2026 - 10:31
- Forum: WAPT Packages
- Subject: [RESOLVED] tis-wireshark 4.6.5 stuck in pre-production?
- Answers: 1
- Views : 5304
[RESOLVED] tis-wireshark 4.6.5 stuck in pre-production?
Hello,
On the Microsoft Store, the tis-wireshark package for Wireshark version 4.6.5 appears to be stuck in PREPROD for over 5 days.
The LUTI build is green. Is there a specific problem with this version or package?
Regards
On the Microsoft Store, the tis-wireshark package for Wireshark version 4.6.5 appears to be stuck in PREPROD for over 5 days.
The LUTI build is green. Is there a specific problem with this version or package?
Regards
- March 23, 2026 - 3:02 PM
- Forum: WAPT Packages
- Subject: [SOLVED] Question tis-add-dev-maturity
- Answers: 2
- Views : 3547
[SOLVED] Re: tis-add-dev-maturity question
Hello,
thank you for your feedback.
thank you for your feedback.
- March 20, 2026 - 5:45 PM
- Forum: WAPT Packages
- Subject: [SOLVED] RustDesk package configuration
- Answers: 4
- Views : 5553
Re: RustDesk package configuration
Good morning,
By modifying the file C:\Windows\ServiceProfiles\LocalService\AppData\Roaming\RustDesk\config\RustDesk2.toml, it is possible to limit the IP addresses allowed to launch a remote takeover.
By modifying the file C:\Windows\ServiceProfiles\LocalService\AppData\Roaming\RustDesk\config\RustDesk2.toml, it is possible to limit the IP addresses allowed to launch a remote takeover.
Code: Select all
[options]
whitelist ='IP1,IP2,IP3'
