na servus wrote:
Hi, python 2.4.4 is allready installed. Now I want to install PasterScript .. without connection to internet. The EGGs are in /downloads.
For the buildout, you want to put them in the 'eggs' directory.
How must be the command ? Now the command is: /opt/python/Python-2.4.4/bin/easy_install PasterScript
You do easy_install <somefile>.egg, I think. Look at the setuptools documentation.
Martin -- Author of `Professional Plone Development`, a book for developers who want to work with Plone. See http://martinaspeli.net/plone-book _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
