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

2006-11-13 Thread Encolpe Degoute
Sidnei da Silva a écrit :
 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.

Hello Sidney,
you made a great work but I found two littles things:

In test.py it should be better to save current dir before launching them:

@pushd .
@cd %INSTANCE_HOME%
RUN_COMMAND
@popd
@endlocal

In second,  I didn't find runzeo.bat and zeoservice.py I gave you when I
create a zeo instance.

Regards,
-- 
Encolpe Degoute
INGENIWEB (TM) - S.A.S 5 Euros - RC B 438 725 632
17 rue Louise Michel - 92300 Levallois Perret - France
web : www.ingeniweb.com - « les Services Web Ingénieux »
___
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 - Status

2006-11-13 Thread Sidnei da Silva

On 11/13/06, Encolpe Degoute [EMAIL PROTECTED] wrote:

Hello Sidney,
you made a great work but I found two littles things:

In test.py it should be better to save current dir before launching them:

@pushd .
@cd %INSTANCE_HOME%
RUN_COMMAND
@popd
@endlocal


Why would it change directory to INSTANCE_HOME? I don't see a reason
for doing that.


In second,  I didn't find runzeo.bat and zeoservice.py I gave you when I
create a zeo instance.


Oh, you just want them to be in right, not to have the installer
create a ZEO instance? That would be easy so I will look into adding
this.

--
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] Zope Tests: 4 OK, 1 Failed, 4 Unknown

2006-11-13 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Sun Nov 12 12:00:00 2006 UTC to Mon Nov 13 12:00:00 2006 UTC.
There were 9 messages: 9 from Zope Unit Tests.


Test failures
-

Subject: FAILED (failures=2) : Zope-2.8 Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Sun Nov 12 21:14:26 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-November/006553.html


Unknown
---

Subject: UNKNOWN : Zope-2.6 Python-2.1.3 : Linux
From: Zope Unit Tests
Date: Sun Nov 12 21:06:56 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-November/006548.html

Subject: UNKNOWN : Zope-2.6 Python-2.3.6 : Linux
From: Zope Unit Tests
Date: Sun Nov 12 21:08:26 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-November/006549.html

Subject: UNKNOWN : Zope-2.7 Python-2.3.6 : Linux
From: Zope Unit Tests
Date: Sun Nov 12 21:09:56 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-November/006550.html

Subject: UNKNOWN : Zope-2.7 Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Sun Nov 12 21:11:26 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-November/006551.html


Tests passed OK
---

Subject: OK : Zope-2.8 Python-2.3.6 : Linux
From: Zope Unit Tests
Date: Sun Nov 12 21:12:56 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-November/006552.html

Subject: OK : Zope-2.9 Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Sun Nov 12 21:15:56 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-November/006554.html

Subject: OK : Zope-2.10 Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Sun Nov 12 21:17:26 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-November/006555.html

Subject: OK : Zope-trunk Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Sun Nov 12 21:18:57 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-November/006556.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] hanging zeo clients

2006-11-13 Thread M. Krainer

Hi!

We have one ZEO server that handles 3 FileStorages and 8 ZEO clients
connecting to the ZEO server.
Sometimes a client hangs and does no longer handle incoming connections.

The ZEO server log shows in such a case, that the (hanging) client
initiates a new connection

 2006-11-12T10:30:39 INFO ZEO.StorageServer (3958) new connection
('10.x.x.x', 32803): ManagedServerConnection ('10.x.x.x', 32803)


If I'm correct, the next that should happen is a log entry from the
ZEO server that he received a handshake from the client. Something
like

 2006-11-12T11:12:46 INFO ZEO.zrpc.Connection(S) (10.x.x.x:36805)
received handshake 'Z303'

This never happens. I have to restart the client.

Has anyone an explanation for the hanging clients?

(We're using Zope-2.8.8, Python-2.4.2)


 Markus
___
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] Re: Windows Installer Nice-to-have

2006-11-13 Thread Chris Withers

Philipp von Weitershausen wrote:

Chris Withers wrote:
I don't know how easy this is to do, but one thing that would be 
_really_ nice would be to use an existing compatible python install 
rather than Zope splatting it's own in regardless.


-1

That's what Zope 3 does (it's a standard distutils installer). It makes 
it hard to install several Zope 3 versions at the same time. Or perhaps 
that's just because it install itself into site-packages?


Yeah, putting Zope in site-packages is just plain dumb.

But I think having our own weird python binary install, and only doing 
something weird on Windows, is also dumb.


Anyway, I would rather see the Zope installer to be self-contained wrt 
Python. 


Why?

In fact, I also wish that the Zope 2 and 3 installers were the 
same so that we'd only have to maintain and support one installation 
scheme. 


Yeah, definitely agreed here...

I don't particularly care about the paths. I think the 
politically correct destination is Program Files, 


Actually, I thought I'd debunked this myth. Apparently not, so here goes 
again...


None of microsoft's own server apps are stupid enough to put themselves 
in Program Files, so lets NOT do that :-)


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] Re: Windows Installer Nice-to-have

2006-11-13 Thread Chris Withers

Christian Theune wrote:


That's more like it. But as you mentioned, a compiled Zope is dependent
on some binary compiled modules that want a compatible Python, so
bringing it's own might be reasonable.


I think bringing in its own is reasonable if none suitable can be found.

But, I think in that case, why not put it in the standard python 
location for windows? (and why not install it in the standard way so 
that installing other python binary things for windows (such as mysql 
and postgres) can find the python being used for Zope?


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] Re: Windows Installer Nice-to-have

2006-11-13 Thread Sidnei da Silva

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

Christian Theune wrote:

 That's more like it. But as you mentioned, a compiled Zope is dependent
 on some binary compiled modules that want a compatible Python, so
 bringing it's own might be reasonable.

I think bringing in its own is reasonable if none suitable can be found.

But, I think in that case, why not put it in the standard python
location for windows? (and why not install it in the standard way so
that installing other python binary things for windows (such as mysql
and postgres) can find the python being used for Zope?


Because 'finding the python being used by Zope' is a registry key. If
you look at Zope - Python in the start menu there are two shortcuts
there that will do register/unregister.

--
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] Re: Windows Installer Nice-to-have

2006-11-13 Thread Lennart Regebro

On Zope windows installers.

First of all, I only use Zope on windows intermittently nowadays
(although it was what I used most of the time a coupl of years ago).
So feel free to ignore anything I say.


1a. I really hate the C:\Python24 install. Zope should by default
install in the program files directory, debunked myth or not. On
closer though, lets de-debunk (rebunk?) that: ;-)


Python, Lotus Notes and, perhaps most tellingly, IIS and Microsoft's
other server offerings, don't install themselves in Program Files, they
create their own top level directory.


Python, I'm told, does it because of some earlier stupidity of not
working when installed in a directory with a space in it. Notes does
it because it's been installed in C:\Notes since Windows 3. Why
Microsoft does it is beyond me, but it's not like I feel any great
confidence in Microsoft doing server-things correctly. There is
nothing especially stupid with installing stuff in program files,
and it's no more stupid than installing them in /usr/bin instead of in
/. Polluting C:\ is bad and annoying.

If you, as a server admin, doesn't want to install Zope in Program
Files, but have some opinon on where it should be installed, it's
actually just as unlikely that you want to install it in C:\.
C:\Zope-whatevah is pretty much the most unlikely place to install it
at all no matter if you do it to test Zope or if you do it to make a
production install.

Hence, running on an english windows the default directory to install
Zope in should be C:\Program Files\Zope-something. I wouldn't mind
C:\Program Files\Zope\2.10.0 and C:\Program
Files\Zope\Name-of-instance.


2. It would be great if you could get a list of compatible Python
versions to select, or install one, in the directory above. If that's
too much work, installing a installation unique python version is a
better option, as that's most likely the best option for a production
server.
___
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 )