← Back to team overview

zim-wiki team mailing list archive

Re: Zim glib errors on macOS Homebrew

 

I restored my old packages, and zim is working again. I suspect the culprit is glib, which went from version 2.48.2 to 2.50 since my last update. Can anyone confirm?


On 10/3/16 12:30 PM, Joseph Reagle wrote:
> Help! Zim isn't working for me this morning. I updated my homebrew, that's the only think that I think could have led to this...
> 
> Anyone seeing the same thing? Any suggestions?
> 
> ```
> ~/tmp/zim-0.65$ /usr/local/bin/python zim.py
> ERROR: No such file or directory
> 2016-10-03 12:27:36.029 Python[75439:1782910] *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.
> Traceback (most recent call last):
>   File "zim.py", line 53, in <module>
>     exitcode = zim.main.main(*argv)
>   File "/Users/reagle/Downloads/zim-0.65/zim/main.py", line 452, in main
>     zim.errors.exception_handler('Exception in main()')
>   File "/Users/reagle/Downloads/zim-0.65/zim/errors.py", line 101, in exception_handler
>     _run_error_dialog(error)
>   File "/Users/reagle/Downloads/zim-0.65/zim/errors.py", line 71, in _run_error_dialog
>     from zim.gui.widgets import ErrorDialog
>   File "/Users/reagle/Downloads/zim-0.65/zim/gui/__init__.py", line 256, in <module>
>     load_zim_stock_icons()
>   File "/Users/reagle/Downloads/zim-0.65/zim/gui/__init__.py", line 248, in load_zim_stock_icons
>     pixbuf = gtk.gdk.pixbuf_new_from_file(str(dir+file))
> glib.GError: Couldn't recognize the image file format for file '/Users/reagle/Downloads/zim-0.65/data/pixmaps/add-bookmark.png'
> ```


References