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

no module named taskw #146

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

no module named taskw #146

kalikaneko opened this issue Sep 21, 2014 · 2 comments

Comments

@kalikaneko
Copy link

When running bugwarrior 1.0.0 from the develop branch (at 3fa6a62), and running bugwarrior-pull, I get an error complaining about the missing taskw:

Traceback (most recent call last):
  File "/home/kali/Virtualenvs/bugwarrior/bin/bugwarrior-pull", line 8, in <module>
    load_entry_point('bugwarrior==1.0.0', 'console_scripts', 'bugwarrior-pull')()
  File "/home/kali/Virtualenvs/bugwarrior/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 318, in load_entry_point
  File "/home/kali/Virtualenvs/bugwarrior/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 2221, in load_entry_point
  File "/home/kali/Virtualenvs/bugwarrior/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 1954, in load
  File "/home/kali/Virtualenvs/bugwarrior/local/lib/python2.7/site-packages/bugwarrior-1.0.0-py2.7.egg/bugwarrior/__init__.py", line 2, in <module>
    from bugwarrior.command import pull, vault
  File "/home/kali/Virtualenvs/bugwarrior/local/lib/python2.7/site-packages/bugwarrior-1.0.0-py2.7.egg/bugwarrior/command.py", line 11, in <module>
    from taskw.warrior import TaskWarriorBase
ImportError: No module named taskw.warrior

I see taskw dependency commented out in setup.py

@ralphbean
Copy link
Sponsor Collaborator

Jeez, nice catch. Thank you!

@ralphbean
Copy link
Sponsor Collaborator

Fixed in 7cf0980

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

2 participants