serial I/O install fail -- DLL not found

2010-11-01 Thread Fossil
Just starting with Python. Installed: Python 2.7 pywin32-214.win32-py2.7.exe pyserial-2.5.win32.exe on a Home WinXP SP3 Toshiba laptop with 2GB memory. Open Python and try to do simple I/O test and can't even get past first line. Transcript below. You will see that __name__ is defined as

Re: serial I/O install fail -- DLL not found

2010-11-01 Thread Benjamin Kaplan
On Mon, Nov 1, 2010 at 5:55 PM, Fossil mskcrpttn...@gmail.com wrote: Just starting with Python. Installed:  Python 2.7  pywin32-214.win32-py2.7.exe  pyserial-2.5.win32.exe on a Home WinXP SP3 Toshiba laptop with 2GB memory.  Open Python and try to do simple I/O test and can't even get past

Re: serial I/O install fail -- DLL not found

2010-11-01 Thread Ian
On Nov 1, 3:55 pm, Fossil mskcrpttn...@gmail.com wrote: Just starting with Python. Installed:   Python 2.7   pywin32-214.win32-py2.7.exe   pyserial-2.5.win32.exe on a Home WinXP SP3 Toshiba laptop with 2GB memory.  Open Python and try to do simple I/O test and can't even get past first

Re: serial I/O install fail -- DLL not found

2010-11-01 Thread Fossil
Thank you, Ian. You put your finger on the problem. As I thrashed around earlier, I had installed serial i/o pieces before the clean install pieces of pywin32-214.win32-py2.7.exe pyserial-2.5.win32.exe I did a complete de-install and re-install. Now the serial i/o is functioning -- I'm

Re: serial I/O install fail -- DLL not found

2010-11-01 Thread Lawrence D'Oliveiro
In message da1b455a-02d0-41b7-b5dc-73546fd0b...@k22g2000yqh.googlegroups.com, Fossil wrote: I did a complete de-install and re-install. Standard solution to Dimdows problems, really... -- http://mail.python.org/mailman/listinfo/python-list