← Back to team overview

zim-wiki team mailing list archive

Zim 0.62 for Windows released again

 

I did a new build of Zim for Windows and posted it here:
[1]http://www.glump.net/software/zim-windows



This fixes the crash of the Preferences dialog box.



I worked from rev. 739 today. I don't want to mix up releases
with different code going into the Windows build and the
official source tarball, unless necessary for these two fixes
(rev 739 and what I'm about to describe).



When I ran setup.py it said "Missed line for plugin list"
because it wasn't finding "\t\tplugins = set()" because that
line of code had already been modified by a previous run of
setup.py.



I suggest patching it to look for

    \t\tplugins = set(

instead. [2]https://bugs.launchpad.net/zim/+bug/1380907



Brendan Kidwell



On Fri, Oct 10, 2014, at 15:37, Jaap Karssenberg wrote:

Hi Brendan,

I made some changes in revisions 739 that should fix this. Made
it such that setup.py takes care of it when you run "setup.py
build". Assume this is also triggered by py2exe, but haven't
tested that.

If you find time to test and build a new compiler you can use
revision 741.

Thanks,

Jaap

References

1. http://www.glump.net/software/zim-windows
2. https://bugs.launchpad.net/zim/+bug/1380907

Follow ups

References