Cython无法找到“ __file __”

时间:2018-08-07 18:32:14

标签: python cython os.path

我最近开始使用Cython,在编译我的一个脚本时,该行:

Y = str(os.path.dirname(os.path.abspath(__file__ )))

似乎在编译时有问题。现在,我了解到它已经用Cython编译后找不到“ 文件”,但是我正在寻找另一种方法来查找文件的本地路径,以便可以用来引用其他文件。例如,如果文件存储在C:\Users\example\test.py中,则我需要一些可以将该目录存储在以后可以使用的变量中的东西。

我在命令行中收到的错误:

name '__file__' is not defined

0 个答案:

没有答案