Venus tests fail on windows xp
wcyee
wcyeee at gmail.com
Mon Jun 2 15:59:33 EST 2008
Hi - I get the errors pasted below when I run the tests in venus on windows
xp. I'm not really sure what's going on - any help would be appreciated.
Thanks!
C:\
>bzr get http://intertwingly.net/code/venus
Branched 95 revision(s).
C:\
>cd venus
C:\venus
>python runtests.py
c:\devtools\python25\lib\site-packages\genshi\__init__.py:24: UserWarning:
Module tests was already imported from C:\venus\tests\__init__.py, but
c:\devtools\python25\lib\site-packages\pylons-0.9.5-py2.5.egg is being added
to sys.path
__version__ =
__import__('pkg_resources').get_distribution('Genshi').version
c:\devtools\python25\lib\site-packages\genshi\__init__.py:24: UserWarning:
Module feedparser was already imported from
C:\venus\planet\vendor\feedparser.py, but
c:\devtools\python25\lib\site-packages\feedparser-4.1-py2.5.egg is being
added to sys.path
__version__ =
__import__('pkg_resources').get_distribution('Genshi').version
Redland RDF is not available => can't test FOAF reading lists
..E...................EEEEEEE..EE..E......................................................
..........................................................................................
...........E....................
======================================================================
ERROR: test_apply_filter (tests.test_apply.ApplyTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\venus\tests\test_apply.py", line 100, in test_apply_filter
splice.apply(self.feeddata)
File "C:\venus\planet\splice.py", line 137, in apply
output = shell.run(filter, output, mode="filter")
File "C:\venus\planet\shell\__init__.py", line 62, in run
return module.run(template_resolved, doc, None, options)
AttributeError: 'module' object has no attribute 'run'
======================================================================
ERROR: test_coral_cdn (tests.test_filters.FilterTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\venus\tests\test_filters.py", line 12, in test_coral_cdn
output = shell.run(filter, open(testfile).read(), mode="filter")
File "C:\venus\planet\shell\__init__.py", line 62, in run
return module.run(template_resolved, doc, None, options)
AttributeError: 'module' object has no attribute 'run'
======================================================================
ERROR: test_excerpt_images1 (tests.test_filters.FilterTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\venus\tests\test_filters.py", line 22, in test_excerpt_images1
self.verify_images()
File "C:\venus\tests\test_filters.py", line 32, in verify_images
output = shell.run(filter, output, mode="filter")
File "C:\venus\planet\shell\__init__.py", line 62, in run
return module.run(template_resolved, doc, None, options)
AttributeError: 'module' object has no attribute 'run'
======================================================================
ERROR: test_excerpt_images2 (tests.test_filters.FilterTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\venus\tests\test_filters.py", line 26, in test_excerpt_images2
self.verify_images()
File "C:\venus\tests\test_filters.py", line 32, in verify_images
output = shell.run(filter, output, mode="filter")
File "C:\venus\planet\shell\__init__.py", line 62, in run
return module.run(template_resolved, doc, None, options)
AttributeError: 'module' object has no attribute 'run'
======================================================================
ERROR: test_excerpt_lorem_ipsum (tests.test_filters.FilterTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\venus\tests\test_filters.py", line 49, in
test_excerpt_lorem_ipsum
output = shell.run(filter, output, mode="filter")
File "C:\venus\planet\shell\__init__.py", line 62, in run
return module.run(template_resolved, doc, None, options)
AttributeError: 'module' object has no attribute 'run'
======================================================================
ERROR: test_excerpt_lorem_ipsum_summary (tests.test_filters.FilterTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\venus\tests\test_filters.py", line 64, in
test_excerpt_lorem_ipsum_summary
output = shell.run(filter, output, mode="filter")
File "C:\venus\planet\shell\__init__.py", line 62, in run
return module.run(template_resolved, doc, None, options)
AttributeError: 'module' object has no attribute 'run'
======================================================================
ERROR: test_regexp_filter (tests.test_filters.FilterTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\venus\tests\test_filters.py", line 117, in test_regexp_filter
output = shell.run(filter, output, mode="filter")
File "C:\venus\planet\shell\__init__.py", line 62, in run
return module.run(template_resolved, doc, None, options)
AttributeError: 'module' object has no attribute 'run'
======================================================================
ERROR: test_regexp_filter2 (tests.test_filters.FilterTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\venus\tests\test_filters.py", line 136, in test_regexp_filter2
output = shell.run(filter, output, mode="filter")
File "C:\venus\planet\shell\__init__.py", line 62, in run
return module.run(template_resolved, doc, None, options)
AttributeError: 'module' object has no attribute 'run'
======================================================================
ERROR: test_xpath_filter1 (tests.test_filters.FilterTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\venus\tests\test_filters.py", line 87, in test_xpath_filter1
self.verify_xpath()
File "C:\venus\tests\test_filters.py", line 98, in verify_xpath
output = shell.run(filter, output, mode="filter")
File "C:\venus\planet\shell\__init__.py", line 62, in run
return module.run(template_resolved, doc, None, options)
AttributeError: 'module' object has no attribute 'run'
======================================================================
ERROR: test_xpath_filter2 (tests.test_filters.FilterTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\venus\tests\test_filters.py", line 91, in test_xpath_filter2
self.verify_xpath()
File "C:\venus\tests\test_filters.py", line 98, in verify_xpath
output = shell.run(filter, output, mode="filter")
File "C:\venus\planet\shell\__init__.py", line 62, in run
return module.run(template_resolved, doc, None, options)
AttributeError: 'module' object has no attribute 'run'
======================================================================
ERROR: test_django_entry_title (tests.test_filter_django.DjangoFilterTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\venus\tests\test_filter_django.py", line 26, in
test_django_entry_title
os.path.realpath('tests/data/filter/django/title.html.dj'), input)
File "C:\venus\planet\shell\dj.py", line 25, in run
TEMPLATE_DIRS=(os.path.dirname(script),)
File "C:\devtools\django\django-trunk\django\conf\__init__.py", line 68,
in configure
raise RuntimeError, 'Settings already configured.'
RuntimeError: Settings already configured.
======================================================================
ERROR: test_spiderFeed_retroactive_filter (tests.test_spider.SpiderTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\venus\tests\test_spider.py", line 82, in
test_spiderFeed_retroactive_filter
self.spiderFeed(testfeed % '1b')
File "C:\venus\tests\test_spider.py", line 50, in spiderFeed
writeCache(feed_uri, feed_info, data)
File "C:\venus\planet\spider.py", line 217, in writeCache
output = shell.run(filter, output, mode="filter")
File "C:\venus\planet\shell\__init__.py", line 62, in run
return module.run(template_resolved, doc, None, options)
AttributeError: 'module' object has no attribute 'run'
----------------------------------------------------------------------
Ran 212 tests in 8.203s
FAILED (errors=12)
Exception exceptions.AttributeError: "'NoneType' object has no attribute
'maxint'" in <bound method Popen.__del__ of <subprocess.Popen object at
0x01335530>> ignored
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /archives/devel/attachments/20080602/3eec9fc9/attachment.htm
More information about the devel
mailing list