On Wed, May 19, 2010 at 10:04 AM, Charles Campbell <[email protected]> wrote: > Hello! > > I downloaded mercurial-1.5.tar and did "make all", "make i nstall", and then > ran "hg debuginstall" -- and I see a message "ImportError: No module named > osutil" -- any hints about where to find/install that module?
It comes with Mercurial. Depending on how you perform the install, it is either built from a C file or a Python file is used. I'm guessing that the way your install ran, it is expecting to use the module built from the C file but that didn't build for some reason. http://mercurial.selenic.com/wiki/UnixInstall may be helpful. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega <[email protected]> -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
