File: pygadgets-products/unzipped/PyGadgets_bar.pyw

"""
run a PyGadgets toolbar only, instead of starting all the gadgets immediately; 
filename avoids DOS pop up on Windows: rename to '.py' to see console messages;

[SA] this is now equivalent to running PyGadgets.py with no args, but avoids
a console on Windows (with any arg, PyGadgets.py launches all immediately);
"""

import PyGadgets
PyGadgets.runLauncher(PyGadgets.mytools)



[Home page] Books Code Blog Python Author Train Find ©M.Lutz