ropemacs icon indicating copy to clipboard operation
ropemacs copied to clipboard

setup.py install requires ropemode directory

Open mcepl opened this issue 10 years ago • 1 comments

When trying to install ropemacs

$ python setup.py install running install running build running build_py error: package directory 'ropemode' does not exist

Creating folder ropemode fixes

$ mkdir ropemode $ sudo python setup.py install running install running build running build_py package init file 'ropemode/init.py' not found (or not a regular file) creating build creating build/lib creating build/lib/ropemacs copying ropemacs/init.py -> build/lib/ropemacs package init file 'ropemode/init.py' not found (or not a regular file) running install_lib creating /usr/local/lib/python2.6/site-packages/ropemacs copying build/lib/ropemacs/init.py -> /usr/local/lib/python2.6/site-packages/ropemacs byte-compiling /usr/local/lib/python2.6/site-packages/ropemacs/init.py to init.pyc running install_egg_info Writing /usr/local/lib/python2.6/site-packages/ropemacs-0.6-py2.6.egg-info

Shouldn't this be part of the build script?

mcepl avatar Dec 01 '13 22:12 mcepl

ropemode was once part of ropemacs and was extracted to a separate tree when ropevim was written. ropemode is included in released packages but when using the repository version of ropemacs, you need to clone ropemode from its repository, too. See http://rope.sf.net/ropemacs.html for ropemode hg url.

Ali

mcepl avatar Dec 01 '13 22:12 mcepl