Re: [Zim-wiki] Windows builds

2015-12-17 Thread Zann
Hi Gregor,

You could try my recent attempt to build Zim for Windows [1]. If you do, please 
let me know if it works as expected or not.

Thanks,
-Zann

P.S. The link [1] will be alive only for 7 days.

[1] http://wikisend.com/download/355410/Zim-setup-0.65_2015-12-11.exe
[2] http://www.glump.net/software/zim-windows


Thursday, December 17, 2015, 4:14:02 AM, rapide.aston.mar...@gmail.com wrote:

ramgc> Hello,

ramgc> I'd love to see the actual release in a windows binary.
ramgc> Thx,

ramgc> Gregor



___
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] How can I check the directory of ZimNotes?

2016-03-09 Thread Zann
Hi Agustin,

On Windows clicking Tools then Open Notebook Folder opens that in the file 
manager, where the full path can be seen, and the files for the specific pages 
can be located. This looks like what you are looking for, but I am not sure if 
it works the same way on other platforms too.

Also, if a given page contains a pasted image, one should be able to 
right-click on the latter and pick Open Folder, which would bring up the file 
manager showing the directory where the image file resides.

Hope this helps,
-Zann


Wednesday, March 9, 2016, 8:00:16 AM, Agustin Lobo wrote:

AL> Discrepancy solved with R
AL> But still I would like to know how to check the path of a given
AL> zim page or at least the root ZimNotes
AL> Thanks

AL> On Wed, Mar 9, 2016 at 4:51 PM, Agustin Lobo  wrote:
>> I'm having a sync problem and would like to verify that I made the correct
>> setup of Zim on one of the machines. How can I check the actual directory
>> of the ZimNotes?
>> The contents of a given page and the one of its supposedly corresponding
>> text file do not match.

>> Thanks

>> --
>> Agustin Lobo
>> aloboa...@gmail.com






___
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] Compiling for windows

2017-03-18 Thread Zann
Hi Stephen,

The README-BUILD-win32.txt [1] is pretty good, I was able to produce a Windows 
installer for 0.65 using this guide, only with few minor (and almost obvious) 
adjustments. Also, look at [2], the official home of Zim for Windows - I 
remember getting a few pointers there too.

By the way, you should be able to run Zim as any other Python code straight 
from the source. I might be forgetting things, but I think it worked for me 
when I tried it - give it a shot.

-Z.

[1] 
http://bazaar.launchpad.net/~jaap.karssenberg/zim/pyzim/view/head:/windows/README-BUILD-win32.txt
[2] http://www.glump.net/software/zim-windows



Friday, March 17, 2017, 6:46:24 AM, Stephen Dintaman wrote:

SD> Hello, I'm trying to troubleshoot bug # 1279270

SD> This seems to be a windows exclusive bug, and the source code does not seem 
easily portable to windows.  Is there a proper method for compiling this for 
windows for testing purposes?



___
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] New web site for Windows installer; found new energy to work on Windows installer

2017-05-16 Thread Zann
Hi Brendan,

This had been bugging me for years! Internet Explorer clears that folder when 
set to delete browser history on exit (which happens to be my preference), 
causing Zim loose some of its settings stored in the state.conf stored at that 
location. I am very glad you will be looking into this.

Thank you,
-Z.


Tuesday, May 16, 2017, 2:05:44 AM, Brendan Kidwell wrote:

BK> I noticed it using that path for indices, too, in Windows 7. I will find
BK> the root cause of that poor path choice and fix it in the source.

BK> On Tue, May 16, 2017, at 04:52, Murat Güven wrote:
>> thank you for your great work.

>> When you work on the new package, could you please double check, if 
>> there is anything added to make
>> the installer choose something like following for the index path?

>> %appdata%\Local\Microsoft\Windows\Inetcache\zim\zim\

>> I'm running Window 10 64bit with a user having local admin rights.
>> Could others please check this path as well, please?

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



___
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] command line parameter --index with MSYS2

2020-06-09 Thread Zann
Hi Greg,

I have been playing with MSYS2 and Zim in the last couple of days too. What is 
your problem with the --index exactly, do you have an error message?

I had a few issues with python3w.exe specifically under Windows 10: everything 
worked with python.exe but not with the w-variety. I wonder if it had anything 
to do with https://stackoverflow.com/questions/56974927/, because my error 
message was Access Denied. When I looked at the size of the python3w.exe it was 
exactly 0 bytes - no wonder it did not work, but why and how Windows 10 managed 
to do that is beyond me. I copied the python3w.exe from another Windows 7 box 
and everything began to work as expected, probably because by that time I 
already disabled a few things per the stackoverflow link above, or because 
Windows did not update itself yet ... I am not happy with Windows 10 at all.

Here are my command lines:

C:\msys64\mingw64\bin\python3w.exe C:\Zim\zim.py --index Notes
C:\msys64\mingw64\bin\python3w.exe C:\Zim\zim.py

To execute both in one click I would combine them both in a BAT file.

-Z.



Tuesday, June 9, 2020, 11:35:10 AM, rapide.aston.mar...@gmail.com wrote:

> Hello Zim Community,

> since lack of a portable MS Windows build, I'm running with
> https://github.com/jaap-karssenberg/zim-wiki/wiki/Install-Zim-0.70-or-Later-in-Windows


> This works pretty well - but I'd like to run "update index" each startup
> since the notebook is stored on cloud-storage (dropbox)

> My startup link is
> C:\Temp\msys64\mingw64\bin\python3w.exe "C:\Temp\prog\ZimDesktopWiki\zim.py"

> I had no success with --index in the startup link.

> Any hints appreciated.

> Thanks in advance,

> Greg


___
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