You are not logged in.

#1 2008-09-02 03:32:29

Ryujin
Forum Fellow
From: Centerville, Utah
Registered: 2005-05-12
Posts: 246
Website

pyqt modules not importing

I have 2 fresh Arch installs, (within the last few weeks) and both of them are giving me problems with pyqt.   I am trying to import the modules but they are not being found:

>>> import QtCore
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named QtCore

and yes, I have pyqt installed.

I imagine I am overlooking something small, any suggestions?

Offline

#2 2008-09-02 03:50:12

Ryujin
Forum Fellow
From: Centerville, Utah
Registered: 2005-05-12
Posts: 246
Website

Re: pyqt modules not importing

I got it, I am a dofus!!

import PyQt4.QtCore

Offline

Board footer

Powered by FluxBB