Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Python 新手,就像在 Perl CPAN 模块中一样,是否可以在 Python 中下载和导入库以获取内置库模块不支持的功能?
您可以按照以下步骤操作:
出于某种奇怪的原因,如果您在 Windows 上,您可能会遇到 dll 丢失问题。我不记得dll的名称。因此,无需寻找解决方案,只需安装 Visual Studio 2008 express (Visual C++)。是的,我提到了奇怪。如果您遇到任何问题,请随时提出。
下载并安装easy_install模块。只要你有管理员权限,你就可以从PyPI下载有用的模块。这个存储库包含我们大多数 Python 开发人员开发的模块,并允许其开源使用。easy_install可以在此处找到要使用的语法和语义。
easy_install
您可以在代码中无缝导入这些库模块。