[Zope] zsync for zope 3.4 on windows

2009-02-03 Thread Hoang-Vu PHUNG
Hi all,

I read somewhere there is a tool called zsync for zope 3.
I have installed zope 3.4 for python 2.5. My python 2.5 is in the folder 
c:\python2.5 and zope 3.4 was also installed in this folder (i believed because 
it automatically found the python2.5 installation directory and installed with 
asking). 

I do a search for zsync but can't find, please help me.
Thanks,
Rgds
Vu


  
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Answer's Time

2005-05-20 Thread Hoang-Vu PHUNG
Hi,

I had this problem as well in the past (not specially
with zope). It could be a hidden browser process (you
can see in the process list) that blocks. Try to look
at the access log to see if the request is sent to the
server. Finally it could be a problem with your
application.

Hope that helps
Cheers

Hoang-Vu

--- Fernando Lujan [EMAIL PROTECTED] a écrit:
 I'm having the following problem and wanna know
 whether it can be
 associated with Zope.
 
 I have a page in my system with various links, and
 when I click in a
 link, for instance link 1.
 
 The cursor starts being busy, the browser appear to
 send the request
 but there is no response. When it happens, if I open
 another window
 and click in the same link, I have the response
 immediately.
 
 It's tuly very weird... How can I debug it? I'm
 using Zope 2.74 with
 python 2.3.4.
 
 Suggestions will be welcome. Thanks and regards.
 
 Fernando Lujan
 ___
 Zope maillist  -  Zope@zope.org
 http://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope-dev )
 






_ 
Découvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, 
photos et vidéos ! 
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Re: How can I make class variables store in the zodb??

2005-04-26 Thread Hoang-Vu PHUNG
Try the command svnadmin dump/load.
Regards

--- Raphael Ritz [EMAIL PROTECTED] wrote:
 Stephen How wrote:
 [...]
  Originally, I wanted to use a lot of class
 variables, as this was my 
  perspective from plain-old python.  However, I've
 learned that I really 
  want to put everything possible into the schema,
 as it makes the AT 
  future proof, and more robust.  It automatically
 creates accessors and 
  mutators for these fields as well, which is
 preferred programming 
  style.  I typically just change the visibility
 attributes of the field 
  for privacy, and style in base_view.  However, I
 don't think there's a 
  FieldType for a dictionary or array, so I use
 plain-old class variables 
  for them.
  
 
 There is the RecordField (for handling dicts) and
 RecordsField (for handling lists of dicts) available
 from ATExtensions
 
  
 http://www.neuroinf.de/LabTools/ATExtensions-0_5.tgz
 
 Raphael
 
 PS: Does anyone know how to move a project from
 one svn repository (our own) to another one
 (svn.plone.org) without loosing history?
 Then I could move it there.
 
 ___
 Zope maillist  -  Zope@zope.org
 http://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists - 
  http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope-dev )
 






__
Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails ! 
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )