import os
print os.getpid()
from PyObjCTools import AppHelper
AppHelper.runConsoleEventLoop()
