[Zope] Re: Error when starting Zope 2.9.0

2006-02-07 Thread Pawel Lewicki
Hugo Ramos wrote: Yellow ppl, I've instaled Zope 2.9.0 on Fedora 4 using Python 2.4.2 compiled from source. Everything ok. I was trying to do exactly the same (Zope 2.9.0 with Python 2.4.2 from source) in Debian 3.1 and I got the following error: ... from AccessControl import ImplC as impl

[Zope] Re: AW: Re: Zope won't start on Windows XP

2006-02-15 Thread Pawel Lewicki
Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Holger Butschek wrote: It looks as though you have a borked Zope installation: how did you install Zope? What does borked mean? I installed it with the windows installer. The file ist from zope.org. The traceback indicated th

[Zope] Re: Zope scheduling problem

2006-02-17 Thread Pawel Lewicki
Nicholas Watmough napisał(a): Hello, I'm not sure if this is the correct forum for my question. I'm running Zope 2.9.0 (though I've tried it on 2.8.5, with the same problem). I have a Python script in a Zope folder that checks a specified email address, packages all the emails and attachmen

[Zope] CMFExternalFile and huge ZODB pickles

2006-02-22 Thread Pawel Lewicki
Hi, I have a problem with one Zope application and have no clue what's going on. The problem is with one ControlledPage that creates CMFExternalFiles. It seems that each file is somehow included in ZODB pickle so Data.fs grows very fast. Only packing helps. The side effect is that transaction

[Zope] Re: CMFExternalFile and huge ZODB pickles

2006-02-23 Thread Pawel Lewicki
Chris Withers napisał(a): Pawel Lewicki wrote: Any clues? Products used: - ExternalFile 1.2.0 - CMFExternalFile 0.5 - Plone 2.0.5 None of these are products I'd trust. Use a ZODB analysis tool to find out the types of objects you have in your database and see which product is causin

[Zope] Five 1.5.5 and menuItem - problem with 'filter' parameter

2007-11-29 Thread Pawel Lewicki
Hi, Am I doing anything wrong or filter parameter of browser:menuItem is just ignored? I have that problem in Plone but I suspect CMF ActionsTool if not Five itself. I tried "whatever" Python Script, registered page view, etc. No success. Pawel ___

[Zope] Re: Five 1.5.5 and menuItem - problem with 'filter' parameter

2007-12-01 Thread Pawel Lewicki
Philipp von Weitershausen pisze: Pawel Lewicki wrote: Hi, Am I doing anything wrong or filter parameter of browser:menuItem is just ignored? I have that problem in Plone but I suspect CMF ActionsTool if not Five itself. I tried "whatever" Python Script, registered page vie

[Zope] Re: Five 1.5.5 and menuItem - problem with 'filter' parameter

2007-12-01 Thread Pawel Lewicki
Pawel Lewicki pisze: Philipp von Weitershausen pisze: Pawel Lewicki wrote: Hi, Am I doing anything wrong or filter parameter of browser:menuItem is just ignored? I have that problem in Plone but I suspect CMF ActionsTool if not Five itself. I tried "whatever" Python Script,

[Zope] Problem with WebDAV and non-ascii titles

2008-03-28 Thread Pawel Lewicki
with extra line: -- +result = [r.decode('ascii', 'ignore') for r in result] result='\n'.join(result) return propstat % (self.xml_namespace(), result, '200 OK', '') -- Pawel Lewicki ___

[Zope] Re: Problem with WebDAV and non-ascii titles

2008-04-01 Thread Pawel Lewicki
Dieter Maurer wrote: Pawel Lewicki wrote at 2008-3-28 15:52 +0100: I have a problem with accessing files with non-ascii titles via Enfold Desktop (WebDAV)- Zope 2.10.4). Traceback (innermost last): Module ZPublisher.Publish, line 119, in publish Module ZPublisher.mapply, line 88, in

[Zope] Non-blocking long-running Zope tasks

2008-10-20 Thread Pawel Lewicki
Hi, What would be the easiest way of managing long-term Zope tasks? I'm using a Plone-based application using a lot of SQL queries and I have a problem with hanging, probably because of ODBC driver - it hangs on timeouts (Windows). I have an idea to rewrite the core to delegate problematic tasks

[Zope] Minimal server for ZPublisher.Client

2009-06-17 Thread Pawel Lewicki
Hi, I recently discovered magic of external function dispatching using ZPublisher.Client I use a separate Zope (Plone) instance as an external server, but I wonder what would be a minimal setup to serve a purpose. Do I have to run the whole Zope application? Pawel Lewicki

Re: [Zope] Minimal server for ZPublisher.Client

2009-06-17 Thread Pawel Lewicki
Andreas Jung pisze: > On 17.06.09 15:19, Pawel Lewicki wrote: >> Hi, >> I recently discovered magic of external function dispatching using >> ZPublisher.Client >> I use a separate Zope (Plone) instance as an external server, but I >> wonder what would be a minim