注册 登录
编程论坛 Python论坛

错误信息

spydanger 发布于 2010-06-15 22:05, 713 次点击
请问各位:

Exception AttributeError: "'NoneType' object has no attribute 'population'" in <bound method pen.__del__ of <__main__.pen instance at 0x100491758>> ignored


这个错误信息是什么意思啊?
1 回复
#2
外部三电铃2010-06-15 22:15
没有population这个属性,貌似是在类中没定义population
1