Re: [Zim-wiki] Windows installer for Zim 0.46 ready

2010-04-26 Thread Jaap Karssenberg
On Mon, Apr 26, 2010 at 11:21 PM, Brendan Kidwell  wrote:
> Jaap, where do we stand now with a release schedule? Should I target a
> particular day for getting the most easy Windows issues fixed?
> Brendan

This month I deviated from my monthly release cycle. Just didn't have
the time to work on it. I will try to create a new release in about
one month time, but to soon for me to be sure I can make it.

Regards,

Jaap

___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] Windows installer for Zim 0.46 ready

2010-04-26 Thread Brendan Kidwell
Thanks Jaap. (I assume it's fine that I'm CCing the dev mailing list to
bring this thread back into public view.)

I just wanted to reply briefly today to acknowledge that I've read all the
support tickets regarding the Windows build (and created one or two myself)
but it might be another week or so before I make any more progress. I
submitted my last work for a course at school that was a lot more annoying
than it was enjoyable and I need to hibernate a bit more. :^)

Fixes, suggestions and patches from others are more than welcome. Anyone
with more available time and expertise is welcome to take over ownership of
the task too! :^)

Jaap, where do we stand now with a release schedule? Should I target a
particular day for getting the most easy Windows issues fixed?

Brendan


On Mon, Apr 26, 2010 at 4:16 PM, Jaap Karssenberg <
jaap.karssenb...@gmail.com> wrote:

> Just merged your branch with installer work into trunk. I think a
> potential cause of issues maybe that build_win32.py acts as a
> replacement of setup.py, but does not take into account all the hacks
> that are triggered by setup.py (like compiling the translations etc.).
>
> Probably the right way to do this would to either merge build_win32.py
> back into setup.py or to call "setup.py build" from build_win32.py.
>
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] Windows installer for Zim 0.46 ready

2010-04-14 Thread Jaap Karssenberg
On Tue, Apr 13, 2010 at 10:57 AM, Brendan Kidwell  wrote:
> The installer and the app seem to work otherwise, so here's the installer:
> http://www.glump.net/software/zim
> You can go ahead and link to here from the Zim web site now if you'd like.
> Jaap, let me know how you want to approach bug 562111. I'm not sure where to
> start on that.
> If you want to merge my Bazaar branch into the trunk right away, go for it.

Thanks, tested it here and it looks great :) Will merge and update the
website later this week.

The bug should be easy to fix, just means we try logging a debug
message before setting up the logging infrastructure. I'll double
check where in the code this might happen. I have seen this message on
linux as well, just didn't pay much attention since it doesn't cause a
dialog to popup there.

Looks like zim.exe can not output to the terminal, e.g. "zim
--version" fails. However using "zim --debug" results in debug results
ending up in zim.exe.log as well. My guess is that the compiler does
some special handling for the logging module backend.

One detail I see is that the installer packages bzrlib, but not the
bzr command itself. This means that probably some versioning commands
are failing since we can not do everything purely on bzrlib. I can
also work around this if including main bzr executable is an issue.

Regards,

Jaap

___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp