-
Notifications
You must be signed in to change notification settings - Fork 26
Description
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?