=== modified file 'python-components-help.el' --- python-components-help.el 2012-06-20 14:39:57 +0000 +++ python-components-help.el 2012-07-03 20:01:36 +0000 @@ -148,7 +148,9 @@ (file (concat (expand-file-name temp py-temp-directory) ".py")) (cmd (py-find-imports))) (goto-char orig) - (setq cmd (concat "import pydoc\n" + (setq cmd (concat "import pydoc, sys\n" + "sys.path.insert(0, '" + (file-name-directory origfile) "')\n" cmd)) (setq cmd (concat cmd "pydoc.help('" sym "')\n")) (with-temp-buffer