On Wed, Mar 10, 2010 at 11:13 AM, filias <filipa.andr...@gmail.com> wrote:

> I am trying to use a test coverage tool for django.
>
> I tried http://pypi.python.org/pypi/django-test-coverage/0.1. First
> with easy_install and after with setup.py install and I get the
> following error stack:
>
> Searching for django-test-coverage
> Best match: django-test-coverage 0.1
> Processing django_test_coverage-0.1-py2.6.egg
> django-test-coverage 0.1 is already the active version in easy-
> install.pth
>
> Using /usr/local/lib/python2.6/dist-packages/django_test_coverage-0.1-
> py2.6.egg
> Processing dependencies for django-test-coverage
> Searching for coverage
> Reading http://pypi.python.org/simple/coverage/
> Reading http://nedbatchelder.com/code/modules/coverage.html
> Reading http://nedbatchelder.com/code/coverage
> Best match: coverage 3.3.1
> Downloading
> http://pypi.python.org/packages/source/c/coverage/coverage-3.3.1.tar.gz#md5=6f5a25ce06baad03ab293990f3a98bb7
> Processing coverage-3.3.1.tar.gz
> Running coverage-3.3.1/setup.py -q bdist_egg --dist-dir /tmp/
> easy_install-nzgKke/coverage-3.3.1/egg-dist-tmp-JgaYFe
> no previously-included directories found matching 'test'
> coverage/tracer.c:3:20: error: Python.h: No such file or directory
>
[snip remainder]

You don't have installed whatever package you need on your system to build
Python C extensions. What type of system is this?

Karen

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to