What steps will reproduce the problem?
1. xbee = XBee(serial.Serial('/dev/ttyUSB0', 9600))
2. xbee.isAlive()
Expected result:
False (XBee was not created with a callback method, so a thread should not be running)
Actual result:
AssertionError: Thread.__init__() not called.
Operating System, Package Version: Not specified
Original issue reported on code.google.com by pmalms...@gmail.com on 4 Aug 2010 at 7:40
Original issue reported on code.google.com by
pmalms...@gmail.com
on 4 Aug 2010 at 7:40