Forum: DaniWeb Community Feedback Dec 24th, 2006 |
| Replies: 11 Views: 3,860 Talk about prompt service! :lol:
Thanks,
Jeff |
Forum: DaniWeb Community Feedback Dec 24th, 2006 |
| Replies: 11 Views: 3,860 Hi,
I hope this is the right forum to post this. Anyways, I have greatly enjoyed and profited from the forum, so thanks to all who make it work.
I have one small quibble that would be lovely... |
Forum: DaniWeb Community Feedback Jul 14th, 2006 |
| Replies: 1 Views: 1,048 Fixed. I had "new-style" and "old-style" classes backwards in my mind.
This works:
# test of "virtual classes"
class Generic(object): # fixed!
def __init__(self): |
Forum: DaniWeb Community Feedback Jul 14th, 2006 |
| Replies: 1 Views: 1,048 In brief, I'm trying to get a 'virtual class' thing going so that I can use it for generic Toplevel widgets whose behavior is specified by the inheriting class.
I have this code (Pyth. 2.4):
... |