[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 wit

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

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