I have installed CKAN (2.2.1) on my centos successful.
my ckan site: ckan.tin.local
and i have a wordpress website: www.tin.local.
I follow
http://ckan.org/2011/04/04/wordpresser-extension-released/ to integrate Wordpress into CKAN.
----------------------------------------------------------
pip install -e git+https://github.com/okfn/ckanext-wordpresser#egg=ckanext-wordpresser
-------------------------------------------
Obtaining ckanext-wordpresser from git+https://github.com/okfn/ckanext-wordpresser#egg=ckanext-wordpresser
Updating /usr/lib/ckan/default/src/ckanext-wordpresser clone
Running setup.py egg_info for package ckanext-wordpresser
WARNING: ckanext.wordpresser is a namespace package, but its __init__.py does
not declare_namespace(); setuptools 0.7 will REQUIRE this!
(See the setuptools manual under "Namespace Packages" for details.)
-------------------------------------------
after finished install i run command:
nosetests --ckan ../ckanext-wordpresser/tests
and i got problem
--------------------------------------------------
ckan.lib.maintain: DEBUG: Function nav_named_link() in module ckan.lib.helpers has been deprecated. h.nav_named_link is deprecated please use h.nav_link
NOTE: you will need to pass the route_name as a named parameter
ckan.lib.maintain: DEBUG: Function subnav_link() in module ckan.lib.helpers has been deprecated. h.subnav_link is deprecated please use h.nav_link
NOTE: if action is passed as the second parameter make sure it is passed as a named parameter eg. `action='my_action'
ckan.lib.maintain: DEBUG: Function subnav_named_route() in module ckan.lib.helpers has been deprecated. h.subnav_named_route is deprecated please use h.nav_link
NOTE: you will need to pass the route_name as a named parameter
ckan.lib.maintain: DEBUG: Function get_facet_title() in module ckan.lib.helpers has been deprecated. h.get_facet_title is deprecated in 2.0 and will be removed.
ckan.lib.maintain: DEBUG: Function time_ago_in_words_from_str() in module ckan.lib.helpers has been deprecated. h.time_ago_in_words_from_str is deprecated in 2.2 and will be removed. Please use h.time_ago_from_timestamp instead
pyutilib.component.core.pca: INFO: Adding service SynchronousSearchPlugin to environment pca
pyutilib.component.core.pca: INFO: Adding service SynchronousSearchPlugin to environment pca
--------------------- >> end captured logging << ---------------------
----------------------------------------------------------------------
Ran 0 tests in 0.002s
FAILED (errors=1)
--------------------------------------------------
----------------------------------------------------------
Vào 14:20:44 UTC+7 Thứ tư, ngày 17 tháng mười hai năm 2014, Tín Huỳnh Văn đã viết: