I am trying vim's python omni-completion script, it works, but I got problem.
After I start vim, the 1st time I press to ask vim to complete python code, many warning shown up. That's because some python libs in my project use md5, which will trigger a warning message in python 2.6
That's very ignoring, how to stop vim/python from issuing warning?