Re: IDLE Default Working Directory

2018-11-15 Thread Terry Reedy
On 11/13/2018 9:04 PM, Christman, Roger Graydon wrote: On 13 Nov 2018, at 09:51, Bev in TX wrote: On Nov 12, 2018, at 5:50 PM, Terry Reedy wrote: For me, open (command-O) opens 'Documents'. I presume it should be easy enough to move into a 'py' subfolder.

Re: IDLE Default Working Directory

2018-11-15 Thread eryk sun
On 11/14/18, Irv Kalb wrote: > > When working with data files, I tell students to put their project (their > main program and any other related files) in a folder. Then, in their calls > to "open", I tell them to just give the name of the data file e.g., > 'MyData.txt', or a path relative from th

Re: Unable to install Python on my windows 8 PC

2018-11-15 Thread eryk sun
On 11/15/18, dieter wrote: > Prospero Akai writes: >> I forgot to check the 'Add To Path' box while installing python from >> www.python.org. I uninstalled then try to install again but I have been >> getting this error message since then: >> >> one or more issues caused the setup to fail. please

Re: Cannot find reference 'bluetoothctl' in 'sh.py' less... (Ctrl+F1)

2018-11-15 Thread tommy yama
Hello there Have you tried it with npm? https://www.npmjs.com/package/bluetoothctl On Thu, 15 Nov 2018, 15:10 dieter srinivasan writes: > > As am newbie to python, I am planning to automate BT functionality test > > using Bluez "bluetoothctl" utility by writing python wrapper and robot > > fr