使用转换为 Python 3.x 后2to3
(请参阅我以前的问题),我在构建过程中收到此错误:
File "setup.py", line 28, in <module>
from . import mof_compiler
ValueError: Attempted relative import in non-package
编码:
from . import mof_compiler
mof_compiler._build()
但我不知道为什么这是错误的,因为mof_compiler
它与setup.py
. 请帮忙!