gpt4 book ai didi

Python:根据用户想要的文件导入文件

转载 作者:太空宇宙 更新时间:2023-11-04 06:44:34 25 4
gpt4 key购买 nike

<分区>

我有以下目录结构

+ code
|
--+ plugins
|
-- __init__.py
-- test_plugin.py (has a class TestPlugin)
-- another_test_plugin.py (has a class AnotherTestPlugin)
--+ load.py
--+ __init__.py

在 load.py 中,我希望能够仅初始化用户指定的那些类。例如,假设我做了类似的事情

$ python load.py -c test_plugin # Should only import test_plugin.py and initialize an object of the TestPlugin class

我在尝试使用“imp”模块时遇到问题。它一直说“没有这样的文件或目录”。我的理解是它在某种程度上没有正确理解路径。有人可以帮我解决这个问题吗?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com