We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last): File "D:/PythonWorkspace/games/Games/cpgames/core/games/bunnybadger/bunnybadger.py", line 16, in from ...utils import QuitGame ValueError: attempted relative import beyond top-level package
The text was updated successfully, but these errors were encountered:
尝试切到cpgames目录再运行,或者直接安装cpgames之后运行,使用文档: https://cpgames.readthedocs.io/en/latest/
Sorry, something went wrong.
一直是导包的相对路径一直报错,按照解决方式,并没有解决问题
No branches or pull requests
Traceback (most recent call last):
File "D:/PythonWorkspace/games/Games/cpgames/core/games/bunnybadger/bunnybadger.py", line 16, in
from ...utils import QuitGame
ValueError: attempted relative import beyond top-level package
The text was updated successfully, but these errors were encountered: