Leo is running fine with 3.4.2rc1.
However I just installed 3.4.2 and I get this traceback in the console:

c:\python34\Lib\site-packages\leo-editor>launchleo.py
leoQt.py: can not import either PyQt4 or PyQt5.
Traceback (most recent call last):
  File "C:\python34\Lib\site-packages\leo-editor\leo\core\leoQt.py", line 
20, in <module>
    from PyQt5 import Qt
ImportError: No module named 'PyQt5'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\python34\Lib\site-packages\leo-editor\launchLeo.py", line 7, in 
<module>
    import leo.core.runLeo
  File "C:\python34\Lib\site-packages\leo-editor\leo\core\runLeo.py", line 
28, in <module>
    leoGlobals.app = leoApp.LeoApp()
  File "C:\python34\Lib\site-packages\leo-editor\leo\core\leoApp.py", line 
143,
in __init__
    import leo.core.leoFrame as leoFrame
  File "C:\python34\Lib\site-packages\leo-editor\leo\core\leoFrame.py", 
line 15, in <module>
    import leo.core.leoColorizer as leoColorizer
  File "C:\python34\Lib\site-packages\leo-editor\leo\core\leoColorizer.py", 
line 17, in <module>
    from leo.core.leoQt import isQt5,Qsci,QtCore,QtGui,QtWidgets
  File "C:\python34\Lib\site-packages\leo-editor\leo\core\leoQt.py", line 
24, in <module>
    from PyQt4 import Qt
ImportError: DLL load failed: %1 is not a valid Win32 application.
[end]

I switched back to 3.4.2rc1 and leo loads fine.
*Leo Log Window*
*Leo 4.11 final, build 20141008072610, Wed Oct  8 07:26:09 CDT 2014*
*Git repo info: branch = master, commit = 9c47efe0d832*
*Python 3.4.2, PyQt version 5.3.1*
*Windows 7 AMD64 (build 6.1.7601) SP1*

Regards
Lewis

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" 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/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to