Can't get htmltmpl working on Windows Vista
I am trying to install the Python library htmltmpl as it is a dependency of the Venus feed reader.
I tried to install htmltmpl from here
When I ran the test suite I got the following output:
C:\h开发者_开发知识库tmltmpl-1.22>python test.py
This is not UNIX.
Converting newline separators in .tmpl and .res files.
1 ... cached ... FAILED
2 ... compiled ... FAILED
3 ... complex ... FAILED
4 ... else ... FAILED
5 ... escape ... FAILED
6 ... globalvars ... FAILED
7 ... if ... FAILED
8 ... include ... FAILED
9 ... loop ... FAILED
10 ... maxinclude ... FAILED
11 ... multipart ... FAILED
12 ... nestcond ... FAILED
13 ... nestloop ... FAILED
14 ... params ... FAILED
15 ... simple ... FAILED
16 ... unless ... FAILED
Any ideas on how I should proceed?
From the docs:
The module should work on all platforms supported by Python. The module is supported by its author only on the UNIX platform using Python versions 2.1 or newer.
精彩评论