|
-
i am trying to run graphiteone on my new system, however when i try to run it i get the following.
[chelbt@localhost ~]$ graphiteone
Traceback (most recent call last):
File "/opt/GraphiteOne/lib/graphiteonesplashscreen.py", line 16, in
from qt import Qt
File "/opt/GraphiteOne/lib/qt.py", line 46, in
import libsip
ImportError: /opt/GraphiteOne/lib/libsip.so: wrong ELF class: ELFCLASS32
Traceback (most recent call last):
File "/opt/GraphiteOne/lib/graphiteone.py", line 15, in
from graphiteoneapplication import GOneApplication
File "/opt/GraphiteOne/lib/graphiteoneapplication.py", line 13, in
import HPY
File "/opt/GraphiteOne/lib/HPY.py", line 2, in
import HPYc
ImportError: /opt/GraphiteOne/lib/HPYc.so: wrong ELF class: ELFCLASS32
any help would be great.
p.s. i have tried asking the software company but they don't reply |