Skip to content

setup.py install requires ropemode directory #2

Description

@mcepl

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions