undecipherable error regarding venv on first run
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
charmtester |
New
|
Undecided
|
Unassigned |
Bug Description
I've done the following
bzr branch bundletester
make
sudo python setup.py install
pip install --user blessings (seems to be a missing dependency)
now when i cd into a charm directory and execute bundletester, i receive the following traceback, making it appear that bundletester wants a virtualenv
Traceback (most recent call last):
File "/usr/local/
load_
File "/usr/local/
[report.
File "/usr/local/
self.build()
File "/usr/local/
vpath = os.path.
AttributeError: 'Runner' object has no attribute 'directory'
There is no bundle config in the tests directory - which may be the root cause.
Bundletester requires python-virtualenv installed, but it is not saying anything about not having it.
Try installing python-virtualenv.