Re: IDLE Default Working Directory

2018-11-14 Thread Brian Oney via Python-list
On Tue, 2018-11-13 at 10:33 -0600, Bev in TX wrote: > > On Nov 12, 2018, at 10:07 AM, Brian Oney > > wrote: > > On Mon, 2018-11-12 at 09:35 -0600, Bev in TX wrote: > > > I am not the OP and I’m on macOS — no shortcuts. How would one do the > > > same thing on other platforms? > > > Bev in TX >

All of a sudden code started throwing errors

2018-11-14 Thread srinivasan
Dear Python Experts Could you please let me know why am I seeing the following errors as before this it was working consistently? root:~/qa/robot_tests# python3 -m robot --variable SIGNAL_LEVEL_THRESHOLD:-60 wifi_testing.robot

Re: All of a sudden code started throwing errors

2018-11-14 Thread Brian Oney via Python-list
On Wed, 2018-11-14 at 09:47 +0100, srinivasan wrote: > -68 >= -60 It's a problem with your test of wifi strength. Good job of making informative output and running tests! -- https://mail.python.org/mailman/listinfo/python-list

Re: IDLE Default Working Directory

2018-11-14 Thread Bev in TX
Thanks for taking the time to respond, but I’m not certain that we are on the same page. Every time you start Idle, its File -> Open dialog points to the same default location (on MacOS that is ~/Documents). When you open a project’s file from another location, Idle remembers that new folder

Re: All of a sudden code started throwing errors

2018-11-14 Thread Peter Otten
srinivasan wrote: > Dear Python Experts > > Could you please let me know why am I seeing the following errors as > before this it was working consistently? > cwd = os.getcwd() > FileNotFoundError: [Errno 2] No such file or directory > root:~/qa/robot_tests# Steps to reproduce the problem:

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

2018-11-14 Thread srinivasan
Dear Python Experts, As am newbie to python, I am planning to automate BT functionality test using Bluez "bluetoothctl" utility by writing python wrapper and robot framework integrated with Jenkins I came across the below link: https://www.reddit.com/r/raspberry_pi/comments/4bxu2o/bluetoothctl_i

Unable to install Python on my windows 8 PC

2018-11-14 Thread Prospero Akai
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 fix the issues and then retry setup. for more info see the log fil

Re: All of a sudden code started throwing errors

2018-11-14 Thread Matt Wheeler
> On 14 Nov 2018, at 13:51, Peter Otten <__pete...@web.de> wrote: > > Diagnosis: you managed to remove your current working directory, probably > because you used os.chdir() to switch to a temporary directory and then > forgot to switch back. > > Solution: don't do that ;) > > I recommend tha

Re: IDLE Default Working Directory

2018-11-14 Thread Irv Kalb
> On Nov 13, 2018, at 6: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 mov

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

2018-11-14 Thread 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 > framework integrated with Jenkins > ... > *$ pip3 install bluetoothctl* > *Collecting bluetoothctl* > * Could not find a version

Re: Unable to install Python on my windows 8 PC

2018-11-14 Thread dieter
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 fix the issues and then > retry se

Python Setup failed on Windows 8

2018-11-14 Thread Prospero Akai
I forgot to check the 'Add To Path' box while installing python from www.python.org on my windows 8 PC. I uninstalled then try to install again but I have been getting this error message: 0x80072ee7-Unspecified error I will appreciate your kind help. (Akai, Nigeria) -- https://mail.python.org/m