[Zope-Checkins] SVN: Zope/branches/Zope-2_9-branch/test.py Backport fix for broken Windows tests from trunk.

2005-11-14 Thread Tres Seaver
Log message for revision 40093: Backport fix for broken Windows tests from trunk. Changed: U Zope/branches/Zope-2_9-branch/test.py -=- Modified: Zope/branches/Zope-2_9-branch/test.py === ---

[Zope-Coders] Zope tests: 7 OK

2005-11-14 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Sun Nov 13 12:01:02 2005 UTC to Mon Nov 14 12:01:02 2005 UTC. There were 7 messages: 7 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2_6-branch Python-2.1.3 : Linux From: Zope Unit Tests Date: Sun Nov 13 22:04:53 EST

Re: [Zope-dev] Re: Reminder: feature freeze November 1.

2005-11-14 Thread Jim Fulton
Dang, that's embarassing. Thanks Tres! On Sun, 2005-11-13 at 23:43 -0500, Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark Hammond wrote: Not on Windows: Windows test failures on Zope trunk http://www.zope.org/Collectors/Zope/1931 CMF-trunk runs fine

Re: [Zope-dev] Re: Reminder: feature freeze November 1.

2005-11-14 Thread Tim Peters
[Tres Seaver] test.py in the root is the likely culprit, as it is mucking with sys.path. Does this patch make the Windows tests pass? - --- test.py (revision 40087) +++ test.py (working copy) @@ -30,7 +30,7 @@ if shome: shome = os.path.abspath(shome) else: - -

[Zope-dev] Re: SVN: Zope/trunk/test.py Don't hard-wire forward-slash into sys.path (redux).

2005-11-14 Thread Philipp von Weitershausen
Tres Seaver wrote: Log message for revision 40092: Don't hard-wire forward-slash into sys.path (redux). Please don't forget to merge this and the previous rev to the Zope 2.9 branch. From now on, both the trunk and the 2.9 branch need to be taken care of. Philipp

[Zope-dev] Re: branched Zope 2.9

2005-11-14 Thread Philipp von Weitershausen
Florent Guillaume wrote: BTW I'm for removing the 2.9 branch for now. You didn't, so I presume 2.9 branch stays? It's important to clear the status of this branch because bugfixes need to be merged to it (see my email about Tres' bugfix, for example). By the way, in the future, just to avoid

Re: [Zope-dev] Re: branched Zope 2.9

2005-11-14 Thread Andreas Jung
--On 15. November 2005 00:20:00 +0800 Philipp von Weitershausen [EMAIL PROTECTED] wrote: Florent Guillaume wrote: BTW I'm for removing the 2.9 branch for now. You didn't, so I presume 2.9 branch stays? It's important to clear the status of this branch because bugfixes need to be merged

Re: [Zope-dev] Reminder: feature freeze November 1.

2005-11-14 Thread Paul Winkler
On Sun, Nov 13, 2005 at 02:55:22PM -0500, Chris McDonough wrote: Of course the release manager should have the last say and as the release manager it's totally valid for Andreas to delete the branch. Apologies for taking initiative. I was really just trying to unstick Paul and get things

Re: [Zope-dev] Re: branched Zope 2.9

2005-11-14 Thread Philipp von Weitershausen
Andreas Jung wrote: --On 15. November 2005 00:20:00 +0800 Philipp von Weitershausen [EMAIL PROTECTED] wrote: Florent Guillaume wrote: BTW I'm for removing the 2.9 branch for now. You didn't, so I presume 2.9 branch stays? It's important to clear the status of this branch because

[Zope-dev] buildbot failure in Zope trunk 2.4 Windows 2000 fred-win

2005-11-14 Thread buildbot
The Buildbot has detected a failed build of Zope trunk 2.4 Windows 2000 fred-win. Buildbot URL: http://buildbot.zope.org/ Build Reason: changes Build Source Stamp: 1541 Blamelist: philikon BUILD FAILED: failed failed slave lost sincerely, -The Buildbot

Re: [Zope-dev] Re: Reminder: feature freeze November 1.

2005-11-14 Thread Jim Fulton
On Mon, 2005-11-14 at 10:22 -0500, Tim Peters wrote: ... Turns out the Five tests that were failing on Windows also fail on Linux, but the failing tests don't run unless you pass ``--all`` to test.py (which I normally do, but I guess most people don't, in which case most people wouldn't see

Re: [Zope-dev] Re: branched Zope 2.9

2005-11-14 Thread Jim Fulton
On Tue, 2005-11-15 at 00:20 +0800, Philipp von Weitershausen wrote: Florent Guillaume wrote: BTW I'm for removing the 2.9 branch for now. You didn't, so I presume 2.9 branch stays? It's important to clear the status of this branch because bugfixes need to be merged to it (see my email

Re: [Zope-PAS] Installing Plone PAS in Plone site overwrite base acl_users and sites acl_users

2005-11-14 Thread Dario Lopez-Kästen
Sidnei da Silva wrote: On Mon, Nov 14, 2005 at 12:54:50PM +0100, Dario Lopez-Kästen wrote: | Does this mean, that in any Zope ZODB where I have such a Plone | instance, the Plone instance imposes it's acl_users on the ROOT of the | Zope install? No, PlonePAS migrates the acl_users on the

[Zope] Zope Cookbook????

2005-11-14 Thread Vivek Krishna
Hi , I am considering using zope to build a sample applicaiton like a guestbook and shopping cart kind of application. I really looked for all documentation but couldnt find a cookbook which does a step by step introduction to ahceive this.Is there some resource like this? Besides I am a new to

[Zope] version of the Zope book with user comments included?

2005-11-14 Thread michael nt milne
Hi I remember seeing a version of the Zope book which also had user comments included. It was very useful. However I haven't been able to find this again using Google. Does anyone have the link. I found it brilliant for issues that cropped up on install. Thanks

[Zope] Re: version of the Zope book with user comments included?

2005-11-14 Thread Michael Haubenwallner
michael nt milne wrote: Hi I remember seeing a version of the Zope book which also had user comments included. It was very useful. However I haven't been able to find this again using Google. Does anyone have the link. I found it brilliant for issues that cropped up on install. Thanks The

Re: [Zope] Re: version of the Zope book with user comments included?

2005-11-14 Thread michael nt milne
Thanks. Strangely, the comments only display when the comments are set to off...in IE6 and also latest Firefox.On 11/14/05, Michael Haubenwallner [EMAIL PROTECTED] wrote:michael nt milne wrote: HiI remember seeing a version of the Zope book which also had user comments included. It was very

[Zope] htmltopdf

2005-11-14 Thread Asad Habib
Has anyone successfully used htmltopdf, a PHP script written by Jason Rust (www.rustyparts.com) to convert an HTML file to PDF, with Zope? In particular, I wanted to find out if anyone had used the python equivalent of this PHP script. I am currently in the process of trying this and if anyone

Re: [Zope] htmltopdf

2005-11-14 Thread Christoph Berendes
Asad Habib wrote: Has anyone successfully used htmltopdf, a PHP script written by Jason Rust (www.rustyparts.com) to convert an HTML file to PDF, with Zope? In particular, I wanted to find out if anyone had used the python equivalent of this PHP script. We've been looking into this

Re: [Zope] htmltopdf

2005-11-14 Thread Charles Zealey
Christoph Berendes wrote: Asad Habib wrote: Has anyone successfully used htmltopdf, a PHP script written by Jason Rust (www.rustyparts.com) to convert an HTML file to PDF, with Zope? In particular, I wanted to find out if anyone had used the python equivalent of this PHP script. We've

Re: [Zope] htmltopdf

2005-11-14 Thread Shane Graber
FWIW, there's also Prince that you can run on your server: http://www.princexml.com I haven't worked much with it, but the docs say you can. Shane On 11/14/05, Charles Zealey [EMAIL PROTECTED] wrote: Christoph Berendes wrote: Asad Habib wrote: Has anyone successfully used htmltopdf, a

[Zope] Apache-pound-zeo-zope instances. Bad gateway and dual cpus related issues

2005-11-14 Thread Christophe Gravier
Hi, I did not find any architecture related mailing list, so I deceided topost on the general list. I hope this is OK. I am struggling with my new zeo/zope architecture for some days now. I come to the conclusion that I should ask for help. I currently single cpu machine hosting zope +

[Zope] Re: Zope Cookbook????

2005-11-14 Thread Michael Haubenwallner
Vivek Krishna wrote: Hi , I am considering using zope to build a sample applicaiton like a guestbook and shopping cart kind of application. I really looked for all documentation but couldnt find a cookbook which does a step by step introduction to ahceive this.Is there some resource like

[Zope] export/import problems with plone site

2005-11-14 Thread Faheem Mitha
Hi, I successfully exported/imported a Plone site from one Zope instance to another. However, when I try to publish the Plone page, I experience an error. Does anyone know what the problem is here, or what to look for? Is this perhaps a more Plone speciific problem?

Re: [Zope] export/import problems with plone site

2005-11-14 Thread J Cameron Cooper
Faheem Mitha wrote: I successfully exported/imported a Plone site from one Zope instance to another. However, when I try to publish the Plone page, I experience an error. Does anyone know what the problem is here, or what to look for? Is this perhaps a more Plone speciific problem?

[Zope] Render a string as tal

2005-11-14 Thread Mark Gibson
I would like to be able to render an arbitrary string as tal, having the tal statements evaluated correctly. How would I go about doing this? -- Mark Gibson [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org

Re: [Zope] Render a string as tal

2005-11-14 Thread Paul Winkler
On Mon, Nov 14, 2005 at 01:19:18PM -0700, Mark Gibson wrote: I would like to be able to render an arbitrary string as tal, having the tal statements evaluated correctly. How would I go about doing this? I assume you mean TALES expressions. See: http://zopelabs.com/cookbook/1037762730 --

Re: [Zope] Re: zope 2.8.4 on windows 98

2005-11-14 Thread J Cameron Cooper
Fernando Martins wrote: Andreas Jung wrote: On Sat, 12 Nov 2005 03:52:28 -0800, Fernando Martins fernando at cmartins.demon.nl wrote: I understand the problem, but is it the intention that zope is not supported on win98? Yes, I believe this is intentional. Windows 98 is a seven year old

RE: [Zope] Re: zope 2.8.4 on windows 98

2005-11-14 Thread Fernando Martins
From: J Cameron Cooper Probably this is just in the start sequence. You cannot, of course, run Zope as a service in Win98, since it understands no such thing. Quite possibly you can use runzope or whatever to execute it in a console. I can't say exactly as the traceback has been edited out

[Zope] ssh tunnelling webdave

2005-11-14 Thread David Bear
I am having trouble getting webdav to work through ssh tunnels. I hope someone may be able to offer a suggestion. running zope 2.7.4 on FreeBSD 4.9 python 2.4. my zope.cnf file has the following under webdav-source webdav-source-server # valid keys are address and force-connection-close

Re: [Zope] export/import problems with plone site

2005-11-14 Thread Faheem Mitha
On Mon, 14 Nov 2005, J Cameron Cooper wrote: Faheem Mitha wrote: I successfully exported/imported a Plone site from one Zope instance to another. However, when I try to publish the Plone page, I experience an error. Does anyone know what the problem is here, or what to look for? Is this

Re: [Zope] export/import problems with plone site

2005-11-14 Thread Faheem Mitha
On Mon, 14 Nov 2005, [ISO-8859-15] Tarek Ziadé wrote: Faheem Mitha wrote: Hi, I successfully exported/imported a Plone site from one Zope instance to another. However, when I try to publish the Plone page, I experience an error. Does anyone know what the problem is here, or what to

[Zope] Re: ssh tunnelling webdave

2005-11-14 Thread Sam Stainsby
On Mon, 14 Nov 2005 17:30:36 -0700, David Bear wrote: I am having trouble getting webdav to work through ssh tunnels. I hope someone may be able to offer a suggestion. running zope 2.7.4 on FreeBSD 4.9 python 2.4. my zope.cnf file has the following under webdav-source

[Zope] still having problems

2005-11-14 Thread Dennis Allison
ZEO 3.4.2 Zope 2.8.4 ZODB 3.4.2 as relesed with Zope 2.8.4B Python 2.4.2 or 2.3.5 MySQL 4.0.20 MySQL-Python 1.2.0 MYSQLDA 2.0.9 We have just moved from Zope 2.7.6 to Zope 2.8.4 motivated, in part, but the ability to avoid read conflicts under ZODB 3.4.2. We have been having a lot of

Re: [Zope] still having problems

2005-11-14 Thread Chris McDonough
On Nov 14, 2005, at 9:21 PM, Dennis Allison wrote: ZEO 3.4.2 Zope 2.8.4 ZODB 3.4.2 as relesed with Zope 2.8.4B Python 2.4.2 or 2.3.5 MySQL 4.0.20 MySQL-Python 1.2.0 MYSQLDA 2.0.9 We have just moved from Zope 2.7.6 to Zope 2.8.4 motivated, in part, but the ability to avoid read conflicts