You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: