Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=603638 --- Comment #6 from Thomas Spura <tomspur@xxxxxxxxxxxxxxxxx> 2010-08-02 06:54:33 EDT --- (In reply to comment #2) > Needswork: > - *** Warning: defcon requires FontTools, see: > fonttools.sf.net > *** Warning: defcon requires RoboFab, see: > robofab.com > > -> Missing BR: python-robofab and fonttools (last one also R) Fixed > - Some tests are failing, does upstream know of this? > Ran 78 tests in 0.641s > FAILED (failures=5) Maybe they work, once it's installed correctly (see below). > - You could build the documentation and include that into a -doc subpackage. > (I didn't found it on an upstream website.) Fixed > - Are you sure, this is installed correctly? > From __init__.py: > from defcon.objects.font import Font > 9 from defcon.objects.glyph import Glyph, addRepresentationFactory, > removeRepr esentationFactory > 10 from defcon.objects.contour import Contour > > But there is no defcon.objects. etc installed, just in the source... > It seems python setuptools or the setup.py are wrong. :( $ python -c "import defcon" Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python2.6/site-packages/defcon/__init__.py", line 8, in <module> from defcon.objects.font import Font ImportError: No module named objects.font So this is not yet correctly installed. (Rest looks ok.) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review