Re: [Distutils] Using easy_install without net access

2006-04-10 Thread Phillip J. Eby
At 11:02 PM 4/10/2006 +0100, Paul Moore wrote: I'm trying to install a setuptools-based package (RuleDispatch) but there are no suitable binary eggs on the net (Python 2.5 on Windows). So I'm effectively building all of my own eggs and installing as if I have no net access [1]. According to

Re: [Distutils] Using easy_install without net access

2006-04-10 Thread Paul Moore
On 4/10/06, Phillip J. Eby [EMAIL PROTECTED] wrote: Hm. That seems odd. It should just install itself. Have you tried running ez_setup.py --allow-hosts=None -f. setuptools? I tried -f . but missed --allow-hosts=None. No time to try it right now, but I'll give it a go later. (Just for

Re: [Distutils] Using easy_install without net access

2006-04-10 Thread Phillip J. Eby
At 11:32 PM 4/10/2006 +0100, Paul Moore wrote: On 4/10/06, Phillip J. Eby [EMAIL PROTECTED] wrote: Hm. That seems odd. It should just install itself. Have you tried running ez_setup.py --allow-hosts=None -f. setuptools? I tried -f . but missed --allow-hosts=None. No time to try it right