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? thanks, stephan --