[Zope] Character display issues upgrading 2.8.8 to 2.9.8

2008-02-06 Thread John Schinnerer
Aloha, I am in the process of moving from zope 2.8.8 to zope 2.9.8 (running on debian 4.0). I am transferring individual zope sites from 2.8.8 instance to 2.9.8 instance via export/import. So far everything is fine except... I have some content in StructuredDocument objects that includes te

Re: [Zope] When to use a relational database

2008-02-06 Thread Chetan Kumar
On 2/7/08, quizzical <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > Apologies if this is a dumb question, I have had a good look through the > archives and on the web. My question is basically about how to design a It will be a good idea to look at the discusion on this topic on plone list too. S

Re: [Zope] python script, from string to dictionary.

2008-02-06 Thread Bill Campbell
On Thu, Feb 07, 2008, Stefano Guglia wrote: >hello! > >I converted a dictionary in a string, and now I need to change back the >same string as a dictionary in a zope python script. s = repr(d) newdict = eval(s) Bill -- INTERNET: [EMAIL PROTECTED] Bill Campbell; Celestial Software LLC URL: http

Re: [Zope] How to get nice traceback like from old versions?

2008-02-06 Thread Dieter Maurer
Jaroslav Lukesh wrote at 2008-2-6 00:08 +0100: >Once more, correction of misformatted text for better readability. > ... > - __traceback_info__: REQUEST > Module , line 1, in >NameError: name 'kalendar_titulni_pouze_akce_str' is not defined > >Line 313 where is the error looks: > > >Is somewher

[Zope] When to use a relational database

2008-02-06 Thread quizzical
Hi everyone, Apologies if this is a dumb question, I have had a good look through the archives and on the web. My question is basically about how to design a website. I really like the ease with which you can build applications in zope but I often see comments implying that in order to scale well

[Zope] ++resource++ and traverse

2008-02-06 Thread Garito
Hi! Some days ago Tres explain us how to use configure.zcml and ++resource++ namespace but now I have a question Can I use the traverse_subpath variable in a page template put in the ++resource++ namespace? Something like http://server:port/++resource++ZSM/template/traverse1/traverse2 ? Thanks!

[Zope] python script, from string to dictionary.

2008-02-06 Thread Stefano Guglia
hello! I converted a dictionary in a string, and now I need to change back the same string as a dictionary in a zope python script. Any help? thanks, Stefano. ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross

Re: [Zope] [buildout] bootstrap and develop

2008-02-06 Thread Tarek Ziadé
Janko Hauser-2 wrote: > > Besides I didn't know that there is an extension mechanism besides > recipes. > > One of our repositories is also password protected, but after the > first successful login with an interactive svn session on the console > this is not an actual issue. > Yes that

Re: [Zope] [buildout] bootstrap and develop

2008-02-06 Thread Janko Hauser
Am 06.02.2008 um 19:07 schrieb Tarek Ziadé: Maurits van Rees-3 wrote: ... 2. What would be alternatives or how can this be changed? You can use the z3c.recipe.egg:editable recipe. I briefly tried that, but it did not work for our (Zest Software) internal password protected subversion

Re: [Zope] [buildout] bootstrap and develop

2008-02-06 Thread Tarek Ziadé
Maurits van Rees-3 wrote: > > ... >> 2. What would be alternatives or how can this be changed? > > You can use the z3c.recipe.egg:editable recipe. I briefly tried that, > but it did not work for our (Zest Software) internal password > protected subversion repository, where we keep the code for

[Zope] undo error

2008-02-06 Thread Webmaster
Hi, I am getting an error when trying to undo the deletion of a form created with PloneFormGen. One of the users on the site created a second copy of the form which received some submissions in error prior to its deletion and I was hoping to undo the delete to get the saved data. Is it possib