← Back to team overview

zim-wiki team mailing list archive

Re: Zim 0.42-alpha1 (python branch)

 

> For those will to test please run two commands in the source directory and
> let me know any errors:
> $ ./test.py --full

No errors here.



> $ ./zim.py --index /path/to/your/notebook
>

With everything in English (path, Notebook name, page names, page text):

$ ./zim.py --index ~/.zim/test/
$

Great, but now I try with a Hebrew path (everything else in English):
$ ./zim.py --index ~/.zim/בדיקה/
Traceback (most recent call last):
  File "./zim.py", line 198, in <module>
    main(sys.argv)
  File "./zim.py", line 182, in main
    handler = zim.NotebookInterface(notebook=args[0])
  File "/home/hardy1/inOut/fromFirefox/pyzim-0.42-alpha1/pyzim-0.42-alpha1/zim/__init__.py",
line 63, in __init__
    self.open_notebook(notebook)
  File "/home/hardy1/inOut/fromFirefox/pyzim-0.42-alpha1/pyzim-0.42-alpha1/zim/__init__.py",
line 96, in open_notebook
    notebook = zim.notebook.get_notebook(notebook)
  File "/home/hardy1/inOut/fromFirefox/pyzim-0.42-alpha1/pyzim-0.42-alpha1/zim/notebook.py",
line 31, in get_notebook
    notebook = unicode(notebook)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd7 in position
18: ordinal not in



> To run the gui use
> $ ./zim.py /path/to/your/notebook
>

I'm not sure what is supposed to be there and what is not, so I won't
start listing things, but it runs. It seems to use a slightly darker
background, which is _much_ easier on the eyes.

-- 
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il



Follow ups

References