On 12/11/05, william <[EMAIL PROTECTED]> wrote: > > I've a windows machine which cannot got access to internet ( 'software > caused connection abort') via python scripts (aparently due to firewall > settings). > > But I can surf and download with a firefox browser ;-). > > I've installed the files manually (copying egg files and make the > easy-install.pth), but I'm blocked on the commands: easy_install and > tg-admin.
You should download the eggs and easy_install them from your local drive. This is easier than trying to replicate everything that easy_install does. (So, you start with the ez_setup.py script, and grab the setuptools egg from the Cheeseshop.) Kevin

