What am i doing Wrong?

2005-09-20 Thread keithlackey
I'm relatively new to python and I've run into this problem.     DECLARING CLASS     class structure:         def __init__(self, folders = []):          self.folders = folders           def add_folder(self, folder):    self.folders.append(tup

What am I doing wrong?

2005-09-20 Thread keithlackey
I'm relatively new to python and I've run into this problem. DECLARING CLASS class structure: def __init__(self, folders = []): self.folders = folders def add_folder(self, folder): self.folders.append(tuple(folder)) Now

Tear off menus

2005-09-16 Thread keithlackey
Ok I got a really great system tray script working…   It’s based off the pysystray script… which is based on the SysTrayIcon script… which is just based on the win32gui_menu script… Point is that all of us are basing are scripts on someone else’s work…   Anyways, my script adds some