Python论坛  - 讨论区

标题:答复: [python-chinese] 关于模块间的调用

2006年03月31日 星期五 15:26

FCG Chen YeHao YeHao.Chen at alcatel-sbell.com.cn
Fri Mar 31 15:26:01 HKT 2006

import MyTank
a = MyTank.Tank()

或者

from MyTank import Tank
a = Tank()

-----原始邮件-----
发件人: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn]代表 吴俊玉
发送时间: 2006年3月31日 14:57
收件人: PYTHON邮件列表
主题: [python-chinese] 关于模块间的调用


两个模块:
MyTank.py
//----------------------------------------------------------------------------
class Tank:
    "aaaaaaaaaa"
    def __init__(self):
        print 'init'
        
    def forward(self):
        print 'forward'
//----------------------------------------------------------------------------
TankTest.py
import MyTank

a= MyTank()
a.forward()

//----------------------------------------------------------------------------
执行TankTest.py显示如下:
a=MyTank()
TypeError:'module' object is not callable
请教高手该怎么修改呢?

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号