Re: About Installation of RBTools (post-review)

2010-02-02 Thread JohnHenry
Thanks, I know now.

Regards!

On Feb 3, 4:28 am, Jan Koprowski  wrote:
> Hi John!
>
>   Today I also made reviewboard install without root privileges. I
> made this compiling my own Python 2.5.5 to my home directory. Then I
> install easy_install for this private Python and all dependencies.
> This i my solution and until now works fine.
>
> Greetings from Poland!
> --
> Jan Koprowski
>
> On Feb 2, 11:03 am, Christian Hammond  wrote:
>
> > easy_install is part of the Python Setuptools, which we very much require.
> > Setuptools is currently the main standard in Python packaging, and you'll
> > need it one way or another for installation. You should be able to download
> > it and install it in a custom PYTHONHOME, though.
>
> > Christian
>
> > --
> > Christian Hammond - chip...@chipx86.com
> > Review Board -http://www.reviewboard.org
> > VMware, Inc. -http://www.vmware.com
>
> > 2010/2/2 JohnHenry 
>
> > > Hi, Christian
> > >   Is that mean post-review will have to depend on easy_install? We
> > > are making reviewboard automation, so the post-review is installed on
> > > an Linux Server machine. But I have no root permission, And the python
> > > installed on Linux Server machine did not install "easy_install" at
> > > all. So I want a install method without denpendency on easy_install
> > > tools. I had down load the source code of post-review, But it seems
> > > that it can only avoid installation through Internet, It can't be
> > > independent of easy_install.
>
> > > Best Regards!
>
> > > On Feb 2, 1:35 pm, Christian Hammond  wrote:
> > > > Hi,
>
> > > > You should be able to control where easy_install is installing things by
> > > > using the -d (--install-dir) and -s (--script-dir) options. I *think* 
> > > > the
> > > -s
> > > > option will control where that script is installed, but I'm not 100% 
> > > > sure
> > > > off-hand. By default, the scripts are installed in a system directory,
> > > like
> > > > /usr/bin or /usr/local/bin, which is how they're available anywhere.
> > > They're
> > > > just basic wrappers that invoke the internal postreview.py script and do
> > > > some version checks and stuff. Those scripts are actually generated by
> > > > easy_install itself.
>
> > > > Christian
>
> > > > --
> > > > Christian Hammond - chip...@chipx86.com
> > > > Review Board -http://www.reviewboard.org
> > > > VMware, Inc. -http://www.vmware.com
>
> > > > 2010/2/1 qhlonline 
>
> > > > > Hi, everybody.
> > > > >  I would like to install post-review customly but not through
> > > Python
> > > > > easy_install. Easy_install will install post-view in the path
> > > > > PYTHONHOME/lib/site-packages/. And after easy_install, We can execute
> > > > > post-review command any where (If not in CVS directory, it will report
> > > > > error), I want this command to be executed anywhere too, But I really
> > > don't
> > > > > want that path.  Can any body give me some suggestion? I don't quite
> > > clear
> > > > > the  technology about python easy_install, How it makes post-review
> > > command
> > > > > executable any where in the system?
>
> > > > > Best Regards!
>
> > > > > --
> > > > > 网易邮箱,没有垃圾邮件的免费电子邮箱! 
>
> > > > > --
> > > > > Want to help the Review Board project? Donate today at
> > > > >http://www.reviewboard.org/donate/
> > > > > Happy user? Let us know athttp://www.reviewboard.org/users/
> > > > > -~--~~~~--~~--~--~---
> > > > > To unsubscribe from this group, send email to
> > > > > reviewboard+unsubscr...@googlegroups.com > > > >  oups.com>
> > > 
>
> > > > > For more options, visit this group at
> > > > >http://groups.google.com/group/reviewboard?hl=en-Hidequoted text -
>
> > > > - Show quoted text -
>
> > > --
> > > Want to help the Review Board project? Donate today at
> > >http://www.reviewboard.org/donate/
> > > Happy user? Let us know athttp://www.reviewboard.org/users/
> > > -~--~~~~--~~--~--~---
> > > To unsubscribe from this group, send email to
> > > reviewboard+unsubscr...@googlegroups.com > >  oups.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


Re: About Installation of RBTools (post-review)

2010-02-02 Thread Jan Koprowski
Hi John!

  Today I also made reviewboard install without root privileges. I
made this compiling my own Python 2.5.5 to my home directory. Then I
install easy_install for this private Python and all dependencies.
This i my solution and until now works fine.

Greetings from Poland!
--
Jan Koprowski

On Feb 2, 11:03 am, Christian Hammond  wrote:
> easy_install is part of the Python Setuptools, which we very much require.
> Setuptools is currently the main standard in Python packaging, and you'll
> need it one way or another for installation. You should be able to download
> it and install it in a custom PYTHONHOME, though.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board -http://www.reviewboard.org
> VMware, Inc. -http://www.vmware.com
>
> 2010/2/2 JohnHenry 
>
>
>
> > Hi, Christian
> >   Is that mean post-review will have to depend on easy_install? We
> > are making reviewboard automation, so the post-review is installed on
> > an Linux Server machine. But I have no root permission, And the python
> > installed on Linux Server machine did not install "easy_install" at
> > all. So I want a install method without denpendency on easy_install
> > tools. I had down load the source code of post-review, But it seems
> > that it can only avoid installation through Internet, It can't be
> > independent of easy_install.
>
> > Best Regards!
>
> > On Feb 2, 1:35 pm, Christian Hammond  wrote:
> > > Hi,
>
> > > You should be able to control where easy_install is installing things by
> > > using the -d (--install-dir) and -s (--script-dir) options. I *think* the
> > -s
> > > option will control where that script is installed, but I'm not 100% sure
> > > off-hand. By default, the scripts are installed in a system directory,
> > like
> > > /usr/bin or /usr/local/bin, which is how they're available anywhere.
> > They're
> > > just basic wrappers that invoke the internal postreview.py script and do
> > > some version checks and stuff. Those scripts are actually generated by
> > > easy_install itself.
>
> > > Christian
>
> > > --
> > > Christian Hammond - chip...@chipx86.com
> > > Review Board -http://www.reviewboard.org
> > > VMware, Inc. -http://www.vmware.com
>
> > > 2010/2/1 qhlonline 
>
> > > > Hi, everybody.
> > > >  I would like to install post-review customly but not through
> > Python
> > > > easy_install. Easy_install will install post-view in the path
> > > > PYTHONHOME/lib/site-packages/. And after easy_install, We can execute
> > > > post-review command any where (If not in CVS directory, it will report
> > > > error), I want this command to be executed anywhere too, But I really
> > don't
> > > > want that path.  Can any body give me some suggestion? I don't quite
> > clear
> > > > the  technology about python easy_install, How it makes post-review
> > command
> > > > executable any where in the system?
>
> > > > Best Regards!
>
> > > > --
> > > > 网易邮箱,没有垃圾邮件的免费电子邮箱! 
>
> > > > --
> > > > Want to help the Review Board project? Donate today at
> > > >http://www.reviewboard.org/donate/
> > > > Happy user? Let us know athttp://www.reviewboard.org/users/
> > > > -~--~~~~--~~--~--~---
> > > > To unsubscribe from this group, send email to
> > > > reviewboard+unsubscr...@googlegroups.com > > >  oups.com>
> > 
>
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/reviewboard?hl=en-Hide quoted text -
>
> > > - Show quoted text -
>
> > --
> > Want to help the Review Board project? Donate today at
> >http://www.reviewboard.org/donate/
> > Happy user? Let us know athttp://www.reviewboard.org/users/
> > -~--~~~~--~~--~--~---
> > To unsubscribe from this group, send email to
> > reviewboard+unsubscr...@googlegroups.com > oups.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


Re: About Installation of RBTools (post-review)

2010-02-02 Thread Christian Hammond
easy_install is part of the Python Setuptools, which we very much require.
Setuptools is currently the main standard in Python packaging, and you'll
need it one way or another for installation. You should be able to download
it and install it in a custom PYTHONHOME, though.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


2010/2/2 JohnHenry 

> Hi, Christian
>   Is that mean post-review will have to depend on easy_install? We
> are making reviewboard automation, so the post-review is installed on
> an Linux Server machine. But I have no root permission, And the python
> installed on Linux Server machine did not install "easy_install" at
> all. So I want a install method without denpendency on easy_install
> tools. I had down load the source code of post-review, But it seems
> that it can only avoid installation through Internet, It can't be
> independent of easy_install.
>
> Best Regards!
>
> On Feb 2, 1:35 pm, Christian Hammond  wrote:
> > Hi,
> >
> > You should be able to control where easy_install is installing things by
> > using the -d (--install-dir) and -s (--script-dir) options. I *think* the
> -s
> > option will control where that script is installed, but I'm not 100% sure
> > off-hand. By default, the scripts are installed in a system directory,
> like
> > /usr/bin or /usr/local/bin, which is how they're available anywhere.
> They're
> > just basic wrappers that invoke the internal postreview.py script and do
> > some version checks and stuff. Those scripts are actually generated by
> > easy_install itself.
> >
> > Christian
> >
> > --
> > Christian Hammond - chip...@chipx86.com
> > Review Board -http://www.reviewboard.org
> > VMware, Inc. -http://www.vmware.com
> >
> > 2010/2/1 qhlonline 
> >
> >
> >
> > > Hi, everybody.
> > >  I would like to install post-review customly but not through
> Python
> > > easy_install. Easy_install will install post-view in the path
> > > PYTHONHOME/lib/site-packages/. And after easy_install, We can execute
> > > post-review command any where (If not in CVS directory, it will report
> > > error), I want this command to be executed anywhere too, But I really
> don't
> > > want that path.  Can any body give me some suggestion? I don't quite
> clear
> > > the  technology about python easy_install, How it makes post-review
> command
> > > executable any where in the system?
> >
> > > Best Regards!
> >
> > > --
> > > 网易邮箱,没有垃圾邮件的免费电子邮箱! 
> >
> > > --
> > > Want to help the Review Board project? Donate today at
> > >http://www.reviewboard.org/donate/
> > > Happy user? Let us know athttp://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- Hide quoted text -
> >
> > - Show quoted text -
>
> --
> 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
>

-- 
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

Re: About Installation of RBTools (post-review)

2010-02-02 Thread JohnHenry
Hi, Christian
   Is that mean post-review will have to depend on easy_install? We
are making reviewboard automation, so the post-review is installed on
an Linux Server machine. But I have no root permission, And the python
installed on Linux Server machine did not install "easy_install" at
all. So I want a install method without denpendency on easy_install
tools. I had down load the source code of post-review, But it seems
that it can only avoid installation through Internet, It can't be
independent of easy_install.

Best Regards!

On Feb 2, 1:35 pm, Christian Hammond  wrote:
> Hi,
>
> You should be able to control where easy_install is installing things by
> using the -d (--install-dir) and -s (--script-dir) options. I *think* the -s
> option will control where that script is installed, but I'm not 100% sure
> off-hand. By default, the scripts are installed in a system directory, like
> /usr/bin or /usr/local/bin, which is how they're available anywhere. They're
> just basic wrappers that invoke the internal postreview.py script and do
> some version checks and stuff. Those scripts are actually generated by
> easy_install itself.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board -http://www.reviewboard.org
> VMware, Inc. -http://www.vmware.com
>
> 2010/2/1 qhlonline 
>
>
>
> > Hi, everybody.
> >  I would like to install post-review customly but not through Python
> > easy_install. Easy_install will install post-view in the path
> > PYTHONHOME/lib/site-packages/. And after easy_install, We can execute
> > post-review command any where (If not in CVS directory, it will report
> > error), I want this command to be executed anywhere too, But I really don't
> > want that path.  Can any body give me some suggestion? I don't quite clear
> > the  technology about python easy_install, How it makes post-review command
> > executable any where in the system?
>
> > Best Regards!
>
> > --
> > 网易邮箱,没有垃圾邮件的免费电子邮箱! 
>
> > --
> > Want to help the Review Board project? Donate today at
> >http://www.reviewboard.org/donate/
> > Happy user? Let us know athttp://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- Hide quoted text -
>
> - Show quoted text -

-- 
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


Re: About Installation of RBTools (post-review)

2010-02-01 Thread Christian Hammond
Hi,

You should be able to control where easy_install is installing things by
using the -d (--install-dir) and -s (--script-dir) options. I *think* the -s
option will control where that script is installed, but I'm not 100% sure
off-hand. By default, the scripts are installed in a system directory, like
/usr/bin or /usr/local/bin, which is how they're available anywhere. They're
just basic wrappers that invoke the internal postreview.py script and do
some version checks and stuff. Those scripts are actually generated by
easy_install itself.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


2010/2/1 qhlonline 

> Hi, everybody.
>  I would like to install post-review customly but not through Python
> easy_install. Easy_install will install post-view in the path
> PYTHONHOME/lib/site-packages/. And after easy_install, We can execute
> post-review command any where (If not in CVS directory, it will report
> error), I want this command to be executed anywhere too, But I really don't
> want that path.  Can any body give me some suggestion? I don't quite clear
> the  technology about python easy_install, How it makes post-review command
> executable any where in the system?
>
> Best Regards!
>
>
>
> --
> 网易邮箱,没有垃圾邮件的免费电子邮箱! 
>
> --
> 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

-- 
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