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 :
>> I am setting up my application to start the driver and that is all OK. My
>> question is what is the best way to
hmmm, I think something like this should work:
try:
import usb
except:
print "PyUSB not found"
Wander
2009/1/2 Phil Hannent :
> Hello,
>
> 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 pytho
Hello,
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?
Regards
Phil Hannent
signature.asc
Description: OpenPGP digital signature
---