Re: Access from one class to methode of other class
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: Access from one class to methode of other class

From: VK <@example.invalid>
Date: Thu May 26 2005 - 15:24:27 CEST

> I don't know if your're actually calling the classes '1' and '2', but
> that's a really bad idea!
>
>
>>class 2:
>> def ins(self)
>> d.entry.insert(variable)
>
>
> This is probably where you're getting the NameError. d is not defined,
> so calling d.entry will generate an error.
>
> Reidar
>

What is d = 1() in my example then? And how do I solve this problem?
ч
Received on Thu Sep 29 16:14:18 2005