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
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
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