How do folks using vi to write their Python code find the Python source of libraries used by their application? The Idle IDE has an Open Module command that can find source code by module name. Are there any vi plugins that add this feature? I've found that sometimes the only way to figure out how to use a library is to read the source <g>. Mark