Re: [Zope3-Users] Buildout and custom python

2007-12-21 Thread Benji York
Darryl Cousins wrote: I'm trying to created an isolated environment using buildout. I had understood that defining a custom build python would ensure that all eggs are installed and compiled with the custom python. An alternative to building Python with buildout is to build a single clean

Re: [Zope3-Users] Buildout and custom python

2007-12-21 Thread David Pratt
Hi Benji. This is exactly what I have been doing up till now and has been working well for quick work on a local development machine. My current thinking though is to take control of as much of the software as possible so that development == deployment on my local machine to mitigate the risk

Re: [Zope3-Users] Buildout and custom python

2007-12-21 Thread Benji York
Christian Theune wrote: And you can mix-and match: have buildout profiles that use your personal `good` Python for development and production profiles that build it themselves. OTOH this is somewhat controversial regarding test what you fly, fly what you test ... ;) As long as you also run

Re: [Zope3-Users] Buildout and custom python

2007-12-21 Thread Christian Theune
Am Freitag, den 21.12.2007, 08:30 -0500 schrieb Benji York: Darryl Cousins wrote: I'm trying to created an isolated environment using buildout. I had understood that defining a custom build python would ensure that all eggs are installed and compiled with the custom python. An

Re: [Zope3-Users] Buildout and custom python

2007-12-21 Thread Jim Fulton
On Dec 21, 2007, at 10:18 AM, David Pratt wrote: Hi Benji. This is exactly what I have been doing up till now and has been working well for quick work on a local development machine. My current thinking though is to take control of as much of the software as possible so that development

[Zope3-Users] Getting a Skin past Apache2

2007-12-21 Thread Myles English
Hello, Does any one know why when I look at http://my.site.com/foo it is just a bare-bones ZMI with no resources or widgets showing, just text really, but when I go to http://localhost:8080/++skin++Rotterdam/foo I can see the usual ZMI? The rewrite rule I am using is: RewriteRule ^(.*)

Re: [Zope3-Users] Buildout and custom python

2007-12-21 Thread Zvezdan Petkovic
On Dec 21, 2007, at 9:28 AM, Christian Theune wrote: Am Freitag, den 21.12.2007, 09:15 -0500 schrieb Benji York: Christian Theune wrote: And you can mix-and match: have buildout profiles that use your personal `good` Python for development and production profiles that build it themselves.

Re: [Zope3-Users] Buildout and custom python

2007-12-21 Thread Christian Theune
Am Freitag, den 21.12.2007, 09:15 -0500 schrieb Benji York: Christian Theune wrote: And you can mix-and match: have buildout profiles that use your personal `good` Python for development and production profiles that build it themselves. OTOH this is somewhat controversial regarding test

Re: [Zope3-Users] Buildout and custom python

2007-12-21 Thread Benji York
David Pratt wrote: Hi Benji. This is exactly what I have been doing up till now and has been working well for quick work on a local development machine. My current thinking though is to take control of as much of the software as possible so that development == deployment on my local machine to

Re: [Zope3-Users] Buildout and custom python

2007-12-21 Thread Zvezdan Petkovic
On Dec 21, 2007, at 10:18 AM, David Pratt wrote: I really would like to see a two stage buildout that does the python construction with a python.cfg and then the main buildout with buildout.cfg file as part of the standard fare. I'm trying a few things today to see if a simple event class

Re: [Zope3-Users] Buildout and custom python

2007-12-21 Thread Jim Fulton
On Dec 20, 2007, at 8:58 PM, David Pratt wrote: Right. Thanks for this, there are couple of solutions here and shell script is a reasonable solution but these methods seems counter to the simplicity of buildout. I had also seen a rebootstrap package in svn. I wonder if something similar

Re: [Zope3-Users] Buildout and custom python

2007-12-21 Thread Jim Fulton
On Dec 20, 2007, at 8:03 PM, David Pratt wrote: Hey Darryl. Our minds were in a similar place today. I finally had decided to move away from my system python starting on my mac and also having a spot of trouble. I put something simple together below to illustrate what happened in my

Re: [Zope3-Users] Buildout and custom python

2007-12-21 Thread David Pratt
Hi Jim. I like this idea. I then makes it trivial to identify impacts of using different pythons on your application also since you can just change a single line in your buildout. For example, below, just change the ${python24:location}/bin/python to whatever python you want to evaluate

Re: [Zope3-Users] Buildout and defining build order

2007-12-21 Thread Jim Fulton
On Dec 20, 2007, at 6:46 PM, Darryl Cousins wrote: Hi Jim, Thank you for the reply. On Thu, 2007-12-20 at 18:23 -0500, Jim Fulton wrote: On Dec 20, 2007, at 6:07 PM, Darryl Cousins wrote: Hi, Is it possible to define in which order the parts are built. Yes, they are built in the order

Re: [Zope3-Users] Buildout and custom python

2007-12-21 Thread David Pratt
Benji York wrote: David Pratt wrote: Hi Benji. This is exactly what I have been doing up till now and has been working well for quick work on a local development machine. My current thinking though is to take control of as much of the software as possible so that development == deployment on

Re: [Zope3-Users] Buildout and custom python

2007-12-21 Thread David Pratt
Jim Fulton wrote: On Dec 20, 2007, at 8:03 PM, David Pratt wrote: Hey Darryl. Our minds were in a similar place today. I finally had decided to move away from my system python starting on my mac and also having a spot of trouble. I put something simple together below to illustrate what

[Zope3-Users] Job opening (Noida, India)

2007-12-21 Thread Shailesh Kumar
Hi, I apologize for posting on this list. I am posting here because I do not know where else to post. We at Interra Systems (Noida, India) are looking for one Zope3 engineer for a full time position. Anyone interested may please write directly to me. With regards, - Shailesh

Re: [Zope3-Users] Getting a Skin past Apache2

2007-12-21 Thread Myles English
In correction to myself... A day ago I wrote: Does any one know why when I look at http://my.site.com/foo it is just Sorry, that should be http://my.site.com/ a bare-bones ZMI with no resources or widgets showing, just text really, And the Navigation tree is 'Loading...'. I am not too