[TurboGears] Re: Packaging TurboGears and other required packages

2006-03-31 Thread Simon Steele
Thanks Phillip, I did have trouble with that and ended up adding the directory to my PYTHONPATH to get -axd to work. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TurboGears group. To post to this group, send

[TurboGears] Re: Packaging TurboGears and other required packages

2006-03-30 Thread Kevin Dangoor
Hi Simon, On 3/30/06, Simon Steele [EMAIL PROTECTED] wrote: I'm using TurboGears to develop a software management tool, and I need to be able to create an installer that will work for Windows PCs that are not connected to the internet. I'm happy that I could just bundle up all the folders

[TurboGears] Re: Packaging TurboGears and other required packages

2006-03-30 Thread Simon Steele
Thanks very much Kevin, both the methods you suggest work fine and I think that the easy_install method may be the easiest way to achieve what I'm looking for. I'll try your PYTHONPATH hint later on too. Simon. --~--~-~--~~~---~--~~ You received this message

[TurboGears] Re: Packaging TurboGears and other required packages

2006-03-30 Thread Phillip J. Eby
Kevin Dangoor wrote: On 3/30/06, Simon Steele [EMAIL PROTECTED] wrote: Also, when installing do all the packages need to be placed under the system site-packages or is there a way I can place them locally with my installed TurboGears app? With recent versions of setuptools, I believe you

[TurboGears] Re: Packaging TurboGears and other required packages

2006-03-30 Thread Phillip J. Eby
Kevin Dangoor wrote: Additionally, Phillip Eby provided this command a while ago: easy_install -axd tempdir YourPackage This will copy all of the required eggs from your system into the tempdir. With recent versions, you probably want -maxd, otherwise easy_install will complain that tempdir