easy_install python extension allows to install python eggs from console like:
easy_install py2app
But is it possible to access easy_install fu
When I look at the setup tools source, it looks like you can try the following.
from setuptools.command import easy_install easy_install.main( ["-U","py2app"] )