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.