I'm trying to install (& run) Pyserial but I'm failing big time.
I unpacked the files and put them in a folder I made.
I went to the directory in the command prompt and typed.
I thought I was good but I get this error.
I read this thread and installed the windows extensions.
No effect. I've read people talking about setting the access in PYTHONPATH, but I have no idea how to do that. I also downloaded the "easy installer".
Unfortunately, I don't know how to install (or run) the easy installer. (I tried running "python setup.py install", but an error message came up.)
Any suggestions?
AJ
I unpacked the files and put them in a folder I made.
C:\Python\Pyser ial
I went to the directory in the command prompt and typed.
python setup.py install.
I thought I was good but I get this error.
Import error: No module named serial.
I read this thread and installed the windows extensions.
No effect. I've read people talking about setting the access in PYTHONPATH, but I have no idea how to do that. I also downloaded the "easy installer".
Unfortunately, I don't know how to install (or run) the easy installer. (I tried running "python setup.py install", but an error message came up.)
Any suggestions?
AJ
Comment