On Thursday, November 7, 2013 11:34:02 AM UTC+1, lewis wrote:
>
> Leo at present doesn't fully support PyQt5.1, so you should try the 
> Qt4.8.5 package.
> Uninstall your PyQt4-4.10.3-gpl-Py3.3-Qt5.1.0-x64, then
> download and install PyQt4-4.10.3-gpl-Py3.3-Qt4.8.5-x64.exe
>
> Regards
> Lewis
>
>
Thanks, Lewis. I did what you recommended, including uninstalling PyQt 
version before installing the one you indicated, but still it does not work.
I get the error message:

Traceback (most recent call last):
  File "C:\Users\User01\Desktop\Leo\Bin\Leo\launchLeo.py", line 8, in 
<module>
    leo.core.runLeo.run()
  File "C:\Users\User01\Desktop\Leo\Bin\Leo\leo\core\runLeo.py", line 81, 
in run

    g.app.loadManager.load(fileName,pymacs)
  File "C:\Users\User01\Desktop\Leo\Bin\Leo\leo\core\leoApp.py", line 1892, 
in l
oad
    lm.doPrePluginsInit(fileName,pymacs)
  File "C:\Users\User01\Desktop\Leo\Bin\Leo\leo\core\leoApp.py", line 1936, 
in d
oPrePluginsInit
    lm.readGlobalSettingsFiles()
  File "C:\Users\User01\Desktop\Leo\Bin\Leo\leo\core\leoApp.py", line 1839, 
in r
eadGlobalSettingsFiles
    lm.computeMyLeoSettingsPath())]
  File "C:\Users\User01\Desktop\Leo\Bin\Leo\leo\core\leoApp.py", line 1837, 
in <
listcomp>
    lm.openSettingsFile(path) for path in (
  File "C:\Users\User01\Desktop\Leo\Bin\Leo\leo\core\leoApp.py", line 1810, 
in o
penSettingsFile
    c = g.app.newCommander(fn)
  File "C:\Users\User01\Desktop\Leo\Bin\Leo\leo\core\leoApp.py", line 932, 
in ne
wCommander
    return 
leoCommands.Commands(fileName,relativeFileName,gui,previousSettings)
  File "C:\Users\User01\Desktop\Leo\Bin\Leo\leo\core\leoCommands.py", line 
100,
in __init__
    c.initObjects(self.gui)
  File "C:\Users\User01\Desktop\Leo\Bin\Leo\leo\core\leoCommands.py", line 
339,
in initObjects
    import leo.plugins.free_layout as free_layout
  File "C:\Users\User01\Desktop\Leo\Bin\Leo\leo\plugins\free_layout.py", 
line 24
, in <module>
    from PyQt4 import QtCore, QtGui, Qt
ImportError: DLL load failed: The specified module could not be found.

------------------------------

On the other hand, I have successfully installed Leo on another computer 
(running Windows 8.1), without any problems. 
I don't know if this difference in behavior is due to the different 
operating system or to something else.



 

-- 
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/groups/opt_out.

Reply via email to