[PyKDE] Hello, reload() for gui development?
Phil Thompson
phil at river-bank.demon.co.uk
Sun Nov 11 19:36:38 GMT 2001
Stephan Koerner wrote:
>
> Has anyone tried using reload() or 'deep reload()' while developing
> gui apps with PyQt.
> - Start GUI based app
> - alter .py file
> - reload
> - change takes effect without restarting app?
>
> Is there some way of accomplishing this sort of development cycle?
You are likely to have problems because of Qt's need to have exactly one
QApplication instance.
Phil
More information about the PyQt
mailing list