Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup.py install requires ropemode directory #2

Open
mcepl opened this issue Dec 1, 2013 · 1 comment
Open

setup.py install requires ropemode directory #2

mcepl opened this issue Dec 1, 2013 · 1 comment

Comments

@mcepl
Copy link
Contributor

mcepl commented Dec 1, 2013

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
Copy link
Contributor Author

mcepl commented Dec 1, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant