[Zope-dev] z3c.autoinclude doesn't include extra_requires

2008-11-11 Thread Christian Zagrodnick
Hi, when I include an egg with extras (like gocept.foo[server]) the dependencies from the extra are not automatically included with autoinclude. I'm posting this here, because there is no other obvious place (no project for this on lauchpad). Regards, -- Christian Zagrodnick ยท [EMAIL

Re: [Zope-dev] [ZODB-Dev] SVN woes.

2008-11-11 Thread Wichert Akkerman
On 11/11/08 4:10 PM, Izak Burger wrote: Jim Fulton wrote: I'm going to restore svn from a backup and see where that leaves us. I'm going to disable svn access while I work on this. Good luck :-) I know a little something about the hard work involved in recovering subversion repos,

Re: [Zope-dev] svn.zope.org up again?

2008-11-11 Thread Stefan H. Holek
Up it may be, working it is not. E.g.: Fetching external item into 'python24-zope210/lib/python/zope/testing' svn: Reference to non-existent node 'd2u.9gw.r70272/0' in filesystem '/svn/repos/main/db' Fetching external item into 'python24-zope211/lib/python/zope/decorator' A

Re: [Zope-dev] SVN woes.

2008-11-11 Thread Jim Fulton
On Nov 11, 2008, at 8:52 AM, Jim Fulton wrote: I'm going to restore svn from a backup and see where that leaves us. I'm going to disable svn access while I work on this. The repository is back now. Much thanks to Christian Theune for providing a replication image. Jim -- Jim Fulton

Re: [Zope-dev] [ZODB-Dev] svn.zope.org up again?

2008-11-11 Thread Christian Theune
On Tue, 2008-11-11 at 12:35 +0200, Marius Gedminas wrote: On Tue, Nov 11, 2008 at 08:51:28AM +0100, Adam GROSZER wrote: Hello Stephan, svn: Can't open file '/svn/repos/main/db/revs/70320': No such file or directory program finished with exit code 1 Seems that one revision did not

[Zope-dev] SVN woes.

2008-11-11 Thread Jim Fulton
I'm going to restore svn from a backup and see where that leaves us. I'm going to disable svn access while I work on this. Jim -- Jim Fulton Zope Corporation ___ Zope-Dev maillist - Zope-Dev@zope.org

[Zope-dev] Zope Tests: 1 OK, 5 Unknown

2008-11-11 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Mon Nov 10 12:00:00 2008 UTC to Tue Nov 11 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Unknown --- Subject: UNKNOWN : Zope-2.9 Python-2.4.5 : Linux From: Zope Tests Date: Mon Nov 10 19:50:47 EST 2008 URL:

[Zope-dev] Removing ZopeUndo from ZODB, starting with ZODB 3.9

2008-11-11 Thread Jim Fulton
I swear I remember discussing this a while back but I can't find an email trail I'm going to remove ZopeUndo from ZODB, starting with 3.9. Zope 2 already has a copy (well, an external from a ZODB tag) and if someone needs it to be in a ZEO server for Zope 2 applications, they can

Re: [Zope-dev] [ZODB-Dev] svn.zope.org up again?

2008-11-11 Thread Marius Gedminas
On Tue, Nov 11, 2008 at 08:51:28AM +0100, Adam GROSZER wrote: Hello Stephan, svn: Can't open file '/svn/repos/main/db/revs/70320': No such file or directory program finished with exit code 1 Seems that one revision did not get restored. It breaks also on show log, where other folders

[Zope] ERP5 World Forum in Paris

2008-11-11 Thread rajasekhar mamilla
looks very intresting :) As a zope user i wish ERP5 a great success Hi everyone, We are developing ERP5 which is a open source ERP application powered by Zope, and we are going to organise in Paris, on the 1st of December 2008 the first ERP5 World

Re: [Zope] Was Problem using nested dtml-in with zsql

2008-11-11 Thread Miguel Beltran R.
The official message for newbies is likely: use ZPT. Andreas This is what missing in the first response My error was not say what I have with my system 4 years ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No

[Zope] AttributeError: __getitem__ when migrating zope from 2.6.1 to 2.10.5

2008-11-11 Thread peter pilsl
I'm a total newbie to Zope and have to face the task to migrate a old and chaotic 2.6.1.-Zope-setup from an old server to a new Server with Zope 2.10. What I did until now * created a new instance on the new server with mkzopeinstance.py * copied the old Data.fs to the var-subfolder of the

[Zope] Using Zope with IIS (PCGI)

2008-11-11 Thread Stephen Christian
Hello everyone, Not sure if this should go to Zope_Dev, so I thought I would try the main list to start. I've gone through the mail.zope.org archives and have come across a few people who seem to be getting an error I'm getting. But I haven't managed to fix the problem. I have: Zope Version

Re: [Zope] Problem using nested dtml-in with zsql

2008-11-11 Thread Miguel Beltran R.
I resolve my problem modifying file C:\Zope\2.11.1\Zope\lib\python\DocumentTemplate\DT_InSV.py Method __getitem__ Changing if l 0: alt_prefix = self.alt_prefix if not (alt_prefix and key.startswith(alt_prefix)): raise KeyError, key

Re: [Zope] AttributeError: __getitem__ when migrating zope from 2.6.1 to 2.10.5

2008-11-11 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 peter pilsl wrote: I'm a total newbie to Zope and have to face the task to migrate a old and chaotic 2.6.1.-Zope-setup from an old server to a new Server with Zope 2.10. What I did until now * created a new instance on the new server with