Hello,<br>sorry if this is a -devel mailing list. Let me know please if I have to send to another list.<br><br>Would like to test ovirt-shell against an RH EV 3.0 installation.<br>My system is based on F16 x86_64.<br>Installed from nightly builds directory:<br>
<br>Mar 16 11:02:30 Installed: python-lxml-2.3-1.fc16.x86_64<br>Mar 16 11:02:30 Installed: ovirt-engine-sdk-1.6.1-1.fc16.noarch<br>Mar 16 11:02:30 Installed: pexpect-2.3-6.fc15.noarch<br>Mar 16 11:02:30 Installed: python-ply-3.3-5.fc15.noarch<br>
Mar 16 11:02:30 Installed: ovirt-engine-cli-2.1.2-1.fc16.noarch<br><br>But<br><br>$ ovirt-shell --help<br>Traceback (most recent call last):<br>  File &quot;/usr/bin/ovirt-shell&quot;, line 9, in &lt;module&gt;<br>    load_entry_point(&#39;ovirt-shell==2.1.2-SNAPSHOT&#39;, &#39;console_scripts&#39;, &#39;ovirt-shell&#39;)()<br>
  File &quot;/usr/lib/python2.7/site-packages/pkg_resources.py&quot;, line 337, in load_entry_point<br>    return get_distribution(dist).load_entry_point(group, name)<br>  File &quot;/usr/lib/python2.7/site-packages/pkg_resources.py&quot;, line 2279, in load_entry_point<br>
    return ep.load()<br>  File &quot;/usr/lib/python2.7/site-packages/pkg_resources.py&quot;, line 1989, in load<br>    entry = __import__(self.module_name, globals(),globals(), [&#39;__name__&#39;])<br>  File &quot;/usr/lib/python2.7/site-packages/ovirtcli/main.py&quot;, line 20, in &lt;module&gt;<br>
    from ovirtcli.context import OvirtCliExecutionContext<br>  File &quot;/usr/lib/python2.7/site-packages/ovirtcli/context.py&quot;, line 18, in &lt;module&gt;<br>    from cli.command import *<br>  File &quot;/usr/lib/python2.7/site-packages/cli/command/__init__.py&quot;, line 2, in &lt;module&gt;<br>
    from cli.command.command import Command<br>  File &quot;/usr/lib/python2.7/site-packages/cli/command/command.py&quot;, line 21, in &lt;module&gt;<br>    from ovirtcli.utils.methodhelper import MethodHelper<br>  File &quot;/usr/lib/python2.7/site-packages/ovirtcli/utils/methodhelper.py&quot;, line 20, in &lt;module&gt;<br>
    from codegen.doc.documentation import Documentation<br>ImportError: No module named codegen.doc.documentation<br><br>Probably it is something stupid I miss?<br>I installed them with <br>sudo yum localinstall ovirt-engine-cli-2.1.2-1.fc16.noarch.rpm ovirt-engine-sdk-1.6.1-1.fc16.noarch.rpm<br>
<br>and got:<br>Loaded plugins: auto-update-debuginfo, downloadonly, langpacks, presto, refresh-packagekit<br>Setting up Local Package Process<br>Examining ovirt-engine-cli-2.1.2-1.fc16.noarch.rpm: ovirt-engine-cli-2.1.2-1.fc16.noarch<br>
Marking ovirt-engine-cli-2.1.2-1.fc16.noarch.rpm to be installed<br>Examining ovirt-engine-sdk-1.6.1-1.fc16.noarch.rpm: ovirt-engine-sdk-1.6.1-1.fc16.noarch<br>Marking ovirt-engine-sdk-1.6.1-1.fc16.noarch.rpm to be installed<br>
Resolving Dependencies<br>--&gt; Running transaction check<br>---&gt; Package ovirt-engine-cli.noarch 0:2.1.2-1.fc16 will be installed<br>--&gt; Processing Dependency: pexpect for package: ovirt-engine-cli-2.1.2-1.fc16.noarch<br>
--&gt; Processing Dependency: python-ply for package: ovirt-engine-cli-2.1.2-1.fc16.noarch<br>---&gt; Package ovirt-engine-sdk.noarch 0:1.6.1-1.fc16 will be installed<br>--&gt; Processing Dependency: python-lxml for package: ovirt-engine-sdk-1.6.1-1.fc16.noarch<br>
--&gt; Running transaction check<br>---&gt; Package pexpect.noarch 0:2.3-6.fc15 will be installed<br>---&gt; Package python-lxml.x86_64 0:2.3-1.fc16 will be installed<br>---&gt; Package python-ply.noarch 0:3.3-5.fc15 will be installed<br>
--&gt; Finished Dependency Resolution<br><br>Dependencies Resolved<br><br>possibly any dependency problem in rpm composition?<br>Thanks in advance,<br>Gianluca<br>