Ticket #3 (closed Defect: Fixed)
ImportError: No module named application.process
| Reported by: | opticus | Owned by: | Mircea Amarascu |
|---|---|---|---|
| Priority: | Minor | Milestone: | OpenXCAP 1.0.0 |
| Component: | Interoperability | Version: | |
| Severity: | Critical | Keywords: | |
| Cc: |
Description
Hi
I'm testing out this system on a debian/unstable box, after installing and creating the tables in db:openser(I dont have anything else in this db except the the script in the scripts section) with backend = Database I get the following error when running: /etc/init.d/openxcap start Starting OpenXCAP server: openxcapTraceback (most recent call last):
File "/usr/bin/openxcap", line 12, in ?
from application.process import process, ProcessError
ImportError: No module named application.process
this is the openxcap-0.9.0
anyone have any idea what I'm doing wrong?
Change History
Note: See
TracTickets for help on using
tickets.

You need the python-application package. You can get it from here http://download.dns-hosting.info/OpenXCAP/
python-application has recently become a Debian package and is available in the public repository. This will be used by the next version of OpenXCAP, 0.9.2, but for 0.9.0 please use the python-application version mentioned above.