How to run Python + Qt application in Squish testing tool? -


i having trouble starting testing python + qt4.8 application using squish. new that, if has experience using squish, please read question.

so have couple of python files make application. squish ide requires .exe or .bat file in order start recording. generated .exe .py files using pyinstaller. when open .exe file generated works fine.

then select new test suite in squish select .exe mentioned. seems fine, when try start recording, squish cannot open application. error message picture below. sure using squish right version of qt. read problem , found out might because using debug version of application. know how can make application non-debug? or there other way fix problem? appreciated, thanks.

edit: found information:

py2exe distributions: exclude qt libraries py2exe on windows qt libraries must excluded distribution/.exe file.

this required because squish qt supports application dynamically load qt libraries.

but tried use py2exe , excluded libraries. maybe excluding wrong ones? know libraries should excluded? thank in advance.

enter image description here

@nela, qt libraries included in packaged application must excluded (qtcore4.dll, etc.).

if still not work please contact froglogic's technical support , provide support information (help > collect support information...) directly after reproducing problem.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -