def PyAppLaunch(): AdjustSysPath() CommonUtils.SaveExePath() Dui4Win.Run()
def PyAppLaunch(): Dui4Win.Run()
def PyAppLaunch(): CommonUtils.SaveExePath() Dui4Win.Run()
__author__ = 'huqinghua' # coding=gbk import os import Dui4Win from CommonUtil import CommonUtils if __name__ == "__main__": CommonUtils.SaveExePath() Dui4Win.Run()