【新版发布】LiteBook v1.55

15 views
Skip to first unread message

LiteBook.Author

unread,
Nov 21, 2009, 1:51:16 AM11/21/09
to litebook
2009-11-20 ver1.55

* 重写了zip/rar文件打开对话框的列表显示部分,修复了N个相关Bug
* 重写了"上一个文件/下一个文件"的搜索算法,支持中文数字文件名(如第一章,第二章),使得阅读更加方便。
* 提升了HTML转TEXT的准确率,新增支持将HTML Codepoint转换为相应的unicode


下载:http://code.google.com/p/litebook-project/downloads/list

Zoom.Quiet

unread,
Nov 21, 2009, 4:51:54 AM11/21/09
to liteboo...@gmail.com, litebook
2009/11/21 LiteBook.Author <liteboo...@gmail.com>:
> 2009-11-20 ver1.55
>
善!立即使用!
现在每天都在用,爽直!

--
http://zoomquiet.org 人生苦短? Pythonic!
Time is unimportant, only life important!

LiteBook.Author

unread,
Nov 21, 2009, 11:21:46 AM11/21/09
to litebook
> 现在每天都在用,爽直!

这大概是写软件的人最想看到的话,^_^

On Nov 21, 1:51 am, "Zoom.Quiet" <zoom.qu...@gmail.com> wrote:
> 2009/11/21 LiteBook.Author <litebook.aut...@gmail.com>:> 2009-11-20 ver1.55


>
> 善!立即使用!
> 现在每天都在用,爽直!
>
> > * 重写了zip/rar文件打开对话框的列表显示部分,修复了N个相关Bug
> > * 重写了"上一个文件/下一个文件"的搜索算法,支持中文数字文件名(如第一章,第二章),使得阅读更加方便。
> > * 提升了HTML转TEXT的准确率,新增支持将HTML Codepoint转换为相应的unicode
>
> > 下载:http://code.google.com/p/litebook-project/downloads/list
>

> --http://zoomquiet.org人生苦短? Pythonic!

Zoom.Quiet

unread,
Nov 23, 2009, 11:14:11 PM11/23/09
to liteboo...@gmail.com, litebook
2009/11/22 LiteBook.Author <liteboo...@gmail.com>:
>> 现在每天都在用,爽直!
>
> 这大概是写软件的人最想看到的话,^_^
>
嗯嗯嗯,可惜升级系统后没有可用的了...
1.55 只有GLIBC2.7 的,
俺今天升级到 9.10 想用不能,安装 1.5 的GLIBC2.8 版本也跑不起来了....

zq4wk0laptop:/opt/bin> ln -s litebook-v1.5
litebook-v1.55_linux_GLIBC2.7/ litebook-v1.5_linux-GLIBC2.8/
zq4wk0laptop:/opt/bin> ln -s litebook-v1.5_linux-GLIBC2.8 litebook
zq4wk0laptop:/opt/bin> /opt/bin/litebook/litebook
Traceback (most recent call last):
File "<string>", line 6, in <module>
File "__main__.py", line 105, in <module>
File "__main__litebook__.py", line 49, in <module>
File "wx/__init__.py", line 45, in <module>
File "wx/_core.py", line 4, in <module>
File "wx/_core_.py", line 14, in <module>
ImportError: /usr/lib/libgdk-x11-2.0.so.0: undefined symbol:
XRRGetScreenResourcesCurrent

--
http://zoomquiet.org 人生苦短? Pythonic!
KM乃是培育可催生自学习型组织的文化氛围! (KM=Knowledge Management=知识管理)

LiteBook.Author

unread,
Nov 24, 2009, 11:10:20 PM11/24/09
to litebook
> 嗯嗯嗯,可惜升级系统后没有可用的了...
> 1.55 只有GLIBC2.7 的,
> 俺今天升级到 9.10 想用不能,安装 1.5 的GLIBC2.8 版本也跑不起来了.

这主要是因为litebook linux下用的打包工具是bb-freeze,有这个问题,我会再试试用其他的打包工具,于此同时,你只能用源码形式
运行。

On Nov 23, 8:14 pm, "Zoom.Quiet" <zoom.qu...@gmail.com> wrote:
> 2009/11/22 LiteBook.Author <litebook.aut...@gmail.com>:>> 现在每天都在用,爽直!

Zoom.Quiet

unread,
Nov 24, 2009, 11:55:55 PM11/24/09
to liteboo...@gmail.com, litebook
2009/11/25 LiteBook.Author <liteboo...@gmail.com>:

>> 嗯嗯嗯,可惜升级系统后没有可用的了...
>> 1.55 只有GLIBC2.7 的,
>> 俺今天升级到 9.10 想用不能,安装 1.5 的GLIBC2.8 版本也跑不起来了.
>
> 这主要是因为litebook linux下用的打包工具是bb-freeze,有这个问题,我会再试试用其他的打包工具,于此同时,你只能用源码形式
> 运行。
>
源代码编译也很自然的哪,怎么安装?
标准的 make install ?

--
http://zoomquiet.org 人生苦短? Pythonic!
工作的层次(依靠谱程度从低到高)=有做->做完->做对->做好->帮助他人做好

LiteBook.Author

unread,
Nov 25, 2009, 3:30:29 PM11/25/09
to litebook
不用编译,确认你linux系统中的python版本在2.5以上,然后还需安装如下的python扩展库:
wxPython 2.8.10.1 unicode
chardet 1.01 (http://chardet.feedparser.org/)
rarfile 1.0 (http://pypi.python.org/pypi/rarfile/1.0)

从svn中checkout 当前的source,然后直接运行 python litebook-current_linux.py 就可

On Nov 24, 8:55 pm, "Zoom.Quiet" <zoom.qu...@gmail.com> wrote:
> 2009/11/25 LiteBook.Author <litebook.aut...@gmail.com>:>> 嗯嗯嗯,可惜升级系统后没有可用的了...

> --http://zoomquiet.org人生苦短? Pythonic!

LiteBook.Author

unread,
Nov 25, 2009, 3:48:01 PM11/25/09
to litebook
对了,还漏了一点,你还需要一个unrar的linux版,放在litebook的目录下,你可以从之前的发行版里面拷贝。

On Nov 25, 12:30 pm, "LiteBook.Author" <litebook.aut...@gmail.com>
wrote:

Zoom.Quiet

unread,
Nov 25, 2009, 8:04:36 PM11/25/09
to liteboo...@gmail.com, litebook
2009/11/26 LiteBook.Author <liteboo...@gmail.com>:

> 不用编译,确认你linux系统中的python版本在2.5以上,然后还需安装如下的python扩展库:
>    wxPython 2.8.10.1 unicode
sudo easy_install wxPython
Searching for wxPython
Reading http://pypi.python.org/simple/wxPython/
Reading http://wxPython.org/
Reading http://wxPython.org/download.php
Best match: wxPython src-2.8.10.1
Downloading http://downloads.sourceforge.net/wxpython/wxPython-src-2.8.10.1.tar.bz2

>    chardet 1.01 (http://chardet.feedparser.org/)
一直有安装...
>    rarfile 1.0 (http://pypi.python.org/pypi/rarfile/1.0)
sudo easy_install rarfile
Searching for rarfile
Reading http://pypi.python.org/simple/rarfile/
Reading http://grue.l-t.ee/~marko/src/rarfile/
Best match: rarfile 1.0
Downloading http://grue.l-t.ee/~marko/src/rarfile/rarfile-1.0.tar.gz
Processing rarfile-1.0.tar.gz
Running rarfile-1.0/setup.py -q bdist_egg --dist-dir
/tmp/easy_install-lHJFCZ/rarfile-1.0/egg-dist-tmp-Af5IBZ
zip_safe flag not set; analyzing archive contents...
Adding rarfile 1.0 to easy-install.pth file

Installed /usr/local/lib/python2.6/dist-packages/rarfile-1.0-py2.6.egg
Processing dependencies for rarfile
Finished processing dependencies for rarfile

>
> 从svn中checkout 当前的source,然后直接运行 python litebook-current_linux.py 就可
>

好哪!这才是Linux 的软件安装方式!
应该另外给个安装说明了!

--
http://zoomquiet.org 人生苦短? Pythonic!
金山常年招聘Py/C++人才! http://bit.ly/UoTV 简历直投俺就成;-)

Zoom.Quiet

unread,
Nov 25, 2009, 8:05:15 PM11/25/09
to liteboo...@gmail.com, litebook
2009/11/26 LiteBook.Author <liteboo...@gmail.com>:

> 对了,还漏了一点,你还需要一个unrar的linux版,放在litebook的目录下,你可以从之前的发行版里面拷贝。
>
?? 这个系统中一直有的,必须复制 .so 过来?
具体的?是否可以进一步说明一下?

--
http://zoomquiet.org 人生苦短? Pythonic!
向靠谱,反脑残! Kaopulity,小白退散! [Kaopulity~= Keep all processes usablity!]

Zoom.Quiet

unread,
Nov 25, 2009, 8:13:56 PM11/25/09
to liteboo...@gmail.com, litebook
2009/11/26 Zoom.Quiet <zoom....@gmail.com>:

> 2009/11/26 LiteBook.Author <liteboo...@gmail.com>:
>> 不用编译,确认你linux系统中的python版本在2.5以上,然后还需安装如下的python扩展库:
>>    wxPython 2.8.10.1 unicode
> sudo easy_install wxPython
> Searching for wxPython
> Reading http://pypi.python.org/simple/wxPython/
> Reading http://wxPython.org/
> Reading http://wxPython.org/download.php
> Best match: wxPython src-2.8.10.1
> Downloading http://downloads.sourceforge.net/wxpython/wxPython-src-2.8.10.1.tar.bz2
哦去喔喔,居然安装失败!

ports 中只有 python-wxgtk2.8 是相同的吧?

一个人如果力求完善自己,就会看到:为此也必须同时完善他人. 一个人如果不关心别人的完善,自己便不可能完善!

LiteBook.Author

unread,
Nov 26, 2009, 12:21:11 AM11/26/09
to litebook
> 哦去喔喔,居然安装失败!

你如果是用ubuntu或是debian的话,可以看看这里,http://wiki.wxpython.org/
InstallingOnUbuntuOrDebian
这篇wiki介绍了如何在ubuntu或是debian下直接安装wxpython的最新版本

On Nov 25, 5:13 pm, "Zoom.Quiet" <zoom.qu...@gmail.com> wrote:
> 2009/11/26 Zoom.Quiet <zoom.qu...@gmail.com>:> 2009/11/26 LiteBook.Author <litebook.aut...@gmail.com>:


> >> 不用编译,确认你linux系统中的python版本在2.5以上,然后还需安装如下的python扩展库:
> >> wxPython 2.8.10.1 unicode
> > sudo easy_install wxPython
> > Searching for wxPython
> > Readinghttp://pypi.python.org/simple/wxPython/
> > Readinghttp://wxPython.org/

> > Readinghttp://wxPython.org/download.php
> > Best match: wxPython src-2.8.10.1
> > Downloadinghttp://downloads.sourceforge.net/wxpython/wxPython-src-2.8.10.1.tar.bz2


>
> 哦去喔喔,居然安装失败!
>
> ports 中只有 python-wxgtk2.8 是相同的吧?
>
>
>
>
>
> >> chardet 1.01 (http://chardet.feedparser.org/)
> > 一直有安装...
> >> rarfile 1.0 (http://pypi.python.org/pypi/rarfile/1.0)
> > sudo easy_install rarfile
> > Searching for rarfile
> > Readinghttp://pypi.python.org/simple/rarfile/

> > Readinghttp://grue.l-t.ee/~marko/src/rarfile/
> > Best match: rarfile 1.0
> > Downloadinghttp://grue.l-t.ee/~marko/src/rarfile/rarfile-1.0.tar.gz

LiteBook.Author

unread,
Nov 26, 2009, 12:22:19 AM11/26/09
to litebook

> ?? 这个系统中一直有的,必须复制 .so 过来?

不用,你直接把unrar这个文件拷到litebook的目录下即可

On Nov 25, 5:05 pm, "Zoom.Quiet" <zoom.qu...@gmail.com> wrote:
> 2009/11/26 LiteBook.Author <litebook.aut...@gmail.com>:> 对了,还漏了一点,你还需要一个unrar的linux版,放在litebook的目录下,你可以从之前的发行版里面拷贝。

> --http://zoomquiet.org人生苦短? Pythonic!

LiteBook.Author

unread,
Nov 26, 2009, 12:27:27 AM11/26/09
to litebook
> 好哪!这才是Linux 的软件安装方式!
> 应该另外给个安装说明了!

已经更新了网站上的FAQ,增加了如何以源码形式运行litebook的部分

On Nov 25, 5:04 pm, "Zoom.Quiet" <zoom.qu...@gmail.com> wrote:
> 2009/11/26 LiteBook.Author <litebook.aut...@gmail.com>:> 不用编译,确认你linux系统中的python版本在2.5以上,然后还需安装如下的python扩展库:


> > wxPython 2.8.10.1 unicode
>
> sudo easy_install wxPython
> Searching for wxPython

> Readinghttp://pypi.python.org/simple/wxPython/
> Readinghttp://wxPython.org/
> Readinghttp://wxPython.org/download.php
> Best match: wxPython src-2.8.10.1
> Downloadinghttp://downloads.sourceforge.net/wxpython/wxPython-src-2.8.10.1.tar.bz2


>
> > chardet 1.01 (http://chardet.feedparser.org/)
> 一直有安装...
> > rarfile 1.0 (http://pypi.python.org/pypi/rarfile/1.0)
>
> sudo easy_install rarfile
> Searching for rarfile
> Readinghttp://pypi.python.org/simple/rarfile/

> Readinghttp://grue.l-t.ee/~marko/src/rarfile/
> Best match: rarfile 1.0
> Downloadinghttp://grue.l-t.ee/~marko/src/rarfile/rarfile-1.0.tar.gz

> --http://zoomquiet.org人生苦短? Pythonic!
> 金山常年招聘Py/C++人才!http://bit.ly/UoTV简历直投俺就成;-)

Zoom.Quiet

unread,
Nov 26, 2009, 12:50:02 AM11/26/09
to liteboo...@gmail.com, litebook
2009/11/26 LiteBook.Author <liteboo...@gmail.com>:

>> 好哪!这才是Linux 的软件安装方式!
>> 应该另外给个安装说明了!
>
> 已经更新了网站上的FAQ,增加了如何以源码形式运行litebook的部分
>
善!运行起来了!
以后就这么发布吧!

> On Nov 25, 5:04 pm, "Zoom.Quiet" <zoom.qu...@gmail.com> wrote:
>> 2009/11/26 LiteBook.Author <litebook.aut...@gmail.com>:> 不用编译,确认你linux系统中的python版本在2.5以上,然后还需安装如下的python扩展库:

--
http://zoomquiet.org 人生苦短? Pythonic!

2009-11-26-134909_788x649_scrot.png
Reply all
Reply to author
Forward
0 new messages