Installing pyserial
How do you install pyserial? Do you just google and download the file to the raspberry pi?
Re: Installing pyserial
sudo apt-get install python-serial
In lxterminal
For python2.7
Gordon77
In lxterminal
For python2.7
Gordon77
Re: Installing pyserial
what happens if you have raspberry pi model A with no internet connection...can you install it from a tar.gz file
Re: Installing pyserial
Yes, you need the file pyserial-2.6.tar.gz from
https://pypi.python.org/pypi/pyserial
Startx
Using 'file manager'
Copy the file into /home/pi
Double click on pyserial-2.6.tar.gz
Choose 'Action'
Choose 'Extract'
double click on pyserial-2.6.tar0
Choose 'Action'
Choose 'Extract'
Open LXTerminal
type cd pyserial-2.6
press Enter
type sudo python setup.py install
press Enter
https://pypi.python.org/pypi/pyserial
Startx
Using 'file manager'
Copy the file into /home/pi
Double click on pyserial-2.6.tar.gz
Choose 'Action'
Choose 'Extract'
double click on pyserial-2.6.tar0
Choose 'Action'
Choose 'Extract'
Open LXTerminal
type cd pyserial-2.6
press Enter
type sudo python setup.py install
press Enter
Re: Installing pyserial
Did it work OK ?
Gordon77
Gordon77
Re: Installing pyserial
Gordon77
thank you for the help...I have not tried your suggestion, yet...hopefully this weekend I will get a chance to work on the Pi
thank you for the help...I have not tried your suggestion, yet...hopefully this weekend I will get a chance to work on the Pi

Re: Installing pyserial
Hello all,
Whenever i try any way of installing pyserial
(sudo apt-get
pip
or easy_install)
I always get an error saying "something wicked happened resolving http://...
do any of you know of possible solutions?
Any other mirrors I can use?
Whenever i try any way of installing pyserial
(sudo apt-get
pip
or easy_install)
I always get an error saying "something wicked happened resolving http://...
do any of you know of possible solutions?
Any other mirrors I can use?
Re: Installing pyserial
jped:
It's hard to know just what happened in your case, especially since the address being resolved isn't showing in your post. Are you on a Model B, and is it connected to the network properly? (eg., can you browse the internet without issue?)
It's hard to know just what happened in your case, especially since the address being resolved isn't showing in your post. Are you on a Model B, and is it connected to the network properly? (eg., can you browse the internet without issue?)
Re: Installing pyserial
Try this first while connected to the internet (preferably via ethernet to eliminate any wifi errors).
sudo apt-get update
sudo apt-get upgrade
sudo apt-get update
sudo apt-get upgrade
Re: Installing pyserial
I have a raspberry pi model B without internet connection.Can you suggest a way to install pyserial-2.7 into my pi?
Re: Installing pyserial
Startx
Using 'file manager'
Copy the file into /home/pi
Double click on pyserial-2.6.tar.gz
Choose 'Action'
Choose 'Extract'
double click on pyserial-2.6.tar0
Choose 'Action'
Choose 'Extract'
Open LXTerminal
type cd pyserial-2.6
press Enter
type sudo python setup.py install
press Enter
Using 'file manager'
Copy the file into /home/pi
Double click on pyserial-2.6.tar.gz
Choose 'Action'
Choose 'Extract'
double click on pyserial-2.6.tar0
Choose 'Action'
Choose 'Extract'
Open LXTerminal
type cd pyserial-2.6
press Enter
type sudo python setup.py install
press Enter