<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 "apt-get remove openxcap" uninstall openxcap 1.1.2. Only one package is removed.</div>
<div> </div>
<div> Then I use dracs get the newest openxcap.And use "python setup.py install" 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>--- <exception caught here> ---<br>
File "/usr/bin/openxcap", line 61, in <module><br> from xcap.server import XCAPServer<br> File "/usr/lib/python2.5/site-packages/xcap/server.py", line 19, in <module><br> from xcap import authentication<br>
File "/usr/lib/python2.5/site-packages/xcap/authentication.py", line 26, in <module><br> from xcap.appusage import getApplicationForURI, namespaces, public_get_applications<br> File "/usr/lib/python2.5/site-packages/xcap/appusage/__init__.py", line 6, in <module><br>
import Image<br>exceptions.ImportError: No module named Image<br>debian:~# </div>
<div> </div>
<div> what' s wrong with it?</div>
<div> </div>
<div>CheeWii</div>