Hey, what's the latest and greatest version of Leo that can run on Python 2.5? That's the last Python for Win98.
Seth On Sun, Sep 6, 2009 at 11:05 AM, VR<[email protected]> wrote: > > Hi Edward, > > On 6 Sep., 07:50, VR <[email protected]> wrote: >> Hi Edward, >> >> On 5 Sep., 18:45, VR <[email protected]> wrote: >> >> >> >> > Hi Edward >> >> > You wrote: >> > > Leo 4.6.3 final is now available >> > > at:http://sourceforge.net/project/showfiles.php?group_id=3458&package_id... >> >> > > Leo 4.6.3 fixes a significant caching bug in Leo 4.6.2. >> > > Leo 4.6.3 also comes with an executable installer for Windows. >> >> > > Please report any problems immediately. >> >> > Installing Leo-4.6.3 from the executable installer for Windows does >> > not work for me. >> >> > Platform is Windows XP Pro SP3 and Python 2.6, no PyQt. >> >> > Even when changing the file-association for '*.leo' from >> > '...pythonw ...' to >> > '...python...', the program does not leave any traces :-( >> >> I was able to get Leo working again from the latest '46-main' branch. >> >> However I do get the following tracebacks, when starting Leo: >> >> <Log> >> >> Leo Log Window >> Leo 4.6.3 final, build 2286, September 4, 2009 >> Python 2.6.2, Tk 8.5, Pmw 1.3 >> Windows 5, 1, 2600, 2, Service Pack 3 >> leoID=vr20080830 (in C:\Dokumente und Einstellungen\VR\.leo) >> load dir: C:\46-maint\leo\core >> global config dir: C:\46-maint\leo\config >> home dir: C:\Dokumente und Einstellungen\VR >> reading settings in C:\46-maint\leo\config\leoSettings.leo >> using menus from: leoSettings.leo >> reading settings in C:\Dokumente und Einstellungen\VR\Eigene Dateien >> \PWL\PWL-on-Neptune.leo >> unexpected exception in g.importFromPath(quicksearch) >> Traceback (most recent call last): >> >> File "C:\46-maint\leo\core\leoGlobals.py", line 6723, in >> importFromPath >> module = imp.load_module(moduleName,theFile,pathname,description) >> >> File "C:\46-maint\leo\plugins\quicksearch.py", line 40, in <module> >> g.assertUi('qt') >> >> File "C:\46-maint\leo\core\leoGlobals.py", line 6779, in assertUi >> assert g.app.gui.guiName() == uitype >> >> AssertionError >> >> Can not import quicksearch from plugin quicksearch >> unexpected exception in g.importFromPath(contextmenu) >> Traceback (most recent call last): >> >> File "C:\46-maint\leo\core\leoGlobals.py", line 6723, in >> importFromPath >> module = imp.load_module(moduleName,theFile,pathname,description) >> >> File "C:\46-maint\leo\plugins\contextmenu.py", line 58, in <module> >> g.assertUi('qt') >> >> File "C:\46-maint\leo\core\leoGlobals.py", line 6779, in assertUi >> assert g.app.gui.guiName() == uitype >> >> AssertionError >> >> Can not import contextmenu from plugin contextmenu >> unexpected exception in g.importFromPath(nav_qt) >> Traceback (most recent call last): >> >> File "C:\46-maint\leo\core\leoGlobals.py", line 6723, in >> importFromPath >> module = imp.load_module(moduleName,theFile,pathname,description) >> >> File "C:\46-maint\leo\plugins\nav_qt.py", line 33, in <module> >> g.assertUi('qt') >> >> File "C:\46-maint\leo\core\leoGlobals.py", line 6779, in assertUi >> assert g.app.gui.guiName() == uitype >> >> AssertionError >> >> Can not import nav_qt from plugin nav_qt >> @enabled-plugins found in leoSettings.leo >> unexpected exception in g.importFromPath(quicksearch) >> Traceback (most recent call last): >> >> File "C:\46-maint\leo\core\leoGlobals.py", line 6723, in >> importFromPath >> module = imp.load_module(moduleName,theFile,pathname,description) >> >> File "C:\46-maint\leo\plugins\quicksearch.py", line 40, in <module> >> g.assertUi('qt') >> >> File "C:\46-maint\leo\core\leoGlobals.py", line 6779, in assertUi >> assert g.app.gui.guiName() == uitype >> >> AssertionError >> >> Can not import quicksearch from plugin quicksearch >> unexpected exception in g.importFromPath(contextmenu) >> Traceback (most recent call last): >> >> File "C:\46-maint\leo\core\leoGlobals.py", line 6723, in >> importFromPath >> module = imp.load_module(moduleName,theFile,pathname,description) >> >> File "C:\46-maint\leo\plugins\contextmenu.py", line 58, in <module> >> g.assertUi('qt') >> >> File "C:\46-maint\leo\core\leoGlobals.py", line 6779, in assertUi >> assert g.app.gui.guiName() == uitype >> >> AssertionError >> >> Can not import contextmenu from plugin contextmenu >> unexpected exception in g.importFromPath(nav_qt) >> Traceback (most recent call last): >> >> File "C:\46-maint\leo\core\leoGlobals.py", line 6723, in >> importFromPath >> module = imp.load_module(moduleName,theFile,pathname,description) >> >> File "C:\46-maint\leo\plugins\nav_qt.py", line 33, in <module> >> g.assertUi('qt') >> >> File "C:\46-maint\leo\core\leoGlobals.py", line 6779, in assertUi >> assert g.app.gui.guiName() == uitype >> >> AssertionError >> >> Can not import nav_qt from plugin nav_qt >> Can not load c:\aspell\bin\aspell-15.dll >> reading: C:\Dokumente und Einstellungen\VR\Eigene Dateien\PWL\PWL-on- >> Neptune.leo >> >> </Log> > > I did retry the windows installer again. - The problem can be > resolved > manually in a simple way: > > * Change the content of the 'open-action' in windows explorer for > filetype 'leo' > > * from "C:\Python26\\pythonw.exe" "C:\Programme\Leo-4.6.3-final > \launchLeo.py" "%1" > * to "C:\Python26\pythonw.exe" "C:\Programme\Leo-4.6.3-final > \launchLeo.py" --gui=tk "%1" > > Kind regards, > > Viktor Ransmayr > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
