Hi, I tried to get ZopeGUD 1.0.0 preview 5 (http://www.zope.org/Members/morphex/ZopeGUD) running on my Zope 2.4.1 systen. Almost all included products are broken with similar tracebacks: Traceback (most recent call last): File "D:\ZOPE\lib\python\OFS\Application.py", line 558, in import_product product=__import__(pname, global_dict, global_dict, silly) File "D:\ZOPE\lib\python\Products\AddressBook\__init__.py", line 38, in ? import address_book File "D:\ZOPE\lib\python\Products\AddressBook\address_book.py", line 39, in ? import address_book_contact File "D:\ZOPE\lib\python\Products\AddressBook\address_book_contact.py", line 39, in ? from Products.WarpFramework import base_item File "D:\ZOPE\lib\python\Products\WarpFramework\__init__.py", line 27, in ? import base_item, product_base_item File "D:\ZOPE\lib\python\Products\WarpFramework\base_item.py", line 33, in ? from ZPublisher.HTTPRequest import html_quote ImportError: cannot import name html_quote Can anyone give me a hint to install is correctly? TIA Frank
Frank Stephan wrote:
I tried to get ZopeGUD 1.0.0 preview 5 (http://www.zope.org/Members/morphex/ZopeGUD) running on my Zope 2.4.1 systen.
That's 'cos Morten chose to import html_quote from a pretty esoteric location. Having had personal experience of the WarpFramework and GUM, against my will ;-), I'd recommend you look elsewhere other than GUD... cheers, Chris
You're going to have to dig thru the sources... there's some other products that you need to install, not very well documented (like the spell checker)... I'd suggest getting the stuff from the sourceforge CVS, the packages don't seem to work well. ...too bad, cuz it's the only PIM out there for Zope (except Worldpilot, which I could never get to work and doesn't play with the other products)
From: Chris Withers <chrisw@nipltd.com> Organization: New Information Paradigms Date: Fri, 07 Sep 2001 11:13:24 +0100 To: Frank Stephan <frank_stephan@gmx.de> Cc: Mailingliste Zope <zope@zope.org> Subject: Re: [Zope] ZopeGUD 1.1.0 preview 5
Frank Stephan wrote:
I tried to get ZopeGUD 1.0.0 preview 5 (http://www.zope.org/Members/morphex/ZopeGUD) running on my Zope 2.4.1 systen.
That's 'cos Morten chose to import html_quote from a pretty esoteric location.
Having had personal experience of the WarpFramework and GUM, against my will ;-), I'd recommend you look elsewhere other than GUD...
cheers,
Chris
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
sourceforge CVS ?? Where? Subject: Re: [Zope] ZopeGUD 1.1.0 preview 5
You're going to have to dig thru the sources... there's some other products that you need to install, not very well documented (like the spell checker)... I'd suggest getting the stuff from the sourceforge CVS, the packages don't seem to work well.
...too bad, cuz it's the only PIM out there for Zope (except Worldpilot, which I could never get to work and doesn't play with the other products)
From: Chris Withers <chrisw@nipltd.com> Organization: New Information Paradigms Date: Fri, 07 Sep 2001 11:13:24 +0100 To: Frank Stephan <frank_stephan@gmx.de> Cc: Mailingliste Zope <zope@zope.org> Subject: Re: [Zope] ZopeGUD 1.1.0 preview 5
Frank Stephan wrote:
I tried to get ZopeGUD 1.0.0 preview 5 (http://www.zope.org/Members/morphex/ZopeGUD) running on my Zope 2.4.1 systen.
That's 'cos Morten chose to import html_quote from a pretty esoteric location.
Having had personal experience of the WarpFramework and GUM, against my will ;-), I'd recommend you look elsewhere other than GUD...
cheers,
Chris
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
There's a link to it here: http://www.zope.org/Members/morphex/ZopeGUM
From: "Peter Bengtsson" <mail@peterbe.com> Date: Mon, 10 Sep 2001 11:08:54 +0200 To: "marc lindahl" <marc@bowery.com>, "Chris Withers" <chrisw@nipltd.com>, "Frank Stephan" <frank_stephan@gmx.de> Cc: "Mailingliste Zope" <zope@zope.org> Subject: Re: [Zope] ZopeGUD 1.1.0 preview 5
sourceforge CVS ?? Where?
Frank Stephan writes:
I tried to get ZopeGUD 1.0.0 preview 5 (http://www.zope.org/Members/morphex/ZopeGUD) running on my Zope 2.4.1 systen. .... from ZPublisher.HTTPRequest import html_quote ImportError: cannot import name html_quote
"html_quote" can be imported from "DocumentTemplate.html_quote" Dieter
participants (5)
-
Chris Withers -
Dieter Maurer -
Frank Stephan -
marc lindahl -
Peter Bengtsson