On Wed, 11 Aug 2010 13:52:07 -0700 (PDT)
Steve Allen <[email protected]> wrote:

> But when I look in the site-packages directory, PyQt4 is there:

What happens when you just run python and enter

from PyQt4 import QtGui

?

I get:

MNOdonata> python
Python 2.6.4 (r264:75706, Dec  7 2009, 18:45:15) 
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from PyQt4 import QtGui
>>> 

i.e. nothing, which is correct.  Do you also get nothing?

Cheers -Terry

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to