When we complete the building of all eggs for this release, you will simply need to install the enthought.ets or enthought.enthon egg per your desired scope of install. Dependencies will take of the rest. However, as of 2007.05.30, this is not quite complete, so....
The following instructions were provided by Prabhu Ramachandran and relate to installing ETS with apt-get providing all of the prerequisites that would otherwise be installed through the enthought.enthon egg:
sudo apt-get install python-setuptools python-wxgtk2.6 python-scipy python-vtk
http://www.aero.iitb.ac.in/~prabhu/tmp/eggs/etch/VTK-5.0.2-py2.5.egg-info
http://www.aero.iitb.ac.in/~prabhu/tmp/eggs/etch/numpy.egg-info
http://www.aero.iitb.ac.in/~prabhu/tmp/eggs/etch/wxPython.egg-info
Copy these files to /usr/lib/python2.4/site-packages
sudo easy_install -f http://code.enthought.com/enstaller/stable/debian/etch/ enthought.mayaviIf you can't get easy_install to download the packages (due to a firewall or something), just download the eggs in the url above and put them in an "eggs" directory (any name will do) and do this:
sudo easy_install -f eggs enthought.mayavi