#!/bin/env python import sys sys.path.insert(0, 'e:/projects/wx/utils') import Main Main.main()