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

AttributeError: 'Detector' object has no attribute 'vim_client_script' #14

Open
mcepl opened this issue Nov 11, 2014 · 0 comments
Open

Comments

@mcepl
Copy link

mcepl commented Nov 11, 2014

When installing the script via python setup.py develop --user (on 78dc1af) and then running it one another script (via import vimpdb; vimpdb.set_trace()):

matej@mitmanek: qa-tools-apps (fixes *)$ ./status-report --debug --since=2014-10-01
Traceback (most recent call last):
  File "./status-report", line 21, in <module>
    from reports.base import Date, Stats, StatsGroup
  File "/home/matej/archiv/knihovna/repos/qa-tools-apps/reports/base.py", line 14, in <module>
    vimpdb.set_trace()
  File "/home/matej/archiv/knihovna/repos/vimpdb/src/vimpdb/debugger.py", line 229, in set_trace
    instance = make_instance()
  File "/home/matej/archiv/knihovna/repos/vimpdb/src/vimpdb/debugger.py", line 218, in make_instance
    communicator = proxy.Communicator(configuration.vim_client_script,
AttributeError: 'Detector' object has no attribute 'vim_client_script'
matej@mitmanek: qa-tools-apps (fixes *)$ 
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