Re: [Zope] Weird undefined symbol: PyUnicodeUCS{2|4}_AsEncodedString errors

2009-02-18 Thread Janko Hauser
You probably have two different versions of Python installed. And probably this is a 64-bit system at least in parts. Check the python path cron uses and compare to the path the instance is run with. HTH, __Janko Am 18.02.2009 um 11:37 schrieb Chris Withers: Hi All, I wonder if anyone

Re: [Zope] pickle passing over a socket

2008-08-22 Thread Janko Hauser
Am 22.08.2008 um 19:43 schrieb David Bear: On 8/22/08, Andrew Milton [EMAIL PROTECTED] wrote: +--- [ David Bear ]-- | It seems to me that it could be usefull to have a zope method for passing | python pickles to external processes through a unix domain socket.

Re: [Zope] Counting the elements of a result in a ZCatalog

2008-06-05 Thread Janko Hauser
Am 05.06.2008 um 12:56 schrieb Marco Bizzarri: Hi all. I need to query a ZCatalog, and I would like to know how many elements are there. I'm working from inside a python product, so, I could do something like: results = Catalog(criteria) return len(results) But this creates a number of

Re: [Zope] [buildout] bootstrap and develop

2008-02-06 Thread Janko Hauser
Am 06.02.2008 um 19:07 schrieb Tarek Ziadé: Maurits van Rees-3 wrote: ... 2. What would be alternatives or how can this be changed? You can use the z3c.recipe.egg:editable recipe. I briefly tried that, but it did not work for our (Zest Software) internal password protected

[Zope] [buildout] bootstrap and develop

2008-01-27 Thread Janko Hauser
Hello, I'm using the infrae.subversion recipe to collect various Products and packages from our subversion. The main goal here is, to not use svn:externals. But the buildout directive develop=src/... seems to have the requirement, that the packages are already present if bootstrap.py is

Re: [Zope-dev] Request typing (to get the xmlrpc layer discussion finished)

2007-12-17 Thread Janko Hauser
of functionality. With regards, __Janko -- Janko Hauser email: [EMAIL PROTECTED] mobile: +49 1721 641552 PGP.sig Description: Signierter Teil der Nachricht ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo

Re: [Zope-dev] Request typing (to get the xmlrpc layer discussion finished)

2007-12-17 Thread Janko Hauser
Am 17.12.2007 um 16:16 schrieb Jim Fulton: On Dec 17, 2007, at 10:07 AM, Janko Hauser wrote: ... This baffles me somewhat. At the moment I see skins/layers as the only mechanism to let developers using an application to customize it, possibly more than once in the same instance. I find

Re: [Zope-dev] Request typing (to get the xmlrpc layer discussion finished)

2007-12-17 Thread Janko Hauser
Am 17.12.2007 um 16:34 schrieb Fred Drake: On Dec 17, 2007 10:32 AM, Janko Hauser [EMAIL PROTECTED] wrote: Oh that would be a new information for me, so I would be very interested, where this is implemented. z3c.baseregistry Uhu, thanks, this looks like it will open up many possibilities

Re: [Zope-dev] How to publish Zope2 products on PyPI

2007-09-22 Thread Janko Hauser
is, how to build eggs from src checkouts in one buildout for zope2 without downloading all dependencies as eggs (which are also part of the main zope install) Is there actually a list, where buildout questions can be asked? With regards, __Janko -- Janko Hauser email: [EMAIL PROTECTED

Re: [Zope-dev] Re: Interest in AdvancedQuery and/or ManagableIndex?

2007-02-03 Thread Janko Hauser
is that for example hurry is already using parts of the code. So there are possibilities to look for integration in zope3 too. With regards, __Janko -- Janko Hauser email: [EMAIL PROTECTED] mobile: +49 1721 641552 PGP.sig Description: Signierter Teil der Nachricht

Re: [Zope-dev] Re: Interest in AdvancedQuery and/or ManagableIndex?

2007-02-03 Thread Janko Hauser
Replying to my own post, Am 03.02.2007 um 15:14 schrieb Janko Hauser: There are hardly new, though, they've been around for ages and have enthusiastic users. Those users always found it hard to convince people to adopt them more widely because they were not in the standard repositories

Re: [Zope-PAS] Domainauth

2006-06-22 Thread Janko Hauser
understand, the actual authentication is done later. So if the cookie-plugin does not found an appropriate cookie it redirects to the login-page and the domain_auth plugin is never used? With regards and thanks for the help, __Janko -- Janko Hauser email: [EMAIL PROTECTED] mobile

Re: [Zope-PAS] Re: Domainauth

2006-06-22 Thread Janko Hauser
'] = request.get('REMOTE_ADDR', '') return creds So actually the question is, if the test for credentials is needed at all at this place. I will further look into this, but thanks to Tres and ZAC to lead me to this place. With regards, __Janko -- Janko Hauser email: [EMAIL

Re: [Zope] [ANN] Zope 2.8.6 released

2006-03-10 Thread Janko Hauser
Am 10.03.2006 um 13:06 schrieb Luca Olivetti: En/na Andreas Jung ha escrit: Hi all, on behalf of Zope Corporation and the Zope community I am pleased to announce the release of Zope 2.8.6. You can download Zope 2.8.6 from http://www.zope.org/Products/Zope/2.8.6/ It's just me or

Re: [Zope-PAS] Re: Moving PAS and PluginRegistry to SVN?

2005-10-09 Thread Janko Hauser
Am 09.10.2005 um 23:11 schrieb Jens Vagelpohl: On 9 Oct 2005, at 19:46, Rocky Burt wrote: What is the timeframe on this being done? Just so I know when to update my development versions of PAS. - Rocky Jens Vagelpohl wrote: I would volunteer to move both the PluggableAuthService

Re: [Zope-dev] Zope 2.9 goals

2005-06-17 Thread Janko Hauser
Am 17.06.2005 um 11:45 schrieb Martijn Faassen: Hi there, Since Zope 2.8 has now been released, we can start talking about what would be in Zope 2.9. I have some ideas: * newer version of Five included (whatever version is current then) * Zope 3.1 included * Python 2.4 support +1

Re: [Zope-PAS] Re: Test fixes for pre-1.1 release

2005-06-17 Thread Janko Hauser
Am 17.06.2005 um 17:55 schrieb Zachery Bir: I'm working on the head with some unchecked-in changes. The current head incorporates the initial work in demangling ids. Thanks for the info. __Janko ___ Zope-PAS mailing list Zope-PAS@zope.org

Re: [Zope] Max Connections

2005-06-03 Thread Janko Hauser
Am 03.06.2005 um 12:54 schrieb Germer, Carsten: Pascal, Would you be so kind to send the zodb-part of your config? I Increased the zserver-threads for exactly the mentioned reasons but I was not aware of the connectio pool-parameter, nor can I find it anywhere in my zope.conf :) Carsten

Re: [Zope3-dev] Re: [Zope-dev] Re: Five and 2.9

2004-06-16 Thread Janko Hauser
Martijn Faassen wrote: There's the 'approach' and the implementation. The approach is fairly clear: a focus on baby steps to integrate into Zope 2.7. The aim is to introduce as much as possible as make sense of Zope 3 facilities into Zope 2. Besides ourself also Christian Heimes has done a

Re: [Zope-dev] AW: Caching prob with AHCM and headers

2003-09-11 Thread Janko Hauser
On Thu, 11 Sep 2003 09:59:22 +0800 Bjorn Stabell [EMAIL PROTECTED] wrote: Setting Last-Modified to the current time isn't always the right thing; some objects, .e.g., Files, Images, Documents, have last modification times, and using those would be better. Not sure if the accelerator can be

Re: [Zope-dev] DateTime.rfc822() bug?

2002-10-15 Thread Janko Hauser
Lennart Regebro wrote: From: Geir Bækholt [EMAIL PROTECTED] i can confirm that this is a bug in DateTime.rfc822(), and that rfc-conformant mailclients choke on it aswell.. Oh, man, I've looked at DateTime now, and it's a mess... (ar at least, the timeone hadnling is). I'm seriously

Re: [Zope-dev] Speaking of 2.6...

2002-04-16 Thread Janko Hauser
this incorporated. Please take this mail as a commitment notification :-). Thanks for any answers, with regards, __Janko Hauser -- i.A. Dr. Janko Hauser Software Engineering c o m . u n i t G m b H online-schmiede seit 1994 http://www.comunit.de/ mailto:[EMAIL PROTECTED] Eiffestr. 598 20537

[Zope] NameError: Zope2.3a2 and LoginManager-0-8-8b1

2001-01-12 Thread Janko Hauser
Hello, I try to install LoginManager on a new Zope2.3. I have made the before mentioned changes regarding Super and the product shows up fine in the Product folder. But I can not add a LoginManager in a normal folder with the attached error message. I have seen, others have already LoginManager

Re: [Zope] Mapping tools with Zope

2000-11-01 Thread Janko Hauser
GIS-like applications are definitely a field where Zope can shine. But most of the current MAP-Servers are interfacing with a RDBMS where a lot of the logic is placed into the database. If one thinks of geographic objects in a way of an object database like Zope, there is a different architecture