Re: [Zope-dev] ZPublisher timing hooks ?

2004-10-08 Thread Tino Wildenhain
Hi, Am Fr, den 08.10.2004 schrieb Simon Michael um 4:10: Hi all, I'd like to print a this page was rendered in ... milliseconds as you see on php sites. I think I'd get better accuracy by getting at least the start time from ZPublisher because.. actually it may not help, but I'm

[Zope-dev] Two problems with 2.7.3b1 and CMF1.5.0b2

2004-10-08 Thread Lennart Regebro
1. Trying to install CPS on the above platform, I get the following error: ValueError: Not a registered directory: Products/CPSDefault/skins/cps_javascript (Also, an error occurred while attempting to render the standard error message.) Has anything changed with the skin directory registration?

[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

[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 UnicodeDecodeError: ...

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

2004-10-08 Thread Andreas Jung
Are you really sure that the source and destination instance are running the *same* setup (means same Zope and Plone versions)? -aj --On 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

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

2004-10-08 Thread Nick Bower
Andreas Jung wrote: Are you really sure that the source and destination instance are running the *same* setup (means same Zope and Plone versions)? -aj As sure as one can be when comparing a Plone 2.0.3 all-in-one windows distribution with a custom built zope 2.7.0/zope2.7.2 + plone 2.0.3

[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 frustrating... :( Nick Bower

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

2004-10-08 Thread Andreas Jung
Maybe try with TextIndexNG :-) -aj --On Freitag, 8. Oktober 2004 17:42 Uhr +0200 Nick Bower [EMAIL PROTECTED] wrote: 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:

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

2004-10-08 Thread Nick Bower
We'd had a very simple multi-lingual CMF document written for us a couple of years ago (basically a folderish object with sub-objects in with unicode content and titles). I found these objects were the cause of the import failures and that if I uninstalled the product and then imported, to