[Zope] Zope/Plone and control version management

2008-06-18 Thread Garito
Hi! I'm trying to figure out how to work with a control version software as subversion or git (I prefer git) I would like to know how to configure the system and how to work and commit Can you point me to an url with this information? Thanks! -- Mis Cosas http://blogs.sistes.net/Garito Zope Sm

[Zope] Open an HTML file in zope

2008-06-18 Thread sujitha mary
Hi, I need to open and display an HTML file in zope.For that I uploaded the file as DTML document and tried to retrieve it from a page template.this is code which i wrote for this: this will 'PH226' is the name of my uploaded file. If i need to display more than on

Re: [Zope] Zope/Plone and control version management

2008-06-18 Thread Sean Upton
On Wed, Jun 18, 2008 at 1:04 AM, Garito <[EMAIL PROTECTED]> wrote: > Hi! > I'm trying to figure out how to work with a control version software as > subversion or git (I prefer git) > > I would like to know how to configure the system and how to work and commit > > Can you point me to an url with t

Re: [Zope] Open an HTML file in zope

2008-06-18 Thread Andreas Jung
--On 18. Juni 2008 10:14:10 +0100 sujitha mary <[EMAIL PROTECTED]> wrote: Hi, I need to open and display an HTML file in zope.For that I uploaded the file as DTML document and tried to retrieve it from a page template.this is code which i wrote for this: this will

Re: [Zope] Open an HTML file in zope

2008-06-18 Thread Andrew Milton
+---[ sujitha mary ]-- | Hi, | | I need to open and display an HTML file in zope.For that I uploaded the file as | DTML document and tried to retrieve it from a page template.this is code which | i wrote for this: | | this | will | | 'PH226' is the

Re: [Zope] Zope/Plone and control version management

2008-06-18 Thread Garito
Hi, Sean! What I would like to know is how I use git to work with my workgroup Do I use only a centralized zope/plone or I need to install them for every member of the workgroup? Witch parts of zope/plone can I put on it? I would like to use a control version manager but I have no idea how to con

[Zope] I would like to join your LinkedIn Zope group

2008-06-18 Thread Chris Calloway
I would like to join your LinkedIn Zope group. I am a facilitator of the Triangle Zope and Python Users Group. -- Sincerely, Chris Calloway http://www.secoora.org office: 332 Chapman Hall phone: (919) 599-3530 mail: Campus Box #3300, UNC-CH, Chapel Hill, NC 27599 __

Re: [Zope] I would like to join your LinkedIn Zope group

2008-06-18 Thread Andreas Jung
--On 18. Juni 2008 10:37:28 -0400 Chris Calloway <[EMAIL PROTECTED]> wrote: I would like to join your LinkedIn Zope group. I am a facilitator of the Triangle Zope and Python Users Group. We don't maintain something like that. -aj pgpxGy077Dv5C.pgp Description: PGP signature __

[Zope] Re: I would like to join your LinkedIn Zope group

2008-06-18 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Jung wrote: > > --On 18. Juni 2008 10:37:28 -0400 Chris Calloway <[EMAIL PROTECTED]> wrote: > >> I would like to join your LinkedIn Zope group. I am a facilitator of the >> Triangle Zope and Python Users Group. >> > > We don't maintain somet

Re: [Zope] UTF8 encoding

2008-06-18 Thread Garry Saddington
On Wednesday 18 June 2008 07:56, Tino Wildenhain wrote: > Hi Garry, > > Garry Saddington wrote: > > I am getting a few of this type of error only coming from Windows > > machines, does anyone know how to sort this out? > > > > ProgrammingError: ERROR: invalid byte sequence for encoding "UTF8": 0xa3

Re: [Zope] Zope/Plone and control version management

2008-06-18 Thread Sean Upton
On Wed, Jun 18, 2008 at 2:51 AM, Garito <[EMAIL PROTECTED]> wrote: > What I would like to know is how I use git to work with my workgroup > Do I use only a centralized zope/plone or I need to install them for every > member of the workgroup? I'm supposing you are doing python package and Zope2 Pro

[Zope] ANN: eGenix mx Base Distribution 3.1.0

2008-06-18 Thread eGenix Team: M.-A. Lemburg
ANNOUNCING eGenix.com mx Base Distribution Version 3.1.0 Open Source Python extensions providing important and useful services for Python programmers

[Zope] Re: I would like to join your LinkedIn Zope group

2008-06-18 Thread Chris Calloway
On 6/18/2008 11:23 AM, Andreas Jung wrote: --On 18. Juni 2008 11:14:29 -0400 Tres Seaver <[EMAIL PROTECTED]> Andreas Jung wrote: We don't maintain something like that. I don't know who the real group admin is, but there is a "Zope Community" group on LinkedIn. Chris' mail comes as a result o

[Zope] Re: help debugging a "can't pickle" error deep within a catalog reindex

2008-06-18 Thread Rob Miller
Ross Patterson wrote: Rob Miller <[EMAIL PROTECTED]> writes: hi, i'm trying to perform a ZCatalog.refreshCatalog() on a catalog with over 29,000 indexed objects. it churns for a good long time, and eventually fails with a long set of tracebacks, of which i've included a sample at the end of t

Re: [Zope] Zope/Plone and control version management

2008-06-18 Thread Garito
Absolutely, Sean, that's exactly what I'm asking for. Thank you so much We make a very similar assumption We must review our habits to avoid the use of ZOBD to develop (yes, we use plone3) Again, thank you so much. You help us a lot!!! Cheers! 2008/6/18 Sean Upton <[EMAIL PROTECTED]>: > On Wed, J

[Zope] Re: help debugging a "can't pickle" error deep within a catalog reindex

2008-06-18 Thread Ross Patterson
Rob Miller <[EMAIL PROTECTED]> writes: > Ross Patterson wrote: >> Rob Miller <[EMAIL PROTECTED]> writes: >> >>> hi, >>> >>> i'm trying to perform a ZCatalog.refreshCatalog() on a catalog with >>> over 29,000 indexed objects. it churns for a good long time, and >>> eventually fails with a long set