python - cx_freeze - how debug app -


i have small python3 application manipulating specific xml files. gui using pyside , parsing files -lxml.

i had troubles freezing cx_freeze succeed. - parts of application don't work... no error message & no log created. example on enter press signal in lineedit - new dialog should shown... nothing happens.

i have same version in standard python files , running correctly. how debug frozen application?

one way worked me implement standard python logging (see eg. here). regularly logging debug messages, indication of problem occurs. if there specific parts of code don't seem work, wrap them in try/except block , log exception: log give exact error message.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -