X
X
xSkyFoXx2012-03-07 13:01:49
Python
xSkyFoXx, 2012-03-07 13:01:49

Debugging PyQt applications?

I am working with a fairly large system, implemented entirely in PyQt. It's very annoying that after you change the behavior of some control (view), you have to restart the application. It happens that you change one line, and then you go through 2-3 menus to get to the desired form window. How to force the python interpreter, at least during the initialization (launch) of the form, to “look again” at the methods that it uses, so that it understands that it now has a new behavior?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
icoz, 2013-03-10
@icoz

Maybe it's enough to delete the corresponding module.pyc file or in the __pycache__ folder?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question