zim-wiki team mailing list archive
-
zim-wiki team
-
Mailing list archive
-
Message #04950
Re: Zim 0.73 released !
On 6/6/20 2:39 PM, Jaap Karssenberg wrote:
> Although a bit delayed, I just release zim 0.73.
Excellent Jaap, thank you!
BTW: I'm seeing the following warnings.
```
** (zim.py:29089): WARNING **: 08:15:11.498: iso_639.xml: Failed to open file “/usr/share/xml/iso-codes/iso_639.xml”: open() failed: No such file or directory
** (zim.py:29089): WARNING **: 08:15:11.498: iso_3166.xml: Failed to open file “/usr/share/xml/iso-codes/iso_3166.xml”: open() failed: No such file or directory
WARNING: /Users/reagle/bin/zim-0.73.0/zim/plugins/osx_menubar.py:28: PyGIWarning: GtkosxApplication was imported without specifying a version first. Use gi.require_version('GtkosxApplication', '1.0') before import to ensure that the right version gets loaded.
from gi.repository import GtkosxApplication
WARNING: /Users/reagle/bin/zim-0.73.0/zim/plugins/attachmentbrowser/thumbnailer.py:289: SyntaxWarning: 'NoneType' object is not callable; perhaps you missed a comma?
raise None(None)
```
References