Closed
Description
tim.terl...@gmail.com, 2008-03-04T15:44:35.000Z
$ easy_install rdflib==2.4.0 $ python >>> from test import pystone timte: Traceback (most recent call last): File "", line 1, in ? ImportError: cannot import name pystone The python core library has a test package I should always be able to use whatever I install. The rdflib test package should either not be included in the egg at all or it should be moved inside the rdflib package. The rdflib toplevel test package hides the test package in python core. Comment 1 by eike...@gmail.com Comment 2 by eik...@gmail.com Fixed in r1489 for rdflib 2.5 (still need to fix for rdflib 2.4.x) Comment 3 by eik...@gmail.com Also fixed in 2.4.x branch in r1491.
Metadata
Assignees
Labels
No labels