noirbizarre / django-eztables

Easy integration between jQuery DataTables and Django.
http://django-eztables.readthedocs.org/en/latest/
GNU Lesser General Public License v3.0
96 stars 36 forks source link

pip install issue #27

Closed zhigangfang closed 10 years ago

zhigangfang commented 10 years ago

Hi @noirbizarre I install django-eztables with pip, but the result is error:

     Command /usr/bin/python -c "import setuptools, tokenize;__file__='/private/var/folders/_x/p7ycmrps22vgm55mdwn1805w0000gn/T/pip_build_Meigan/django-eztables/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/_x/p7ycmrps22vgm55mdwn1805w0000gn/T/pip-6HH9qF-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /private/var/folders/_x/p7ycmrps22vgm55mdwn1805w0000gn/T/pip_build_Meigan/django-eztables

Storing debug log for failure in /var/folders/_x/p7ycmrps22vgm55mdwn1805w0000gn/T/tmp9JhexD

  Can you help me!
thepapermen commented 10 years ago

First of all, this error has nothing to do with eztables. There is probably something wrong with your python installation.

Please post the contents of debug.log and the command which fails.

zhigangfang commented 10 years ago

What could be the cause?

thepapermen commented 10 years ago

@zhigangfang, as I said:

Please post the contents of debug.log and the command which fails.

zhigangfang commented 10 years ago

@thepapermen,it's Permission problem, thanks!