Thread Previous • Date Previous • Date Next • Thread Next |
What is this funny thing? :-) > + thread.start_new_thread(livePlotLoop,(1,2)) > + > + > +def livePlotLoop(dummy1,dummy2): Did you read the tutorial section http://docs.python.org/tutorial/datastructures.html#tuples-and-sequences paragraph starting "A special problem is the construction of tuples containing 0 or 1 items"? v
Thread Previous • Date Previous • Date Next • Thread Next |