[Tutor] serial connection was: adding a listbox

vicki@stanfield.net vicki@stanfield.net
Mon Feb 24 11:32:26 2003


Yes, I'm on Windows 2000 now. (I usually use Linux
however) For some reason, it only works with "import
Serial" and "Serial.Serial(0, timeout=1)". For whatever
reason, when I execute the serial part of the code by
calling the callback, I get this: 

module has no attribute Serial

When I use "Serial.serial(0, timeout=1)", I get the
same thing: 

module has no attribute serial

So what exactly is an attribute? Isn't it a function
within that module?

--vicki