Ben Welsh wrote:
> Hey listers,
>
> I'm trying to install venus planet in my dreamhost
account. I created a
> new subhost, installed wordpress, created a folder in
the FTP called
> venus, planted the install package there, tunnelled in
with SSH and then
> got this message after I ran runtests.py
>
> xsltproc is not available => can't test XSLT
templates
> Genshi is not available => can't test genshi
filters
> libxslt is not available => can't test xslt filters
> Popen is not available => can't test standard
filters
> Redland RDF is not available => can't test FOAF
reading lists
> Traceback (most recent call last):
> File "runtests.py", line 41, in ?
> suite =
unittest.TestLoader().loadTestsFromNames(modules)
> File "/usr/lib/python2.3/unittest.py", line
519, in loadTestsFromNames
> suites.append(self.loadTestsFromName(name, module))
> File "/usr/lib/python2.3/unittest.py", line
485, in loadTestsFromName
> module = __import__(string.join(parts_copy,'.'))
> File
"/home/.gimp/bwelsh/shaw.palewire.com/venus/tests/test_
apply.py",
> line 130, in ?
> delattr(ApplyTest,'test_apply_genshi_fancy')
> AttributeError: test_apply_genshi_fancy
>
> Any thoughts on how to deal with it? It would be much
appreciated.
Since you have neither xslt nor genshi installed, it is
trying to NOT
run one of the tests... twice. Whoops.
I committed a change where I rearranged the tests to avoid
this problem.
Note: it is quite OK for you not to have these optional
packages
installed. Out of the box, you should be able to still do
"classic_fancy" templates and the like.
- Sam Ruby
--
devel mailing list
devel lists.planetplanet.org
http://lists.planetplanet.org/mailman/listinfo/devel
|