Re: [Tutor] Importing serial module

2005-08-22 Thread Alan G
>ImportError: No module named win32file >>> > Is there something else that I need to specify? Do you have the winall package installed? Its a separate download to the official Python package or comes prebundled in the ActiveState version of Python. > 2) I want to send data (ascii text) to a ser

Re: [Tutor] Importing serial module

2005-08-21 Thread Danny Yoo
On Mon, 22 Aug 2005, Hans Dushanthakumar wrote: > 1) I downloaded the python serial port module (pyserial-2.2.win32.exe) > from http://sourceforge.net/project/showfiles.php?group_id=46487 > And installed it on my Win XP PC. >However, when I try to import the module, I get the foll: error > >

[Tutor] Importing serial module

2005-08-21 Thread Hans Dushanthakumar
Hi Folks Another newbie here :) Heres a couple of questions: 1) I downloaded the python serial port module (pyserial-2.2.win32.exe) from http://sourceforge.net/project/showfiles.php?group_id=46487 And installed it on my Win XP PC. However, when I try to import the module, I get the foll: err