RDFLib / rdflib

RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.
https://rdflib.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.18k stars 560 forks source link

plugin tripping up on namespace package #127

Closed ghost closed 12 years ago

ghost commented 12 years ago

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:

.../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
ghost commented 12 years ago

Unable to reproduce. Retire to archive.