Pyserial for Python3 in OSX?

2014-02-15 Thread eglowstein . h
I need to do some serial I/O on a Mac running OSX Mavericks. I followed the instructions at http://stackoverflow.com/questions/20082935/how-to-install-pip-for-python3-on-mac-os-x to install pyserial. OSX already had Python 2.7 and pyserial seems to work okay in 2.7, but I can't figure out how t

IDLE won't run after installing Python 3.3 in Windows

2014-02-18 Thread eglowstein . h
The next adventure in Python was to install Python 3 into a Windows XP machine. I had a previous 2.7 installation that I uninstalled and carefully removed all traces of from the directory and the registry. I got the 'python-3.3.3.msi' from Python.org and installed it. From a command window I ca

Re: IDLE won't run after installing Python 3.3 in Windows

2014-02-19 Thread eglowstein . h
On Wednesday, February 19, 2014 2:00:52 PM UTC-5, Terry Reedy wrote: > On 2/19/2014 12:50 PM, Mark Lawrence wrote: > > > On 19/02/2014 17:30, Mark H. Harris wrote: > > > > >> Does the previous version put stuff into the registry that keeps the > > >> new version from running correctly? > > >