Skip to content

Instantly share code, notes, and snippets.

@jorgenschaefer
Created November 28, 2013 14:50
Show Gist options
  • Save jorgenschaefer/7693096 to your computer and use it in GitHub Desktop.
Save jorgenschaefer/7693096 to your computer and use it in GitHub Desktop.
(with-help-window "*Elpy Error*"
(with-current-buffer "*Elpy Error*"
(view-mode 1)
(let ((inhibit-read-only t))
(erase-buffer)
(insert "There was an error initializing the Elpy backend,\n"
"as the " missing-module " Python module was not found.\n"
"\n"
"Please install this module to use elpy.\n"))
(pop-to-buffer (current-buffer))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment