Menu

#63 Pyserial install failure on Win7 with Python 32bits

v1.0 (example)
closed
5
2015-08-05
2014-07-06
manu107
No

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

Discussion

  • Chris Liechti

    Chris Liechti - 2014-07-31

    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

    • reinstall python "for all users" if that's not the case, but i do not know if that would really help...
     
  • Chris Liechti

    Chris Liechti - 2014-07-31
    • status: open --> pending
    • assigned_to: Chris Liechti
     
  • Chris Liechti

    Chris Liechti - 2015-08-05
    • Status: pending --> closed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.