Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p><strong>edit Try this from a command line</strong></p> <p>Here is an easier thing to do that might work better for you. Open a terminal (Applications->Utilities->Terminal) and run this as a shell script. You can also run the individual commands.</p> <pre><code>#!/bin/sh cd ~ # Downloads python setuptools for 2.6 curl -o setuptools-0.6c11-py2.6.egg http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11-py2.6.egg#md5=bfa92100bd772d5a213eedd356d64086 # installs it, will probably prompt you for password sudo sh setuptools-0.6c11-py2.6.egg # clean up and delete egg rm setuptools-0.6c11-py2.6.egg </code></pre> <p><strong>Stuff below was original response</strong></p> <p>I just did this on my own Mac machine, and installation went off without a problem. Did you open a terminal to do this?</p> <p>I downloaded setuptools to my Downloads folder, and then opened a terminal, and did this:</p> <pre><code>&gt; cd ~/Downloads &gt; sudo sh setuptools-0.6c11-py2.6.egg Password: Processing setuptools-0.6c11-py2.6.egg Removing /Library/Python/2.6/site-packages/setuptools-0.6c11-py2.6.egg Copying setuptools-0.6c11-py2.6.egg to /Library/Python/2.6/site-packages setuptools 0.6c11 is already the active version in easy-install.pth Installing easy_install script to /usr/local/bin Installing easy_install-2.6 script to /usr/local/bin Installed /Library/Python/2.6/site-packages/setuptools-0.6c11-py2.6.egg Processing dependencies for setuptools==0.6c11 Finished processing dependencies for setuptools==0.6c11 </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