Die Suche ergab 3 Treffer

von john
Mittwoch 29. Juni 2005, 10:44
Forum: Allgemeine Fragen
Thema: Problem makepy
Antworten: 7
Zugriffe: 1028

thanks Christian,

i have posted my question to the pythoncom and pythonwin mailing lists, still waiting for constructive advices...

maybe i should look for some help at labview forum :? , coz it seems a little bit more specialized in labview.

cheers,
john
von john
Freitag 24. Juni 2005, 10:00
Forum: Allgemeine Fragen
Thema: Problem makepy
Antworten: 7
Zugriffe: 1028

thanks christian, i've tried it before. though it didn't work either, there's still sth to mention. instead of writing values to the first elem (the first cluster) of the array, it seems to have initialized the first THREE elements of the array! because the first three element fields became "wh...
von john
Sonntag 19. Juni 2005, 19:38
Forum: Allgemeine Fragen
Thema: __setattr__???
Antworten: 1
Zugriffe: 437

__setattr__???

hi all, i have overwritten the __setattr__() function in my class, but the code inside this function is called whenever an instance of my class is created. does it really work like this?? the problem is i want __setattr__ be called only when an attribute assignment is attempted. any one can help me?...