yeah, I did the network proxy settings and easy_install was very easy.
thanks.



On Wed, Sep 8, 2010 at 12:27 AM, Christian Hammond <chip...@chipx86.com>wrote:

> Yeah, you're doing things the hard way. You really should follow the
> installation instructions and use easy_install.
>
> If you can't download because you're behind an HTTP proxy, you can first
> do:
>
>     $ sudo -s
>     $ export http_proxy=http://youproxy
>     $ easy_install -U ....
>
> If you can't access the outside world at all from that box, and you have to
> download *something*, go download the egg files, not the tarballs, and then
> put them all in the same directory. Then try:
>
>     $ sudo easy_install -f /path/to/your/downloaded/eggs -U ....
>
> As for the freetype problem, install the Ubuntu python-imaging package.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
>
> On Tue, Sep 7, 2010 at 12:17 PM, Jeff Andros <j...@seguetonowhere.com>wrote:
>
>> OK, is there a reason you're not using setuptools and apt rather than
>> downloading the tar.gz files?
>>
>> --Jeff
>>
>>
>> On Tue, Sep 7, 2010 at 11:27 PM, Rajat Khandelwal <rajatgupt...@gmail.com
>> > wrote:
>>
>>>  On 09/07/2010 12:39 PM, Jeff Andros wrote:
>>>
>>> You've tried following the steps here?
>>> http://www.reviewboard.org/docs/manual/dev/admin/installation/linux/
>>> I don't know that there's anything different enough in Ubuntu 10.4 that
>>> would make these instructions not work.
>>>
>>>  --Jeff
>>>
>>> On Tue, Sep 7, 2010 at 11:25 AM, Rajat Khandelwal <
>>> rajatgupt...@gmail.com> wrote:
>>>
>>>> Hi all
>>>>
>>>> I wanted to install review board in my ubuntu 10.04 and as there are no
>>>> good tutorials about that, I am unable to do that. Please help me in this.
>>>> Thanks.
>>>>
>>>> --
>>>> Rajat Khandelwal
>>>> SD 39 Satpura Hostel
>>>> B.Tech. Comp. Sc. & Engg. 2nd year
>>>> IIT Delhi
>>>>  --
>>>> Want to help the Review Board project? Donate today at
>>>> http://www.reviewboard.org/donate/
>>>> Happy user? Let us know at http://www.reviewboard.org/users/
>>>> -~----------~----~----~----~------~----~------~--~---
>>>> To unsubscribe from this group, send email to
>>>> reviewboard+unsubscr...@googlegroups.com<reviewboard%2bunsubscr...@googlegroups.com>
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/reviewboard?hl=en
>>>
>>>
>>>  --
>>> Want to help the Review Board project? Donate today at
>>> http://www.reviewboard.org/donate/
>>> Happy user? Let us know at http://www.reviewboard.org/users/
>>> -~----------~----~----~----~------~----~------~--~---
>>> To unsubscribe from this group, send email to
>>> reviewboard+unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/reviewboard?hl=en
>>>
>>> Yes, I have followed the the instructions. I have downloaded
>>> PIL1.1.7.tar.gz, Djblets.tar.gz and ReviewBoard.tar.gz. Now I did python
>>> setup.py install in pil directory. After it I did python setup.py install in
>>> Djblets and it still says pill not installed.
>>> Again running selftest.py in pil directory, I get freetype not installed,
>>> tkinter support not installed, pil core not installed, littlecms not
>>> installed. Now what does that all imply?
>>>
>>> --
>>> Want to help the Review Board project? Donate today at
>>> http://www.reviewboard.org/donate/
>>> Happy user? Let us know at http://www.reviewboard.org/users/
>>> -~----------~----~----~----~------~----~------~--~---
>>> To unsubscribe from this group, send email to
>>> reviewboard+unsubscr...@googlegroups.com<reviewboard%2bunsubscr...@googlegroups.com>
>>> For more options, visit this group at
>>> http://groups.google.com/group/reviewboard?hl=en
>>>
>>
>>  --
>> Want to help the Review Board project? Donate today at
>> http://www.reviewboard.org/donate/
>> Happy user? Let us know at http://www.reviewboard.org/users/
>> -~----------~----~----~----~------~----~------~--~---
>> To unsubscribe from this group, send email to
>> reviewboard+unsubscr...@googlegroups.com<reviewboard%2bunsubscr...@googlegroups.com>
>> For more options, visit this group at
>> http://groups.google.com/group/reviewboard?hl=en
>>
>
>  --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~----------~----~----~----~------~----~------~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com<reviewboard%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>



-- 
Rajat Khandelwal
SD 39 Satpura Hostel
B.Tech. Comp. Sc. & Engg. 2nd year
IIT Delhi

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Reply via email to