I found the correct file in usr/lib/pymodules/python2.7/GroundControl/launchpad.py
The line 159 was empty but found
if Type(obj) == Type(None):
and edited it to
if Type(obj) == None :/NoneType :
No results.
No foleder named GroundControl exists in usr/lib/python2.6/dist-packages and usr/lib/python2.6/dist-packages
I found the correct file in usr/lib/ pymodules/ python2. 7/GroundControl /launchpad. py
The line 159 was empty but found
if Type(obj) == Type(None):
and edited it to
if Type(obj) == None :/NoneType :
No results.
No foleder named GroundControl exists in usr/lib/ python2. 6/dist- packages and usr/lib/ python2. 6/dist- packages