首页上一页 1 下一页尾页 1 条记录 1/1页
pycharm配置
发表在Python图书答疑
2019-12-26
《Python从入门到项目实践》第10章 字典与集合
是否精华
是
否
版块置顶:
是
否
random randomdiction={i:random.randint() i ()} (randomdiction)
出现下列提示,在自带编译器中没有错误
D:\python\venv\Scripts\python.exe D:/python/07.py
Fatal Python error: init_import_size: Failed to import the site module
Python runtime state: initialized
Traceback (most recent call last):
File "C:\python3.8.1\lib\site.py", line 580, in <module>
main()
File "C:\python3.8.1\lib\site.py", line 557, in main
known_paths = removeduppaths()
File "C:\python3.8.1\lib\site.py", line 127, in removeduppaths
dir, dircase = makepath(dir)
File "C:\python3.8.1\lib\site.py", line 92, in makepath
dir = os.path.join(*paths)
AttributeError: module 'os' has no attribute 'path'
Process finished with exit code 1