imtaphyviewer error

Asked by Stojan Kitanov

Hi

I tried to install imtaphyViewer, and I get the following error:

root@stojan-laptop:~/openwns-sdk/modules/phy/imtaphy/testConfigs/imtaphyViewer# ./view.py &
[1] 3752
root@stojan-laptop:~/openwns-sdk/modules/phy/imtaphy/testConfigs/imtaphyViewer# Traceback (most recent call last):
  File "./view.py", line 73, in <module>
    widget = Windows.Main()
  File "/home/stojan/openwns-sdk/modules/phy/imtaphy/testConfigs/imtaphyViewer/Windows.py", line 280, in __init__
    "<h4>I cannot find a running CouchDB instance</h4>"
  File "/home/stojan/openwns-sdk/modules/phy/imtaphy/testConfigs/imtaphyViewer/Windows.py", line 232, in __init__
    self.exec_()
  File "/home/stojan/openwns-sdk/modules/phy/imtaphy/testConfigs/imtaphyViewer/Windows.py", line 235, in exec_
    if self.disabled == "0":
AttributeError: 'Warning' object has no attribute 'disabled'

Any idea how can I solve this.

Regards,
S

Question information

Language:
English Edit question
Status:
Solved
For:
IMTAphy Edit question
Assignee:
No assignee Edit question
Solved by:
Stojan Kitanov
Solved:
Last query:
Last reply:
Revision history for this message
Jan (jan-ellenbeck) said :
#1

Hi,

the relevant error message here is "I cannot find a running CouchDB instance".

Make sure you install couchdb. On Ubuntu there are several packages required. Below is a list of packages I've installed on a Ubuntu 11.10 system where the viewer runs fine. You seem to be running the viewer as root - I don't think that's a good idea. Maybe you also need to start it from a desktop session for the desktopcouch to be available.

Hope this helps
Jan

couchdb-bin install
desktopcouch install
desktopcouch-tools install
python-couchdb install
python-desktopcouch install
python-desktopcouch-application install
python-desktopcouch-records install
python-desktopcouch-recordtypes install
ubuntuone-couch install

Revision history for this message
Stojan Kitanov (stojankitanov) said :
#2

Hi Jan,

Thanks for your help.

Actually recently I installed Ubuntu 12.04 and I succeeded to install the imtaphyviewer without any problem.

Regards,

Stojan