LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   need help with an installation (https://www.linuxquestions.org/questions/linux-software-2/need-help-with-an-installation-52404/)

noir-gel 03-29-2003 04:34 PM

need help with an installation
 
Hello!

Do you know this problem?:



Traceback (most recent call last):
File "/opt/GraphiteOne/lib/graphiteone.py", line 14, in ?
from graphiteoneapplication import GOneApplication
File "/opt/GraphiteOne/lib/graphiteoneapplication.py", line 17, in ?
from qt import QString
File "/opt/GraphiteOne/lib/qt.py", line 50, in ?
import libqtc
ImportError: /opt/GraphiteOne/lib/libqtcmodule.so: undefined symbol: _ZNK9QSGIStyle9classNameEv




I'm trying to install a program called graphiteone (a CAD program). I've converted an rpm to deb with alien (as it says in the web page). www.graphiteone-cad.com



THANKS IN ADVANCE!


.alvaro.castro.

jpbarto 03-29-2003 08:58 PM

Are you sure that all the required packages (what the graphiteone requires your system to already have installed) have been met. The last line, undefined Symbol, suggests that a library may be missing... are you sure that you have the QT libraries installed? Or maybe do you have an older version of the QT libraries?

noir-gel 03-30-2003 10:04 AM

what qt libraries do I have to install?? there are lots!


thanks! :-)

.alvaro.castro.

jpbarto 03-30-2003 11:38 PM

Well here's a link to information about QT v3.1.2 (I think)... however if you're running a distro with KDE as your WM then ... you already have QT installed.
http://doc.trolltech.com/3.1/index.html

Plus, graphiteone lists nothing about requiring QT on its website. It does however mention needing python and some glibc compatability library?
http://www.graphiteone-cad.com/en/freedownload.php

are you sure that you have the compatability issue taken care of?

what distro are you running, what all is installed (is python and qt installed), and is there a graphiteone forum operated by graphiteone that can offer any tips?

Taking a second look at the error messages those are python scripts trying to import qt functionality of some sort... there may be an issue between python and qt that needs addressed. does anyone here know anything about python??? cause I don't... but lets begin at the beginning and we'll track this mess down.


All times are GMT -5. The time now is 03:22 PM.