Skip to content

Getting errors working on python 2.7 #1

@ushangt

Description

@ushangt

Temporarily disabling wifi
Traceback (most recent call last):
File "nuwave.py", line 198, in
main()
File "nuwave.py", line 195, in main
connect_nuwave(iface)
File "nuwave.py", line 146, in connect_nuwave
netman_cmd(['nm', 'enable', 'false'])
File "nuwave.py", line 97, in netman_cmd
return checked_cmd(['nmcli'] + args)
File "nuwave.py", line 90, in checked_cmd
raise Exception('CMD (%s) error: "%s"' % (cmd, stderr))
Exception: CMD (['nmcli', 'nm', 'enable', 'false']) error: "Error: Object 'nm' is unknown, try 'nmcli help'.
"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions