Python无法找到我正确的文件夹

时间:2018-02-02 18:25:18

标签: python python-3.x pygame python-import

我正在使用pygame,我正在尝试找到我的文件夹,但它找不到它! 我正在使用的命令是:

Game_folder = os.path.dirname(__file__)

Game_folder = os.path.dirname(is.path.abspath(__file__))

这些都不起作用。

我正在尝试找到目录:

C:/Users/user/Documents/python/pygame games

打印出来:

Python.exe can't open C:/Users/user/Documents/python/pygame games.py 

exit code 2

这两个代码都会出现此错误。

我使用PyCharm作为我的IDE 我的导入是pygame, random, os

如果没有它我就无法进步,我跟随YouTube上的播放列表(kidscancode),但视频有点旧,所以我必须在互联网上搜索如何调整代码。< / p>

0 个答案:

没有答案