annotate pyikriam/lazy/www/README @ 160:7551342718b6
Refactory pyikriam with patterns.
- Use dyna_prog, a dynamic programming decorator, to cache city objects.
- fake_moz to emulate a mozilla browser.
author |
Thinker K.F. Li <thinker@branda.to> |
date |
Sat, 01 Nov 2008 21:29:51 +0800 |
parents |
a4c364888197 |
children |
|
rev |
line source |
62
|
1 Requirements:
|
|
2
|
|
3 lxml - python libxml binding
|
|
4
|
|
5 it needs to installing the following packages before install lxml.
|
|
6
|
|
7 * libxml 2.6.21 or later. It can be found here: http://xmlsoft.org/downloads.html
|
|
8 * libxslt 1.1.15 or later. It can be found here: http://xmlsoft.org/XSLT/downloads.html
|
|
9
|
|
10 If you use Ubuntu, here is what you need to do.
|
|
11
|
|
12 $ apt-get install libxml2-dev libxslt1-dev
|
|
13 $ eazy_install lxml
|
|
14
|
|
15 Example:
|
|
16
|
|
17 product = c('http://www.google.com.tw').find("/foo/bar/").working_prodcut
|
|
18 print product.content |