Boudewijn Rempt wrote: > Try just adding the comma - PyQt expects a tuple, not a single > value. Bracketing a value doesn't make it a tuple, but adding > a comma does. Nope, doesn't work -- it has to have the second param. Jim