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
>
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
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
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
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:
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
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
> 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
> 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
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
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
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
12 matches
Mail list logo