|
I am running the same Python script on a Linux and Windows machine. this line: current_ssid = frame[19+4*i+3].split(':')[2].strip() gives me an error ("list index out of range") when I run on Linux but not when I run it on Windows. Are there different subscripts for Linux? From the desk of Nicole A. Powell..... |