Python论坛  - 讨论区

标题:[python-chinese] 这是怎么回事?

2006年12月14日 星期四 00:38

佳 文 litteo在163.com
星期四 十二月 14 00:38:44 HKT 2006

ÎÒ¸Õ¸Õ½Ó´¥python
ÇëÎÊÕâ¸öÔõô»ØÊ£¿
>>> import odbchelper
Traceback (most recent call last):
  File "", line 1, in 
    import odbchelper
ImportError: No module named odbchelper
 
 
 
 
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061214/e9ddeb62/attachment-0001.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年12月14日 星期四 07:43

Xupeng Yun recordus在gmail.com
星期四 十二月 14 07:43:14 HKT 2006

在06-12-14,佳 文 <litteo at 163.com> 写道:
>
> 我刚刚接触python
> 请问这个怎么回事?
> >>> import odbchelper
> Traceback (most recent call last):
>   File "", line 1, in 
>     import odbchelper
> ImportError: No module named odbchelper
>
>

你是看的DIP吧?你要导入这个模块首先你要有这个模块,然后这个模块还要在sys.path所包含的路径下,或
者把模块放在当前路径下即os.path.abspath(os.curdir)所指的路径。这样在交互shell下import才能成功,
-- 
I like Python & Linux.
Blog: http://recordus.cublog.cn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061214/dd620f36/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号