Hi,
I'm getting the error below when trying to launch Leo. I'm using it
in a Slackware 12.0 environment. It was working fine before a slapt
update. Any pointers?
# python launchLeo.py
reading settings in /root/Leo-4-5-1-final/leo/config/leoSettings.leo
Traceback (most recent call last):
File "launchLeo.py", line 8, in <module>
leo.core.runLeo.run()
File "/root/Leo-4-5-1-final/leo/core/runLeo.py", line 112, in run
g.app.config.readSettingsFiles(fileName,verbose)
File "/root/Leo-4-5-1-final/leo/core/leoConfig.py", line 1842, in
readSettingsFiles
c = self.openSettingsFile(path)
File "/root/Leo-4-5-1-final/leo/core/leoConfig.py", line 1927, in
openSettingsFile
initEditCommanders=False,updateRecentFiles=False)
File "/root/Leo-4-5-1-final/leo/core/leoApp.py", line 642, in
newLeoCommanderAndFrame
c =
leoCommands.Commands(frame,fileName,relativeFileName=relativeFileName)
File "/root/Leo-4-5-1-final/leo/core/leoCommands.py", line 119, in
__init__
import leo.core.leoEditCommands as leoEditCommands
File "/root/Leo-4-5-1-final/leo/core/leoEditCommands.py", line 29,
in <module>
import ctypes
File "/usr/lib/python2.5/ctypes/__init__.py", line 20, in <module>
raise Exception, ("Version number mismatch", __version__,
_ctypes_version)
Exception: ('Version number mismatch', '1.0.2', '1.0.3')
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---