无法在Windows Vista上运行htmltmpl

问题描述:

我想安装Python库htmltmpl,因为它是Venus Feed阅读器的依赖项。无法在Windows Vista上运行htmltmpl

我试过当我运行测试套件,我得到了下面的输出从here

安装htmltmpl:

C:\htmltmpl-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 

,我应该如何进行任何想法?

+0

请不要链接到下载链接。如果点击,你会得到不需要的自动文件下载 – joaquin 2011-12-06 11:18:15

the docs

模块应该被Python支持的所有平台上工作。 模块仅由其作者在UNIX平台上使用 Python版本2.1或更新版本支持。