RuyJol | 21 Oct 2009 02:40
Picon
Gravatar

runtests.py

I'm trying to install venus, following the general instructions (http://intertwingly.net/code/venus/docs/installation.html) i get this message after running python runtests.py

Genshi is not available => can't test genshi filters
Redland RDF is not available => can't test FOAF reading lists
Django is not available => can't test django filters
.........................................................................................EE..................................................................................................
======================================================================
ERROR: test_spiderThreads (tests.test_spider.SpiderTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/****/*****/venus/tests/test_spider.py", line 152, in test_spiderThreads
    spiderPlanet()
  File "/home/****/*****/venus/planet/spider.py", line 393, in spiderPlanet
    threads[i].start()
  File "/usr/lib64/python2.4/threading.py", line 416, in start
    _start_new_thread(self.__bootstrap, ())
error: can't start new thread

======================================================================
ERROR: test_spiderThreads (tests.test_spider.SpiderTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/****/*****/venus/tests/test_spider.py", line 26, in tearDown
    os.removedirs(os.path.split(workdir)[0])
  File "/usr/lib64/python2.4/os.py", line 172, in removedirs
    rmdir(name)
OSError: [Errno 39] Directory not empty: 'tests/work/spider'

----------------------------------------------------------------------
Ran 208 tests in 5.271s

FAILED (errors=2)


can you help me please?

thank you
--

-- 
devel mailing list
devel <at> lists.planetplanet.org
http://lists.planetplanet.org/mailman/listinfo/devel

Gmane