mananshr / pyalienfx

Automatically exported from code.google.com/p/pyalienfx
GNU General Public License v3.0
0 stars 0 forks source link

PyUSB as dependency. #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Some of us are having an issue with updated versions of libusb and libusbx or 
similar. I noted that pyAlienFX is using PyUSB but it is bundled in the program 
instead of listing it as a dependency.

I think that deleting PyUSB from the code and listing it as a dependency should 
be the rigth way to go in order to avoid issues.

If every platform provides its libusb and its pyusb everything shoudl work.

What do you think?

Thanks.

Original issue reported on code.google.com by antoniov...@gmail.com on 29 Jun 2013 at 12:49

GoogleCodeExporter commented 8 years ago
This is on my ToDo list and PyAlienFX will go to 2.0 this summer with a lor of 
improvement ! 

It was bundled to avoided some compatibility issue, but that created others ! 

Thanks !

Original comment by ledjfou125 on 29 Jun 2013 at 2:43