I'm using Xcode 4 to write python scripts (stackoverflow.com/questions/5276967/python-in-xcode-4)
I'm wondering if there's a way to get auto completion in Xcode 4. Is there a way to set up a python path, so that I can't point xcode to my custom python modules and get those to be scanned for auto completion. I don't even get auto completion for the standard modules such as math och os.