CollectorNG und translation service
Salu Andreas Products.PlacelessTranslationService wird zweimal importiert (und stirbt, wenn er nicht gefunden wird) Gruss Robert from AccessControl import ClassSecurityInfo from Products.PlacelessTranslationService import getTranslationService ^^^^^^ try: from Products.PlacelessTranslationService import ^^^^^^ getTranslationService have_pts = 1 except ImportError: from zLOG import LOG, WARNING LOG('plonecollectorng', WARNING, 'PlacelessTranslationService not found..using EN as default language') have_pts = 0
--On Donnerstag, 1. Juli 2004 12:59 Uhr +0200 robert rottermann <robert@redcor.ch> wrote:
Salu Andreas Products.PlacelessTranslationService wird zweimal importiert (und stirbt, wenn er nicht gefunden wird) Gruss Robert
Ups, PTS is from now on required for PCNG. There are too much unicode problems with AT+Plone+Zope to be fixed without running PTS. Especially I ran into lots of UnicodeDecodeErrors in StringIO...Living with PTS is much easier and it does not hurt. -aj
participants (2)
-
Andreas Jung -
robert rottermann