[Zope-dev] Zope and Python 2.4

2004-11-10 Thread Alan Milligan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I followed the thread a week or so ago with great interest, in that substantially Zope is working with Python 2.4 However, RedHat have now released Python 2.4 in the Fedora development stream and it will ship with FC4. Does ZC have an official position

Re: [Zope-dev] Zope and Python 2.4

2004-11-10 Thread Andreas Jung
--On Donnerstag, 11. November 2004 0:54 Uhr +1100 Alan Milligan [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I followed the thread a week or so ago with great interest, in that substantially Zope is working with Python 2.4 However, RedHat have now released Python 2.4

Re: [Zope-dev] Zope and Python 2.4

2004-11-10 Thread Jens Vagelpohl
However, RedHat have now released Python 2.4 in the Fedora development stream and it will ship with FC4. Does ZC have an official position upon this yet? Speaking as Zope release manager but not as official of ZC: Python 2.3.4 will likely be the recommended Python version for Zope 2.7. I am

[Zope-dev] Re: Zope and Python 2.4

2004-11-10 Thread Alan Milligan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The reason I asked this question is because clients I talk to in the enterprise space are almost all exclusively RH9/RHEL clients, and many have major reservations about installing anything non-RH 'approved' as they feel they have some security

Re: [Zope-dev] Re: Zope and Python 2.4

2004-11-10 Thread Andreas Jung
--On Donnerstag, 11. November 2004 4:30 Uhr +1100 Alan Milligan [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The reason I asked this question is because clients I talk to in the enterprise space are almost all exclusively RH9/RHEL clients, and many have major

Re: [Zope-dev] Re: Zope and Python 2.4

2004-11-10 Thread Jens Vagelpohl
However, having to fork off the main Fedora branch in regard to Python dependencies (which directly affect Anaconda, up2date, GTK, and most of the desktop applets) has major implications for how we maintain our distro. As Andreas said, there is no forking involved. You should have a separate

Re: [Zope-dev] Re: exception hiding in _delObject

2004-11-10 Thread Dieter Maurer
Tres Seaver wrote at 2004-11-9 13:28 -0500: Florent Guillaume wrote: ... In _delObject and manage_beforeDelete there's a try/except that catches nearly everything (except BeforeDeleteException and the infamous ConflictError). It then proceeds to log a message, but continues: try:

[Zope-dev] XML Export Error and Patch

2004-11-10 Thread Willi Langenberger
Hi! When i try to export a PluggableAuthService object as XML, (with ZMI Import/Export or with manage_exportObject?id=acl_usersdownload=1toxml=Y) i get the following exception: Error Type: AttributeError Error Value: List instance has no attribute 'extend' [...] Traceback (innermost

Re: [Zope-dev] connecting server code to the ZODB

2004-11-10 Thread Tim Hicks
Paul Winkler said: Ok, so I could simply drop the Zope.startup() line and things would be fine (and quick), right? I haven't tried it, but I think doing Zope.app() will try to acquire a lock on the database and it is already locked by the running Zope (or ZEO). So I don't think you can do