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

cannot find configuration.rst #147

Closed
kalikaneko opened this issue Sep 21, 2014 · 0 comments
Closed

cannot find configuration.rst #147

kalikaneko opened this issue Sep 21, 2014 · 0 comments

Comments

@kalikaneko
Copy link

Running from within a virtualenv, 1.0.0 (3fa6a62), and launching bugwarrior-pull, I get the following error complaining about a missing file:

CRITICAL:command:oh noes
TRACE Traceback (most recent call last):
TRACE   File "/home/kali/Virtualenvs/bugwarrior/local/lib/python2.7/site-packages/bugwarrior-1.0.0-py2.7.egg/bugwarrior/command.py", line 30, in pull
TRACE     config = load_config()
TRACE   File "/home/kali/Virtualenvs/bugwarrior/local/lib/python2.7/site-packages/bugwarrior-1.0.0-py2.7.egg/bugwarrior/config.py", line 152, in load_config
TRACE     validate_config(config)
TRACE   File "/home/kali/Virtualenvs/bugwarrior/local/lib/python2.7/site-packages/bugwarrior-1.0.0-py2.7.egg/bugwarrior/config.py", line 137, in validate_config
TRACE     SERVICES[service].validate_config(config, target)
TRACE   File "/home/kali/Virtualenvs/bugwarrior/local/lib/python2.7/site-packages/bugwarrior-1.0.0-py2.7.egg/bugwarrior/services/redmine.py", line 112, in validate_config
TRACE     die("[%s] has no '%s'" % (target, k))
TRACE   File "/home/kali/Virtualenvs/bugwarrior/local/lib/python2.7/site-packages/bugwarrior-1.0.0-py2.7.egg/bugwarrior/config.py", line 96, in die
TRACE     example=load_example_rc(),
TRACE   File "/home/kali/Virtualenvs/bugwarrior/local/lib/python2.7/site-packages/bugwarrior-1.0.0-py2.7.egg/bugwarrior/config.py", line 78, in load_example_rc
TRACE     with open(fname, 'r') as f:
TRACE IOError: [Errno 2] No such file or directory: '/home/kali/Virtualenvs/bugwarrior/local/lib/python2.7/site-packages/bugwarrior-1.0.0-py2.7.egg/bugwarrior/../docs/source/configuration.rst'
(bugwarrior)

The docs are correctly added in the MANIFEST.in, and I see them in EGG_INFO/sources.txt.
Hoewer they're not installed in the source folder.

ls bugwarrior                                                                                                                                                                                             
command.py  command.pyc  config.py  config.pyc  db.py  db.pyc  __init__.py  __init__.pyc  notifications.py  notifications.pyc  README.rst  services
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