首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
推荐学习书目
›
Learn Python the Hard Way
Python Sites
›
PyPI
- Python Package Index
›
http://diveintopython.org/toc/index.html
›
Pocoo
值得关注的项目
›
PyPy
›
Celery
›
Jinja2
›
Read the Docs
›
gevent
›
pyenv
›
virtualenv
›
Stackless Python
›
Beautiful Soup
›
结巴中文分词
›
Green Unicorn
›
Sentry
›
Shovel
›
Pyflakes
›
pytest
Python 编程
›
pep8 Checker
Styles
›
PEP 8
›
Google Python Style Guide
›
Code Style from The Hitchhiker's Guide
V2EX
›
Python
引用上级包文件的问题,求大神指导
qq7171891
·
2015-11-17 21:08:38 +08:00
· 1934 次点击
这是一个创建于 3355 天前的主题,其中的信息可能已经有所发展或是发生改变。
淘宝开放平台生成的 PythonSDK ,本身生成的包导入就比较奇怪了。修修补补导入后,有一个导入上级包的不知道怎么弄了。。迷糊了。
情况如图:
1 、 taobao 这个包的__init__里有 2 个方法, taobao/api/rest/base.py 需要引用这 2 个方法。
2 、之前淘宝自己生成的 SDK 直接就一句 import taobao ,肯定不行。
3 、现在改成图 2 那句了。不过还是不行。求大神指导。
taobao
生成
导入
上级
2 条回复
•
2015-11-17 21:22:17 +08:00
1
qq7171891
OP
2015-11-17 21:09:49 +08:00
路径写错了, taobao/api/rest/
base.py
是 taobao/api/
base.py
2
billlee
2015-11-17 21:22:17 +08:00
首先确认 taobao/ 在 sys.path 中,然后
Python 2:
from __future__ import absolute_import
import taobao
Python 3:
import taobao
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
1048 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 22ms ·
UTC 18:39
·
PVG 02:39
·
LAX 10:39
·
JFK 13:39
Developed with
CodeLauncher
♥ Do have faith in what you're doing.