I am using python in win32 enviornment.i wanna add extra library for using serial port.So i have downloaded the lib for windows env.
The package is installing fine.But when ever i import serial following error i get.Can anyone please help me out...
>>> import serial
Traceback (most recent call last):
File "<pyshell#4>", line 1, in -toplevel-
import serial
File "C:\Python24\serial\__init__.py", line 19, in -toplevel-
from serialwin32 import *
File "C:\Python24\serial\serialwin32.py", line 11, in -toplevel-
import ctypes
ImportError: No module named ctypes
>>>