class problem, NoneType obj has no attribute

Peter Otten __peter__ at web.de
Fri May 16 07:54:23 EDT 2008


Christian Heimes wrote:

> globalrev schrieb:
>> cust1 = customer.__init__('12',['1','435','2332'])
> 
> cust1 = customer('12',['1','435','2332'])

... and before that

from customer import customer

Peter



More information about the Python-list mailing list