QProcess missing setNativeArguments on Windows (v6.8.2)
Phil Thompson
phil at riverbankcomputing.com
Tue Apr 8 22:39:50 BST 2025
On 08/04/2025 19:46, Lukasz Migas wrote:
> Hi,
>
> I am currently experiencing an issue with PyQt6 (v6.8.2) on Windows,
> where the QProcess class is missing the setNativeArguments method.
> This is problematic because many CLI tools on Windows require that
> method.
>
> Is this an intentional or accidental omission?
> Are you aware of any workarounds?
It should be fixed in tonight's snapshot. It (and nativeArguments())
were missed because they are Windows-specific.
Thanks,
Phil
More information about the PyQt
mailing list