<div dir="ltr"><div dir="ltr"><div dir="ltr">I installed the crmsh package into two freshly installed Slackware 14.2 systems, fully patched. According to the info file for this package, it does not have any explicit dependencies. I nevertheless installed pacemaker, and all of its dependencies, for that's the context in which I am going to use crmsh.<div><br><div>When I try to invoke the crm executable that is distributed with crmsh, here is what I am getting:</div></div><div><br></div><div># crm</div><div><div>Fatal error:</div><div>        No module named lxml</div><div>        No module named modules</div><div><br></div><div>    Failed to start crmsh! This is likely due to a broken</div><div>    installation or a missing dependency.</div><div><br></div><div>    If you are using a packaged version of crmsh, please try</div><div>    reinstalling the package. Also check your PYTHONPATH and</div><div>    make sure that the crmsh module is reachable.</div><div><br></div><div>    Please file an issue describing your installation at</div><div>    <a href="https://github.com/Clusterlabs/crmsh/issues/">https://github.com/Clusterlabs/crmsh/issues/</a> .</div></div><div><br></div><div>PYTHONPATH is not set in my shell, and it is not found in any file in /etc/profile.d. I tried setting it myself with</div><div><br></div><div>export PYTHONPATH=/usr/lib64/python2.7/site-packages/crmsh<br></div><div><br></div><div>and a few variations of the above, but it made no difference.</div><div><br></div></div></div></div>