Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/selenium/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 没有名为distils的模块_Python - Fatal编程技术网

Python 没有名为distils的模块

Python 没有名为distils的模块,python,Python,我正在尝试分发我编写的python模块。由于某些原因,我找不到Distils模块。我在哪里能找到它 Python 2.7.3 (v2.7.3:70274d53c1dd, Apr 9 2012, 20:52:43) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> imp

我正在尝试分发我编写的python模块。由于某些原因,我找不到Distils模块。我在哪里能找到它

Python 2.7.3 (v2.7.3:70274d53c1dd, Apr  9 2012, 20:52:43) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import disutils
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named disutils
python2.7.3(v2.7.3:70274d53c1dd,2012年4月9日,20:52:43)
[GCC 4.2.1(苹果公司建造5666)(dot 3)]关于达尔文
有关详细信息,请键入“帮助”、“版权”、“信用证”或“许可证”。
>>>进口废品
回溯(最近一次呼叫最后一次):
文件“”,第1行,在
ImportError:没有名为disutils的模块

该模块称为
distutils
,而不是
distils
该模块称为
distutils
,而不是
distils