Note that there are some explanatory texts on larger screens.

plurals
  1. POtrouble downloading Django on Mac
    text
    copied!<p>I have had problems downloading anything onto my mac (OS x 10.5.4).</p> <p>So far I have successfully downloaded Python 3.4, PIP (through terminal), and when I try to download Django through terminal (sudo pip install Django==1.6.4) I get this error message.</p> <pre><code>Traceback (most recent call last): File "/usr/local/bin/pip", line 8, in &lt;module&gt; load_entry_point('pip==1.4.1', 'console_scripts', 'pip')() File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 271, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 2173, in load_entry_point return ep.load() File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 1906, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) File "/Library/Python/2.5/site-packages/pip-1.4.1-py2.5.egg/pip/__init__.py", line 10, in &lt;module&gt; from pip.util import get_installed_distributions, get_prog File "/Library/Python/2.5/site-packages/pip-1.4.1-py2.5.egg/pip/util.py", line 17, in &lt;module&gt; from pip.vendor.distlib import version File "/Library/Python/2.5/site-packages/pip-1.4.1-py2.5.egg/pip/vendor/distlib/version.py", line 13, in &lt;module&gt; from .compat import string_types File "/Library/Python/2.5/site-packages/pip-1.4.1-py2.5.egg/pip/vendor/distlib/compat.py", line 276 return b'' </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload