I'm getting the following warning from rdflib when running some code that has a namespace package of chronam:
.../rdflib/plugin.py:94: UserWarning: Module chronam was already imported from /home/dkre/chronam-reorg/apps/chronam-web/chronam/__init__.pyc, but /home/dkre/chronam-reorg/apps/chronam-core is being added to sys.path
from pkg_resources import iter_entry_points
.../rdflib/plugin.py:94: UserWarning: Module chronam was already imported from /home/dkre/chronam-reorg/apps/chronam-web/chronam/__init__.pyc, but /home/dkre/chronam-reorg/apps/chronam-loc is being added to sys.path
from pkg_resources import iter_entry_points
eik...@gmail.com, 2010-08-21T02:00:28.000Z
I'm getting the following warning from rdflib when running some code that has a namespace package of chronam: