na servus, on 2008-05-07: > > Hi, python 2.4.4 is allready installed. Now I want to install PasterScript .. > without connection to internet. The EGGs are in /downloads. > How must be the command ? > Now the command is: > /opt/python/Python-2.4.4/bin/easy_install PasterScript > > When I start the command all packages are searched in the internet and not > local. Any ideas?
First, it is PasteScript, so without an 'r'. Second, try this: /opt/python/Python-2.4.4/bin/easy_install --find-links=/downloads PasteScript -- Maurits van Rees | http://maurits.vanrees.org/ Work | http://zestsoftware.nl/ "This is your day, don't let them take it away." [Barlow Girl] _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
