Pyserial install failure on Win7 with Python 32bits
Brought to you by:
cliechti
Hello
I would like to install pyserial on my 64 bits %!§#$ Windows 7. I first installed python 32bits on c:\PROGRA~2\Python27 directory (what a strange idea to have it installed on C:\Python27)
Then I tried to install Pythonserial: it recognized Python2.7 from registry but after that it fails systematically : windows says that the programm is not more running and then it kills it.
So how to install pyserial ?
Thank you
works for me with the .exe installer (Win7-64 with Python 2.7/32 bit).
alternatives you could try:
- "pip install pyserial" which downloads and installs the sources from pypi
- "python setup.py install" from a manually downloaded and extracted source archive