gpt4 book ai didi

python - 从包中导入模块

转载 作者:太空宇宙 更新时间:2023-11-03 13:49:47 25 4
gpt4 key购买 nike

我正在尝试从按照 Modules Python Tutorial 的说明设置的包中导入模块.我的目录树是:

$ pwd
/home/me/lib/python/pygplib

$ ls *
__init__.py

atcf:
atcf.py __init__.py

我可以导入 pygplibpygplib.atcf 似乎不存在:

In [1]: import pygplib

In [2]: dir(pygplib)
Out[2]: ['__builtins__', '__doc__', '__file__', '__name__', '__package__', '__path__']

我做错了什么?我所有的 __init__.py 文件都是空白的。谢谢。

最佳答案

atcf 不会自动导入到 pygplib 命名空间中,但您可以通过放置

来安排它发生
import atcf

pygplib/__init__.py 中。

关于python - 从包中导入模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11870670/

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