Python论坛  - 讨论区

标题:[python-chinese] 目录和调用

2006年10月22日 星期日 15:25

hailang_0512 hailang_0512在163.com
星期日 十月 22 15:25:21 HKT 2006

linda.s 写道:
> 我有一个代码叫a.py,它在
> c:\test1\new下,我怎么去调用(import b)
> c:\test2下的b.py?
> 还有一件奇怪的事情:我在a.py里
> import c(没有错误,但是c.py在桌面上,根本不在一个目录里),
> 为什么?
> Linda
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
如果你用的是idle,他会把你的python目录,以及你保存你在编辑的文件的目录, 
都加入到你的sys.path中去的



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

2006年10月22日 星期日 15:36

hailang_0512 hailang_0512在163.com
星期日 十月 22 15:36:20 HKT 2006

如题



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

2006年10月22日 星期日 16:37

Jia Lu roka100在gmail.com
星期日 十月 22 16:37:29 HKT 2006

1,import 去找你的默认目录, 看看你的默认目录
>>> import sys
>>> sys.path
['C:\\Python25\\Lib\\idlelib', 'C:\\WINDOWS\\system32\\python25.zip',
'C:\\Python25\\DLLs', 'C:\\Python25\\lib', 'C:\\Python25\\lib\\plat-win',
'C:\\Python25\\lib\\lib-tk', 'C:\\Python25',
'C:\\Python25\\lib\\site-packages', 'C:\\Python25\\lib\\site-packages\\wx-
2.6-msw-unicode']

2,想添加一个新的import目录
sys.path.append('C:\\NEW')




2006/10/22, hailang_0512 <hailang_0512在163.com>:
>
> linda.s 写道:
> > 我有一个代码叫a.py,它在
> > c:\test1\new下,我怎么去调用(import b)
> > c:\test2下的b.py?
> > 还有一件奇怪的事情:我在a.py里
> > import c(没有错误,但是c.py在桌面上,根本不在一个目录里),
> > 为什么?
> > Linda
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> 如果你用的是idle,他会把你的python目录,以及你保存你在编辑的文件的目录,
> 都加入到你的sys.path中去的
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese




-- 
-- Jia LU
<http://www.lujia.us>
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p
in '001akor在liamg.moc'.split('@')])"
--
\     "Unix is an operating system, OS/2 is half an operating system, |
  `\       Windows is a shell, and DOS is a boot partition virus."  -- |
_o__)                                                  Peter H. Coffin |
-------------- 下一部分 --------------
一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20061022/63590950/attachment.html 

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

2006年10月22日 星期日 21:57

lu self.lu在gmail.com
星期日 十月 22 21:57:36 HKT 2006

py类 指的是什么?

python 吗?

CPython 是用 C 语言写的, 没有类吧

On 10/22/06, hailang_0512 <hailang_0512 at 163.com> wrote:
> 如题
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

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

2006年10月22日 星期日 22:01

lu lubiao.py在gmail.com
星期日 十月 22 22:01:10 HKT 2006

python 标准库 是吗?

好像也没 太多 继承 关系

On 10/22/06, lu <self.lu at gmail.com> wrote:
> py类 指的是什么?
>
> python 吗?
>
> CPython 是用 C 语言写的, 没有类吧
>
> On 10/22/06, hailang_0512 <hailang_0512 at 163.com> wrote:
> > 如题
> >
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
>

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

2006年10月22日 星期日 22:20

yi huang yi.codeplayer在gmail.com
星期日 十月 22 22:20:48 HKT 2006

标准库里都是些相对小的工具。就算复杂一些的web框架,似乎也没有很深的继承关系。


-- 
http://codeplayer.blogspot.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061022/ca67c99a/attachment.html 

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

2006年10月23日 星期一 19:20

syli hailang_0512在163.com
星期一 十月 23 19:20:10 HKT 2006

我问的就是python的标准库



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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号