We have a Python app on Mac OS X and we'd like to get a WYSIWYG window that outputs relatively clean HTML and allows image placement with text-wrap - does ...
Osascript is claimed to support python and indeed one can execute applescript commands from within python with it. I'd like to do something that's a bit the opposite: expose an app's python interface.