Hi All,<br><br>I am working on getting setup tools into fink.&nbsp; If anyone has time, please take a look at the setup file and let me know what you think.<br><br><a href="http://schwehr.org/software/fink/setuptools-py.info">http://schwehr.org/software/fink/setuptools-py.info
</a><br><br>Once setuptools is installed, I am having trouble with SQLAlchemy which I am using as my test case to see if setuptools is installed correctly.&nbsp; Clearly I am doing something wrong.&nbsp; Can someone please set me straight?&nbsp; I am working with the 
10.4-transitional tree within fink.<br><br>Thanks!<br>-kurt<br><br><a href="http://schwehr.org/software/fink/sqlalchemy-py.info">http://schwehr.org/software/fink/sqlalchemy-py.info</a><br><br><br>This makes me think setup tools is ok since it is in the default site-packages:
<br><br>&amp; /sw/bin/python2.4<br>Python 2.4.2 (#1, Feb 24 2006, 17:05:21) <br>[GCC 4.0.1 (Apple Computer, Inc. build 5247)] on darwin<br>Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.
<br>&gt;&gt;&gt; from ez_setup import use_setuptools<br><br>But then the SQLAlchemy build tries to pull down setuptools, which I don't want it to do:<br><br>CC=gcc-3.3 /sw/bin/python2.4 setup.py build<br><br>---------------------------------------------------------------------------
<br>This script requires setuptools version 0.6a5 to run (even to display<br>help).&nbsp; I will attempt to download it for you (from<br><a href="http://cheeseshop.python.org/packages/2.4/s/setuptools/">http://cheeseshop.python.org/packages/2.4/s/setuptools/
</a>), but<br>you may need to enable firewall access for this script first.<br>I will start the download in 15 seconds.<br>---------------------------------------------------------------------------<br><br>