小编Mar*_*ark的帖子

Python3。ImportError:没有名为“ myfile”的模块

iMac-Mark:~ Mark$ python3
Python 3.3.2 (v3.3.2:d047928ae3f6, May 13 2013, 13:52:24) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import myfile
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named 'myfile'
Run Code Online (Sandbox Code Playgroud)

我是Python和一般编程的新手。我读了一些有关的文章sys.path__PATH__但我什么都不懂。

python unix macos

5
推荐指数
1
解决办法
1万
查看次数

标签 统计

macos ×1

python ×1

unix ×1