Hi Adrian, Thanks for taking the time to reply.
So what happens if you do?: > > from PyQt4.QtCore import PYQT_VERSION_STR as __version__ > Python 3.4.3 (default, Aug 5 2015, 16:15:39) [GCC 4.8.4] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from PyQt4.QtCore import PYQT_VERSION_STR as __version__ Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named 'sip' But apt-cache policy python3-sip python3-sip: Installed: 4.15.5-1build1 Candidate: 4.15.5-1build1 Don't really get it, it seems to me like python3 is not finding my libraries. My guess is that since you are using XUbuntu and therefore xfce you do > not have a system QT install or a minimal one at best. I would crank up > the XUbuntu package manager and see what QT(non-Python) libraries are > installed. > I opened synaptic and searched for qt4, aside from python-qt4 I see qt4-dev-tools and a couple of other packages. Not really sure what I'm looking for though (or if I'm looking in the right place, I never use the gui package manager). Thanks again for the help, Tom -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
