Re: [Zope] ZMI in zope 2.10.5 broken

2008-01-30 Thread quizzical
I'm not sure how the rogue file got there but it was probably while I was trying to install a non 2.5 version of python, I did have a lot of trouble installing python with zlib included, I don't know if this is a common problem. Anyway, I fixed the problem by removing and reinstalling python 2.4

Re: [Zope] ZMI in zope 2.10.5 broken

2008-01-30 Thread Martijn Pieters
On Jan 28, 2008 4:54 PM, quizzical <[EMAIL PROTECTED]> wrote: > Module TreeDisplay.TreeTag, line 337, in tpRenderTABLE > Module zlib, line 38, in compress > NameError: global name 'util' is not defined The error occurs in the 'zlib' module, which is not part of Zope, but a python library. More

Re: [Zope] ZMI in zope 2.10.5 broken

2008-01-28 Thread quizzical
Here it is: /home/alex/playground/bin/runzope -X debug-mode=on 2008-01-28 15:53:17 INFO ZServer HTTP server started at Mon Jan 28 15:53:17 2008 Hostname: 0.0.0.0 Port: 8080 2008-01-28 15:53:20 INFO Zope Ready to handle requests 2008-01-28 15:53:20 ERROR Zope.SiteErrorLog http://19

Re: [Zope] ZMI in zope 2.10.5 broken

2008-01-28 Thread Andreas Jung
--On 28. Januar 2008 07:14:36 -0800 quizzical <[EMAIL PROTECTED]> wrote: Error Type: NameError Error Value: global name 'util' is not defined Please provide the full traceback - either from the error_log within the ZMI or from messages on your console (requires Zope running in the foregro

[Zope] Re: Zope ZMI Templates

2008-01-15 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Garito wrote: > Hi again, Tres! > Can you point as where we can find this kind of help? Are there some > reference manual or similar? (I'm using Zope2) Perhaps on Five manual? I'm afraid I don't know the docs very well: I tend to use the source when

Re: [Zope] Re: Zope ZMI Templates

2008-01-15 Thread Garito
Hi again, Tres! Can you point as where we can find this kind of help? Are there some reference manual or similar? (I'm using Zope2) Perhaps on Five manual? Thanks a lot! 2008/1/15, Tres Seaver <[EMAIL PROTECTED]>: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jurian Botha wrote: > > I'm

[Zope] Re: Zope ZMI Templates

2008-01-15 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jurian Botha wrote: > I'm currently developing some customized ZMI pages and I was hoping someone > could give me some insight into what the best way would be to do this. > > I see that Zope 2 uses dtml methods to build the standard ZMI pages but as >

Re: [Zope] ZMI

2005-11-28 Thread Rakotomandimby Mihamina
On Mon, 2005-11-28 at 17:08 +, Mark Smith wrote: > I am using the correct user > name and password. I would be gratefu if anyone could suggest how > to resolve this problem. Reinitialize the zope admin password? or just create a zope admin user with: # /path/to/zopectl adduser a_name a_pa

Re: [Zope] ZMI

2005-11-28 Thread José Henrique
Look at the "SECURITY.txt" file in your ZOPE/doc folder.  There you can find instructions to solve your problem. José Henrique.2005/11/28, Mark Smith <[EMAIL PROTECTED]>: I have had to reinstall Plone and Zope on my computer.  I now find that whenI try to log into ZMI and http://localhost:8080/man

Re: [Zope] zmi issues

2005-05-20 Thread Dieter Maurer
Yuri wrote at 2005-5-19 18:01 +0200: > I'm doing an import of a large .zexp (from ZMI), and I see thay Zope is >first loading it all in memory, than doing the work of importing it! How do you see this? In fact, Zope does not work this way. Instead it reads the zexp incrementally and as it reads

Re: [Zope] zmi issues

2005-05-19 Thread Hugo Ramos
Yellow, Once I imported a zexp file bigger than 2GB... It took a while... :-) Be sure to turn session timeout off!!! If you session expires or the browser has some kind of problem it will give you a timeout error... regards hr On 5/19/05, Yuri <[EMAIL PROTECTED]> wrote: > Hi! > > I'm doing an