<div>Hi,</div>
<div>   I have installed openxcap1.1.2 in my debian system. It runs successfully. For Openxcap 1.1.2 have not support many new functions. So I use &quot;apt-get remove openxcap&quot; uninstall openxcap 1.1.2. Only one package is removed.</div>

<div> </div>
<div>   Then I use dracs get the newest openxcap.And use &quot;python setup.py install&quot; to install the newest openxcap. The duration of installing seems as ok! </div>
<div>   </div>
<div>   But when i start openxcap , it cannot start. there is no information in all processes.</div>
<div>  </div>
<div>   Then I use /usr/bin/openxcap --no-fork, it shows as follows: </div>
<div> </div>
<div>   debian:~# /usr/bin/openxcap --no-fork<br>Starting OpenXCAP 1.1.3<br>fatal error: failed to create OpenXCAP 1.1.3: No module named Image<br>Traceback (most recent call last):<br>--- &lt;exception caught here&gt; ---<br>
  File &quot;/usr/bin/openxcap&quot;, line 61, in &lt;module&gt;<br>    from xcap.server import XCAPServer<br>  File &quot;/usr/lib/python2.5/site-packages/xcap/server.py&quot;, line 19, in &lt;module&gt;<br>    from xcap import authentication<br>
  File &quot;/usr/lib/python2.5/site-packages/xcap/authentication.py&quot;, line 26, in &lt;module&gt;<br>    from xcap.appusage import getApplicationForURI, namespaces, public_get_applications<br>  File &quot;/usr/lib/python2.5/site-packages/xcap/appusage/__init__.py&quot;, line 6, in &lt;module&gt;<br>
    import Image<br>exceptions.ImportError: No module named Image<br>debian:~# </div>
<div>    </div>
<div>    what&#39; s wrong with it?</div>
<div> </div>
<div>CheeWii</div>