Social Reiot

Social Game Developer wandering in strange dungeon.

프로젝트 폴더 안에 Contrib/ 를 두고 3rd Party Libra...

프로젝트 폴더 안에 contrib/ 를 두고 3rd party library 를 넣어둔 다음, PYTHON_PATH 에 추가하는 방법 main.py: def main(): contrib_path = os.path.join( os.path.dirname(file), contrib ) sys.path.insert(0, contrib_path)

Comments