Hello Edward & Community,

This is a follow up on my previous entry 
https://groups.google.com/forum/#!topic/leo-editor/Q8B0gNeaKfc 

I've tried several combinations:

* Python 3.4.4 & 3.5.2
* PyQt 5.5.1 & 5.6.0
* Leo 5.3 & 5.4-devel

Whenever I try the combination 3.5.2 & PyQt 5.6.0 I do get the same 
traceback that I have reported previosuly:

<TB>

PS C:\Users\Viktor\worklogs> leo wl2016.leo

C:\Users\Viktor\worklogs>C:\Python35\python.exe 
C:\Users\Viktor\Programs\Leo-latest\launchLeo.py wl2016.leo
leoID=VIRA2015 (in C:\Users\Viktor\.leo)
reading settings in 
C:\Users\Viktor\Programs\Leo-latest\leo\config\leoSettings.leo
reading settings in C:\Users\Viktor\.leo\myLeoSettings.leo
reading settings in C:\Users\Viktor\worklogs\wl2016.leo

** isPython3: True
Leo 5.4-devel, build 20160412153848, Tue Apr 12 15:38:48 CDT 2016
Not running from a git repo
Python 3.5.2, PyQt version 5.6.0
Windows 10 AMD64 (build 10.0.10586) SP0
Traceback (most recent call last):
  File "C:\Users\Viktor\Programs\Leo-latest\launchLeo.py", line 8, in 
<module>
    leo.core.runLeo.run()
  File "C:\Users\Viktor\Programs\Leo-latest\leo\core\runLeo.py", line 63, 
in run
    g.app.loadManager.load(fileName, pymacs)
  File "C:\Users\Viktor\Programs\Leo-latest\leo\core\leoApp.py", line 2297, 
in load
    ok = lm.doPostPluginsInit()
  File "C:\Users\Viktor\Programs\Leo-latest\leo\core\leoApp.py", line 2641, 
in doPostPluginsInit
    c = lm.loadLocalFile(fn, gui=g.app.gui, old_c=None)
  File "C:\Users\Viktor\Programs\Leo-latest\leo\core\leoApp.py", line 2879, 
in loadLocalFile
    c = lm.openFileByName(fn, gui, old_c, previousSettings)
  File "C:\Users\Viktor\Programs\Leo-latest\leo\core\leoApp.py", line 2928, 
in openFileByName
    lm.createMenu(c, fn)
  File "C:\Users\Viktor\Programs\Leo-latest\leo\core\leoApp.py", line 2937, 
in createMenu
    g.app.recentFilesManager.updateRecentFiles(fn)
  File "C:\Users\Viktor\Programs\Leo-latest\leo\core\leoApp.py", line 3361, 
in updateRecentFiles
    if (munge(fileName) == munge(name) or
  File "C:\Users\Viktor\Programs\Leo-latest\leo\core\leoApp.py", line 3351, 
in munge
    return g.os_path_finalize(name or '').lower()
  File "C:\Users\Viktor\Programs\Leo-latest\leo\core\leoGlobals.py", line 
5820, in os_path_finalize
    path = os.path.abspath(path)
  File "C:\Python35\lib\ntpath.py", line 535, in abspath
    path = _getfullpathname(path)
ValueError: _getfullpathname: embedded null character
PS C:\Users\Viktor\worklogs>

</TB>

The combination Python 3.4.4 + PyQt 5.5.1 + Leo 5.x is working with & 
without an outline as an explicit argument.

Does anyone have the combination Python 3.5.2 + PyQt 5.6.0 + Leo 5.x 
working on a Windows 10 (64-bit) system?

With kind regards,

Viktor

-- 
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 leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to