Re: post-review deployment

2009-04-08 Thread Vesterbaek
Ended up with patching the python distribution we are using for our scons build environment. Seemed like the easiest solution. Thanks -- Jeppe --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To

Re: post-review deployment

2009-04-08 Thread Christian Hammond
Look into py2exe then. You should be able to run it on post-review. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Wed, Apr 8, 2009 at 12:03 AM, Vesterbaek wrote: > > Hi Christian, > > Thanks for your re

Re: post-review deployment

2009-04-08 Thread Vesterbaek
Hi Christian, Thanks for your reply. I am looking for a deployment that does not require any form of install. I would simply like to put all scripts and dependent tools (like gnu diffutils) in one folder -- that can be run from this folder with no install, zip it and distribute it like that. Jep

Re: post-review deployment

2009-04-07 Thread Christian Hammond
Go into rbtools and try running: python setup.py bdist_msi See if that works. It should generate a Windows installer for RBTools that you can hand out. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Tue,