From: Michel A. <mic...@vi...> - 2015-03-18 12:18:28
|
Hi, I want to use pyusb in a Raspberry pi which come with two installations of Python: 2.x and 3.x. The problem is that pyusb installs in a way that it is only working in version 2.X and not in version 3.x in which I have the following error message "No module named core". Is there a way to change the behavior of pyusb installer. Or, if there is no registration process involved in this installation is it sufficient to simply copy the pyusb files in the Python 3.x directory? Thank you Michel Allaire |