1diable any antivirus and then install it. antivirus block changes to system files
2hope this will help...
3
4please subscribe my youtube channel - https://bit.ly/PROGRAMMING-HERO
1#Here it is
2from wifi import Cell, Scheme
3Cell.all('wlan0')
4cell = Cell.all('wlan0')[0]
5scheme = Scheme.for_cell('wlan0', 'home', cell, passkey)
6scheme.save()
7scheme.activate()
8
9scheme = Scheme.find('wlan0', 'home')
10scheme.activate()
1process = subprocess.Popen(command, stdout=tempFile, shell=True)
2# make shell = True