From: Phil H. <ph...@ha...> - 2009-01-05 09:41:53
|
Wander Lairson wrote: > hmmm, I think something like this should work: > > try: > import usb > except: > print "PyUSB not found" Thank you very much. > 2009/1/2 Phil Hannent <ph...@ha...>: >> I am setting up my application to start the driver and that is all OK. My >> question is what is the best way to determine if the Linux machine has python >> and PyUSB installed? |