Requirements for automating PyQt applications

Last edited on

Overview

For automating PyQt applications the following of requirements must be met.

py2exe distributions: Exclude Qt libraries

With py2exe on Windows the Qt libraries must be Excluding libraries from py2exe distributions file.

This is required because Squish for Qt only supports application that dynamically load the Qt libraries.

Requirements of Squish for Qt

Automating PyQt applications