[Zope-dev] z3c.form render & traversal bug?

2009-03-24 Thread Nick Bower
In trying to work out how to traverse from a z3c.form Form for a simple scenario, I've uncovered something a little confusing with the Form code. In my case the user specifies search criteria then gets a results page. I am doing the following; from z3c.form import form from zope.app.pagetempl

[Zope-dev] Re: Showstopper UnicodeDecodeError on Zope import???

2004-11-05 Thread Nick Bower
tIndex.BaseIndex, line 108, in index_doc * Module Products.ZCTextIndex.Lexicon, line 69, in sourceToWordIds * Module Products.ZCTextIndex.Lexicon, line 135, in _getWordIdCreate UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 5: ordinal not in range(128) D

[Zope-dev] Re: Showstopper UnicodeDecodeError on Zope import???

2004-11-05 Thread Nick Bower
Products.ZCTextIndex.BaseIndex, line 108, in index_doc * Module Products.ZCTextIndex.Lexicon, line 69, in sourceToWordIds * Module Products.ZCTextIndex.Lexicon, line 135, in _getWordIdCreate UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 5: ordinal not i

[Zope-dev] Re: Showstopper UnicodeDecodeError on Zope import???

2004-10-11 Thread Nick Bower
Wow Dieter - that's a really concise explanation. It'll allow us to fix the product knowing this background. Thanks! Dieter Maurer wrote: Nick Bower wrote at 2004-10-8 16:41 +0200: ... Module Products.ZCTextIndex.Lexicon, line 69, in sourceToWordIds Module Products.ZCTextIndex.Lex

[Zope-dev] Re: (SOLVED) Showstopper UnicodeDecodeError on Zope import???

2004-10-08 Thread Nick Bower
, but there you go. The funny thing is that there's not actually anything wrong with this product afaik and no traceback mentioned it. Only someone with more in depth zope knowledge could comment on this. Nick Bower wrote: I'm trying to import a zexp export (a Plone site actually) fr

[Zope-dev] Re: Showstopper UnicodeDecodeError on Zope import???

2004-10-08 Thread Nick Bower
If I change Python's default encoding to utf-8 (which I shouldn't have to do anyway), I get the following slightly different error: Error Type: UnicodeDecodeError Error Value: 'utf8' codec can't decode byte 0xef in position 5: unexpected end of data This is really fru

[Zope-dev] Re: Showstopper UnicodeDecodeError on Zope import???

2004-10-08 Thread Nick Bower
Freitag, 8. Oktober 2004 16:41 Uhr +0200 Nick Bower <[EMAIL PROTECTED]> wrote: I'm trying to import a zexp export (a Plone site actually) from a windows workstation to a zope server I built on Linux RH9 but it fails with a UnicodeDecodeError: ... Module Products.ZCTextIndex.Lexicon, lin

[Zope-dev] Re: Showstopper UnicodeDecodeError on Zope import???

2004-10-08 Thread Nick Bower
I should mention that I've tried this on various combinations of python 2.3.3/2.3.4 and zope 2.7.0/2.7.2. Nick Bower wrote: I'm trying to import a zexp export (a Plone site actually) from a windows workstation to a zope server I built on Linux RH9 but it fails with a UnicodeD

[Zope-dev] Showstopper UnicodeDecodeError on Zope import???

2004-10-08 Thread Nick Bower
I'm trying to import a zexp export (a Plone site actually) from a windows workstation to a zope server I built on Linux RH9 but it fails with a UnicodeDecodeError: ... Module Products.ZCTextIndex.Lexicon, line 69, in sourceToWordIds Module Products.ZCTextIndex.Lexicon, line 135, in _getWordIdCre

[Zope-dev] Zope and Eclipse WEBDAV

2004-10-05 Thread Nick Bower
Hi - I'm trying to use Eclipse to connect to Zope over webdav and keep getting a 401 (unauthorised) on PROPFIND. I'm using the management user and security settings are in order. Does anyone know why this might be and if anyone has had success with Eclipse & Zope over webdav? Thanks, Nick ___