<div dir="ltr">In the latest beta, setup.py install doesn't really install horizon in the virtualenv. Though some of the files are installed, the install doesn't seem to be recursive; all sub-modules of horizon and openstack_dashboard are missing.<div>
<br><div><div>My procedure is:</div><div><br></div><div>$ virtualenv --system-site-packages foo<br></div><div>$ source foo/bin/activate<br></div><div>(foo) $ python setup.py install</div><div>(foo) $ cd /tmp</div><div>(foo) $ python</div>
<div>>>> import openstack_dashboard</div><div>>>> import openstack_dashboard.dashboards</div><div>Traceback (most recent call last):</div><div>  File "<stdin>", line 1, in <module></div>
<div>ImportError: No module named dashboards</div><div><br></div></div></div><div>Am I doing something wrong, or have I found a bug?</div></div>