teven Michalske [mailto:smichal...@gmail.com]
Envoyé : 18 mars 2015 15:45
À : pyusb-users@lists.sourceforge.net
Objet : Re: [pyusb-users] Dual installation of Python in Raspberry Pi
I strongly suggest you read up on pip and also you may want to look into
virtualenv
Steve
> On Mar 18, 2015, at
: 18 mars 2015 16:30
À : pyusb-users@lists.sourceforge.net
Objet : Re: [pyusb-users] Dual installation of Python in Raspberry Pi
Hi,
Well if you want pyusb to be available in python3 you can just change your
command to:
sudo python3 setup.py install
Using pip is the better solution though. Pip
gards
>
> Michel
>
>
>
>
> -Message d'origine-
> De : Jim Easterbrook [mailto:j...@jim-easterbrook.me.uk]
> Envoyé : 18 mars 2015 08:42
> À : pyusb-users@lists.sourceforge.net
> Objet : Re: [pyusb-users] Dual installation of Python in Raspberry Pi
>
&g
python setup.py install
>
> I am not familiar with the pip concept.
>
> Regards
>
> Michel
>
>
>
>
> -Message d'origine-
> De : Jim Easterbrook [mailto:j...@jim-easterbrook.me.uk]
> Envoyé : 18 mars 2015 08:42
> À : pyusb-users@lists.
mars 2015 08:42
À : pyusb-users@lists.sourceforge.net
Objet : Re: [pyusb-users] Dual installation of Python in Raspberry Pi
On 18/03/15 12:18, Michel Allaire wrote:
>
> I want to use pyusb in a Raspberry pi which come with two
> installations of Python: 2.x and 3.x.
>
> The p
On 18/03/15 12:18, Michel Allaire wrote:
>
> 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
> me
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