最佳答案
好吧... 我不知道模块 x
在哪里,但我知道我需要得到的路径目录两级以上。
那么,有没有一种更优雅的方式:
import os
two_up = os.path.dirname(os.path.dirname(__file__))
我们欢迎针对 Python2和3的解决方案!