I am getting an import error using pyserial on mac.
I have pip downloaded it and easy installed it but it doesn't seem to be recognised.
This is the error:
File "python.server", line 2, in <module>
    import serial
ImportError: No module named serial
It's not finding any problem with the first line 'import http' so it is definitely something specific to pyserial.
 
    