[Zope-dev] Re: Directory structure on svn.zope.org

2005-12-28 Thread Andreas Jung
--On 25. Dezember 2005 18:48:22 +0100 Philipp von Weitershausen [EMAIL PROTECTED] wrote: Andreas Jung wrote: The top-level directory structure on svn.zope.org appears a bit messy to me. There we have the folders for the large projects CMF, Zope, Zope3 and lots modules that possibly don't

Re: [Zope-dev] Re: [ANN] Zope 2.9.0 beta 2 released

2005-12-28 Thread Jim Fulton
Andreas Jung wrote: --On 26. Dezember 2005 14:49:07 -0500 Tres Seaver [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Jung wrote: on behalf of Zope Corporation and the Zope community I am pleased to announce the release of Zope 2.9.0 beta 2 (the x-mas

[Zope-dev] Curious about age old WebDAV decisions...

2005-12-28 Thread Zachery Bir
I've got a Folder (indirection) and a DTML Method (found) in the root of a Zope site. HEAD requests fail on the indirected DTML Method due to OFS.ObjectManager's __getitem__ method: def __getitem__(self, key): import pdb;pdb.set_trace() v=self._getOb(key, None) if

[Zope] Please help with DTML-in (newbie)

2005-12-28 Thread Alric Aneron
Hello, I am new to Zope and DTML. I am trying to use a python script to call a Z SQL method. The python script also has a list that dtml-in inside the ZSQL method interates over. so my python script: -python script words = ['one', 'two'] context.REQUEST.set('wordlist', wordlist) rs =

Re: [Zope] Please help with DTML-in (newbie)

2005-12-28 Thread J Cameron Cooper
Alric Aneron wrote: Hello, I am new to Zope and DTML. I am trying to use a python script to call a Z SQL method. The python script also has a list that dtml-in inside the ZSQL method interates over. so my python script: -python script words = ['one', 'two']

RE: [Zope] Please help with DTML-in (newbie)

2005-12-28 Thread Jaroslav Lukesh
I am trying to use a python script to call a Z SQL method. The python You need to have defined words as parameter for ZSQL Metod. You have tried to call property wordlist which is not exit. Here are your ZSQL with safety (not functional) concern: params words:string /params SELECT * FROM

Re: [Zope] Please help with DTML-in (newbie)

2005-12-28 Thread Tino Wildenhain
J Cameron Cooper schrieb: Alric Aneron wrote: Hello, I am new to Zope and DTML. I am trying to use a python script to call a Z SQL method. The python script also has a list that dtml-in inside the ZSQL method interates over. so my python script: -python script words = ['one', 'two']

[Zope] mxODBC config probs for MSSQL

2005-12-28 Thread Rob Jingle
This is an issue regarding the egenix mxODBC drivers for Zope to communicate with MSSQL.Iam having problems configuring th emxODBC on Zope.Iam not being successfull in creating a connection to SQL server.The error iam getting is: EGENIX .COM mxODBC Zope DA

Re: [Zope] mxODBC config probs for MSSQL

2005-12-28 Thread robert rottermann
Rob, is the connection outside of Zope running. Can you connect to the SQL Server using Isql or a similar command line tool? Robert Rob Jingle wrote: This is an issue regarding the egenix mxODBC drivers for Zope to communicate with MSSQL.Iam having problems configuring th emxODBC on

[Zope] python build errors

2005-12-28 Thread David Bear
I installed python 2.3.5 in order to keep my zope happy. However, make test yeilded some unexpected errors: 1 test failed: test_zipimport 35 tests skipped: test_aepack test_al test_audioop test_bsddb test_bsddb185 test_bsddb3 test_cd test_cl test_crypt test_curses test_dbm test_dl

Re: [Zope] Re: Leave the ivory tower now!

2005-12-28 Thread Bakhtiar A Hamid
On 12/27/05, Michael Haubenwallner [EMAIL PROTECTED] wrote: Andrew Sawyers wrote: On Sun, 2005-12-25 at 10:03 +0800, Bakhtiar A Hamid wrote:The 'closed group' dissolved a while ago.that's sad(?)anything came out of the group?i think we need to do to zope.org what we did to zope2.ignore and

[Zope] DateTime().Time() gets Insufficient Privileges error, why?

2005-12-28 Thread Jamie O'Keefe
I am trying to get the latest time in a Python Script. I declare: from DateTime.DateTime import DateTime But when I run: t = DateTime().latestTime() or t = DateTime().Time() I always get an Insufficient Privileges error. I have combed through the archives and the web and as far as

[Zope-DB] can not show more than 20 records

2005-12-28 Thread Roman Page
Hello, I need help using Z MySql with zope 2.7.5-final. If I would like to show more than 20 records with the select command, zope shows the following error message. KeyError: 'query' Traceback (innermost last): Module ZPublisher.Publish, line 101, in publish Module ZPublisher.mapply, line