Tcll 66 Posting Whiz in Training Featured Poster

[Click Here](hey there everyone... :)
I need some help with an external runtime interface with PyQt...

here's my current code:

import API
API.init() #show the Qt window
init(depth) #(this module): print text to both the console and the Qt window (checking for updates to API)
API.run(files) #take over the Qt window with API...

how can I make this work??)