Python跨文件引用模块

2019-04-13 22:06发布

想作一个python模块库,自己时时调用。 文件层级结构 ~/bin: ---pylib pybin ~bin/pylib: ---notify __init__.py ~bin//pybin: ---ct_weather.py ~/bin/pylib/notify ---ct_notifyGTK.py __init__.py ~bin/pylib/__init__.py ~/bin/pylib/notify/__init__.py
ct_notifyGTK.py ct_weather.py #设置PYTHONPATH