[Zope-dev] Zope Tests: 9 OK

2006-11-09 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Wed Nov  8 11:00:00 2006 UTC to Thu Nov  9 11:00:00 2006 UTC.
There were 9 messages: 9 from Zope Unit Tests.


Tests passed OK
---

Subject: OK : Zope-2.6 Python-2.1.3 : Linux
From: Zope Unit Tests
Date: Wed Nov  8 21:26:47 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-November/006512.html

Subject: OK : Zope-2.6 Python-2.3.5 : Linux
From: Zope Unit Tests
Date: Wed Nov  8 21:28:17 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-November/006513.html

Subject: OK : Zope-2.7 Python-2.3.5 : Linux
From: Zope Unit Tests
Date: Wed Nov  8 21:29:47 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-November/006514.html

Subject: OK : Zope-2.7 Python-2.4.3 : Linux
From: Zope Unit Tests
Date: Wed Nov  8 21:31:17 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-November/006515.html

Subject: OK : Zope-2.8 Python-2.3.5 : Linux
From: Zope Unit Tests
Date: Wed Nov  8 21:32:47 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-November/006516.html

Subject: OK : Zope-2.8 Python-2.4.3 : Linux
From: Zope Unit Tests
Date: Wed Nov  8 21:34:17 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-November/006517.html

Subject: OK : Zope-2.9 Python-2.4.3 : Linux
From: Zope Unit Tests
Date: Wed Nov  8 21:35:47 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-November/006518.html

Subject: OK : Zope-2.10 Python-2.4.3 : Linux
From: Zope Unit Tests
Date: Wed Nov  8 21:37:18 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-November/006519.html

Subject: OK : Zope-trunk Python-2.4.3 : Linux
From: Zope Unit Tests
Date: Wed Nov  8 21:38:48 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-November/006520.html

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Installer for Windows (quick question)

2006-11-09 Thread Sidnei da Silva

Since I'm going to be building the installer for Windows I would like
to quickly ask if anyone expects multiple Zope installs to live
side-by-side. The existing installer atempted that but I don't believe
it was very successful.

I would like to know if anyone has multiple Zope installations on
Windows side-by-side and if they consider that important.

--
Sidnei da Silva
Enfold Systemshttp://enfoldsystems.com
Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Installer for Windows (quick question)

2006-11-09 Thread Martin Aspeli



Sidnei da Silva-2 wrote:
 
 Since I'm going to be building the installer for Windows I would like
 to quickly ask if anyone expects multiple Zope installs to live
 side-by-side. The existing installer atempted that but I don't believe
 it was very successful.
 
 I would like to know if anyone has multiple Zope installations on
 Windows side-by-side and if they consider that important.
 

I find it quite useful for testing e.g. with Plone 2.1 and 2.5 and 3.0,
which require different Zope versions... I don't have an understanding of
how hard it is to do, though - but I certainly have no idea how I'd build
Zope myself on Windows and therefore manage my instances myself. I'd be
happy if only the last installed one owned the *service*, if I could use
runzope.bat on the others.

Martin

-- 
View this message in context: 
http://www.nabble.com/Installer-for-Windows-%28quick-question%29-tf2601515.html#a7257902
Sent from the Zope - Dev mailing list archive at Nabble.com.

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Re: Installer for Windows (quick question)

2006-11-09 Thread Duncan Booth
Sidnei da Silva [EMAIL PROTECTED] wrote:

 Since I'm going to be building the installer for Windows I would like
 to quickly ask if anyone expects multiple Zope installs to live
 side-by-side. The existing installer atempted that but I don't believe
 it was very successful.
 
 I would like to know if anyone has multiple Zope installations on
 Windows side-by-side and if they consider that important.
 
Yes and yes. Same as Martin Aspeli's reasons: testing on multiple plone 
versions.

I think the main thing is to be sure that the installation doesn't add any 
zope specific folders to PythonPath in the registry. The Plone installation 
for example adds (or added) some folders to PythonPath which meant that 
multiple plones using the same major python version would try to share 
parts of the Plone installation. Not adding folders to the pythonpath 
registry key allows coexistence, and there are more than enough ways to add 
folders to pythonpath without using the registry.


___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Installer for Windows (quick question)

2006-11-09 Thread Christian Theune
Hi,

Sidnei da Silva wrote:
 Since I'm going to be building the installer for Windows I would like
 to quickly ask if anyone expects multiple Zope installs to live
 side-by-side. The existing installer atempted that but I don't believe
 it was very successful.
 
 I would like to know if anyone has multiple Zope installations on
 Windows side-by-side and if they consider that important.

I wouldn't believe to install the same version twice. But different
versions should be able to live together.

Thanks for taking care for the windows builds!

Christian

-- 
gocept gmbh  co. kg - forsterstraße 29 - 06112 halle/saale - germany
www.gocept.com - [EMAIL PROTECTED] - phone +49 345 122 9889 7 -
fax +49 345 122 9889 1 - zope and plone consulting and development




signature.asc
Description: OpenPGP digital signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Installer for Windows (quick question)

2006-11-09 Thread Chris Withers

Sidnei da Silva wrote:

I would like to know if anyone has multiple Zope installations on
Windows side-by-side and if they consider that important.


Well, I do that all the time, I have:

C:\Zope\2.7.3
C:\Zope\2.7.8
C:\Zope\2.9.1
C:\Zope\2.9.3
C:\Zope\2.9.4

...and then lots of instances, which sometimes run at the same time 
listening on different ports:


C:\Zope\projecta
C:\Zope\projectb
C:\Zope\projectc
...etc...

...but I never run these as a service, so I don't know if it's important 
from your point of view?


cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Installer for Windows (quick question)

2006-11-09 Thread Sidnei da Silva

On 11/9/06, Chris Withers [EMAIL PROTECTED] wrote:

Sidnei da Silva wrote:
 I would like to know if anyone has multiple Zope installations on
 Windows side-by-side and if they consider that important.

Well, I do that all the time, I have:

C:\Zope\2.7.3
C:\Zope\2.7.8
C:\Zope\2.9.1
C:\Zope\2.9.3
C:\Zope\2.9.4

...and then lots of instances, which sometimes run at the same time
listening on different ports:

C:\Zope\projecta
C:\Zope\projectb
C:\Zope\projectc
...etc...

...but I never run these as a service, so I don't know if it's important
from your point of view?


That's exactly what I wanted to hear. Thanks everyone for the feedback.

--
Sidnei da Silva
Enfold Systemshttp://enfoldsystems.com
Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Installer for Windows (quick question)

2006-11-09 Thread Sidnei da Silva

On 11/9/06, Sidnei da Silva [EMAIL PROTECTED] wrote:

On 11/9/06, Chris Withers [EMAIL PROTECTED] wrote:
 Sidnei da Silva wrote:
  I would like to know if anyone has multiple Zope installations on
  Windows side-by-side and if they consider that important.

 Well, I do that all the time, I have:

 C:\Zope\2.7.3
 C:\Zope\2.7.8
 C:\Zope\2.9.1
 C:\Zope\2.9.3
 C:\Zope\2.9.4


Since I saw this, I've changed the default directory to Program
Files\Zope\2.9.5. There will be two sub-directories here, 'Zope' and
'Python'. This is so Python is not buried inside a 'bin' directory.


 ...and then lots of instances, which sometimes run at the same time
 listening on different ports:

 C:\Zope\projecta
 C:\Zope\projectb
 C:\Zope\projectc


What would be a good default for instance? I thought of
\Zope\Instance\Version or maybe even \Zope\Version. Shouldn't affect
you since you seem to not use the default anyway.

--
Sidnei da Silva
Enfold Systemshttp://enfoldsystems.com
Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Installer for Windows -- Icon

2006-11-09 Thread Sidnei da Silva

Anyone has a good Zope icon for Windows, with multiple sizes, that can
be contributed?

--
Sidnei da Silva
Enfold Systemshttp://enfoldsystems.com
Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Installer for Windows -- Extras

2006-11-09 Thread Sidnei da Silva

I'm thinking about shipping easy-install pre-installed with the installer.

Anyone thinks that's a good/bad idea?
Would anyone be interested in shipping more goodies (eg, PIL, PyXML,
elementree)?

--
Sidnei da Silva
Enfold Systemshttp://enfoldsystems.com
Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Installer for Windows -- Extras

2006-11-09 Thread Christian Theune


Sidnei da Silva wrote:
 I'm thinking about shipping easy-install pre-installed with the installer.
 
 Anyone thinks that's a good/bad idea?
 Would anyone be interested in shipping more goodies (eg, PIL, PyXML,
 elementree)?

I'm unsure about that. As soon as you include it, it becomes a part of
what we have to promise to maintain.

Does your Python register correctly? Then it should be easy for people
to install Python packages that were build for distutils for example.

Christian

-- 
gocept gmbh  co. kg - forsterstraße 29 - 06112 halle/saale - germany
www.gocept.com - [EMAIL PROTECTED] - phone +49 345 122 9889 7 -
fax +49 345 122 9889 1 - zope and plone consulting and development




signature.asc
Description: OpenPGP digital signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Installer for Windows - Status

2006-11-09 Thread Sidnei da Silva

Hi there,

I've managed to get the Installers for Windows back into shape, using
our internal build system/buildbot.

You can follow the progress of the builds here:

 http://buildbot.enfoldsystems.com/zope/

New builds will appear on this page once they are ready:

 http://www.enfoldsystems.com/downloads.html

The known-good build is 6511+, which has not appeared on the downloads
page yet. It should show up there in 2-3h at most.

Please send your comments/feedback/critics.

--
Sidnei da Silva
Enfold Systemshttp://enfoldsystems.com
Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )