I've been letting my Python and PyQt installs get long in the tooth.
Upgraded python to 2.6.5, things worked ok, upgraded PyQt to 4.7.3 and
got the following error:

qtGui.py: can not import Qt
Use "launchLeo.py --gui=tk" to force Tk
Traceback (most recent call last):
  File "C:\PyDev\leo_repo\trunk\launchLeo.py", line 8, in <module>
    leo.core.runLeo.run()
  File "C:\PyDev\leo_repo\trunk\leo\core\runLeo.py", line 89, in run
    fn,relFn,script,versionFlag = doPrePluginsInit(fileName,pymacs)
  File "C:\PyDev\leo_repo\trunk\leo\core\runLeo.py", line 130, in
doPrePluginsInit
    createSpecialGui(gui,pymacs,script,windowFlag)
  File "C:\PyDev\leo_repo\trunk\leo\core\runLeo.py", line 152, in
createSpecialGui
    elif gui == 'qt':   g.app.createQtGui(tag)
  File "C:\PyDev\leo_repo\trunk\leo\core\leoApp.py", line 387, in
createQtGui
    import leo.plugins.qtGui
  File "C:\PyDev\leo_repo\trunk\leo\plugins\qtGui.py", line 52, in
<module>
    from PyQt4 import QtCore
ImportError: DLL load failed: The specified procedure could not be
found.

Not sure what is giving this, QtCore still seems to exist.

Punt back to and earlier version?

Note: Python.org just release 2.7 which is meant to be the go to
distribution for non 3.x usage, I did not even give that a try, anyone
braver than I yet?

Tom

-- 
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