Hi,
I have been trying to install and run Leo-4.11-final, but I encountered
some problems. This is probably due to my inexperience.
Here is an account of how things went.
I first downloaded and installed python-3.3.2.amd64.msi and
PyQt4-4.10.3-gpl-Py3.3-Qt5.1.0-x64.exe.
I am using Windows 7, by the way.
Then I extracted Leo-4.11-final.zip into a directory and tried to launch
Leo by executing launchLeo.py.
At this point, I get an 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 load
lm.doPrePluginsInit(fileName,pymacs)
File "C:\Users\User01\Desktop\Leo\Bin\Leo\leo\core\leoApp.py", line 1936,
in doPrePluginsInit
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 openSettingsFile
c = g.app.newCommander(fn)
File "C:\Users\User01\Desktop\Leo\Bin\Leo\leo\core\leoApp.py", line 932,
in newCommander
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.
--------------------
I really don't understand why this is happening.
I had previously installed Leo on the same system, a few months ago, and
there were no problems. I am not sure, though, if I had used exactly the
same Python and PyQt installation files.
--
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.