21 Sep
2000
21 Sep
'00
9:22 a.m.
On Wed, 20 Sep 2000 09:50:16 -0700, "Andy McKay" <andym@ActiveState.com> wrote:
Sure it works but Im creating 2 objects a folder and a index_html for every one occurence. Im doubling my database for every object. Ugh!
In straight python you can only create methods for a class by creating function objects (using malloc, no less) and assigning them as variables in the class object. Double Urgh! ;-) Toby Dickenson tdickenson@geminidataloggers.com