core-location

CoreLocation AttributeError

CoreLocation AttributeError Question: I am trying to find my Mac’s current location using the following python script. It is using the python objective-C bridge and it works sometimes. However sometimes I am getting the following AttributeError and I’m unsure what I should do to fix the error. #!/usr/bin/python # encoding: utf-8 import CoreLocation manager = …

Total answers: 2