On Sat, May 29, 2010 at 3:18 PM, Lance Edgar <[email protected]> wrote:
> On 5/29/2010 4:19 PM, Krishnakant Mane wrote:
>>
>> hello all.
>> I am trying to install pylons 1.0 using easy_install in a vertual
>> environment.
>> I get the error failed to download some packages
>> By the way can some one tell me where can I download all the dependencies
>> for off-line installation.
>> I had success with pylons 0.9.7 where I used to do easy_install -i
>> /home/user/Download/pylons_repo pylons.
>> I had all the dependencies including pylons itself downloaded in the said
>> folder and every thing worked fine.
>> I would like this same to happen with version 1.0.  But since the direct
>> installation itself is not working, I think there is or might be a mismatch
>> with some packages and easy_install is not able to get the right one.
>>
>> has any one faced this problem?
>
> I just tried this on Ubuntu 10.04, with success:
>
> cd ~/tmp
> virtualenv --no-site-packages test
> cd test
> bin/easy_install 'pylons==1.0'

All the files required by Pylons and a few extras are here:

http://pylonshq.com/download/1.0

So you can recursively download that page to make a local cache.

-- 
Mike Orr <[email protected]>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to