Hmmmm, I get module not found?! C:\Python26\Lib\site-packages\PyQt4>c:\Python26\python Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> >>> from PyQt import QtGui Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named PyQt >>>
I wonder if it has something to do with a previous installation of Python25, and that there's something in the Windows registry or something that needs to point to the Python26 version? On Aug 11, 5:39 pm, Terry Brown <[email protected]> wrote: > 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.
