glyph / python-docstring-mode

Emacs minor-mode for editing Python docstrings.
MIT License
70 stars 22 forks source link

Problems locating `docstring_wrap.py` #9

Closed berhoel closed 8 years ago

berhoel commented 9 years ago

I installed „python-docstring-mode“ from melpa. The installed module was unable to locate „docstring_wrap.py“. I fixed this by rewriting the defvar for python-docstring-script:

(defvar python-docstring-script
  (concat (file-name-directory (locate-library "python-docstring"))
          "docstring_wrap.py")
  "The location of the docstring_wrap.py script.")
berhoel commented 8 years ago

I still have the problem with the latest install from melpa.

berhoel commented 8 years ago

Added pull request #13

berhoel commented 8 years ago

Removed pull request #13, it is a duplicate of #4.

glyph commented 8 years ago

4 has been merged so hopefully this is fixed.