Re: [Zope-dev] python 2.0, windows and zope

2000-12-14 Thread Toby Dickenson
On Wed, 13 Dec 2000 11:33:12 -0800, "Andy McKay" <[EMAIL PROTECTED]> wrote: >I think thats just the fella I need! Thanks... >Will let you know progress The current CVS of Zope, as of yesterday, includes some tricks to use a different Setup file between 1.5.2 and 2.0... the essential differen

Re: [Zope-dev] python 2.0, windows and zope

2000-12-13 Thread Andy McKay
AIL PROTECTED]> Sent: Wednesday, December 13, 2000 11:14 AM Subject: RE: [Zope-dev] python 2.0, windows and zope > > Waffling on to my own posts... but it would seem I have to build Zope from > > source to get it to use another version of python since the use of > > python15.d

RE: [Zope-dev] python 2.0, windows and zope

2000-12-13 Thread Brian Lloyd
> Waffling on to my own posts... but it would seem I have to build Zope from > source to get it to use another version of python since the use of > python15.dll is entrenched in Zope... All the install scripts seem to be > based on unix. > > Can DC give me a hand here on pointers to how they buil

Re: [Zope-dev] python 2.0, windows and zope

2000-12-13 Thread Andy McKay
Windows? -- Andy McKay, Developer. ActiveState. - Original Message - From: "Andy McKay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, December 13, 2000 9:21 AM Subject: Re: [Zope-dev] python 2.0, windows and zope &g

Re: [Zope-dev] python 2.0, windows and zope

2000-12-13 Thread Andy McKay
using python 2.0 and not the default python installation? -- Andy McKay, Developer. ActiveState. - Original Message - From: "Josh Zeidner" <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, December 1

RE: [Zope-dev] python 2.0, windows and zope

2000-12-13 Thread Josh Zeidner
Ive successfully installed the latest version of zope on windows and have it running my website. http://www.brooklynmedialabs.com . Its actually easier than running it on linux! -josh Has anyone got python 2.0 working with Zope on windows? Just curious if anyone has any pointers before I s

[Zope-dev] python 2.0, windows and zope

2000-12-13 Thread Andy McKay
Has anyone got python 2.0 working with Zope on windows? Just curious if anyone has any pointers before I start done this (potentially) painful path... -- Andy McKay, Developer. ActiveState. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.

Re: [Zope-dev] Python 2.0 and Zope Status?

2000-10-24 Thread Ty Sarna
In article <[EMAIL PROTECTED]>, Toby Dickenson <[EMAIL PROTECTED]> wrote: > > - Problem with ExtensionClasses and 2.0's circular reference GC. > > Can someone elaborate on this? Is configuring python2.0 with > > That used to be a problem with some early cvs release, but it seems to > have gone

Re: [Zope-dev] Python 2.0 and Zope Status?

2000-10-23 Thread Toby Dickenson
On 20 Oct 2000 19:09:47 GMT, [EMAIL PROTECTED] (Ty Sarna) wrote: >What's the current state of Zope with Python 2.0? My current >understanding of the issues is: > > - Problem with ExtensionClasses and 2.0's circular reference GC. > Can someone elaborate on this? Is configuring python2.0 with Th

[Zope-dev] Python 2.0 and Zope Status?

2000-10-20 Thread Ty Sarna
What's the current state of Zope with Python 2.0? My current understanding of the issues is: - Problem with ExtensionClasses and 2.0's circular reference GC. Can someone elaborate on this? Is configuring python2.0 with the --without-cycle-gc flag a sufficient workaround for now? - Python

Re: [Zope-dev] Python 2.0

2000-07-24 Thread Jeff K. Hoffman
On Tue, 25 Jul 2000, Anthony Baxter wrote: > What was once known as 1.6 is now called 2.0. > > There's probably more at the pythonlabs website. > ah, here we go > > http://www.pythonlabs.com/tech/python2.html > > > Note that the release is currently held up for some reasons to do > with t

Re: [Zope-dev] Python 2.0

2000-07-24 Thread Anthony Baxter
What was once known as 1.6 is now called 2.0. There's probably more at the pythonlabs website. ah, here we go http://www.pythonlabs.com/tech/python2.html Note that the release is currently held up for some reasons to do with the python team all leaving CNRI and going to BeOpen - sounds li

Re: [Zope-dev] Python 2.0

2000-07-24 Thread Jeff K. Hoffman
On Mon, 24 Jul 2000, Toby Dickenson wrote: > On Fri, 21 Jul 2000 16:29:23 +0100, Toby Dickenson > <[EMAIL PROTECTED]> wrote: > > This problem goes away if I don't compile python with garbage > collection support. I guess I shouldn't be suprised. Python 2.0? Garbage collection? Huh? What? Last

Re: [Zope-dev] Python 2.0

2000-07-24 Thread Toby Dickenson
On Fri, 21 Jul 2000 16:29:23 +0100, Toby Dickenson <[EMAIL PROTECTED]> wrote: This problem goes away if I don't compile python with garbage collection support. I guess I shouldn't be suprised. >Is anyone else using Zope with python 2.0? (on NT, fwiw) > >I am occasionally seeing protection faults

[Zope-dev] Python 2.0

2000-07-21 Thread Toby Dickenson
Is anyone else using Zope with python 2.0? (on NT, fwiw) I am occasionally seeing protection faults as Zope starts up. When it happens, the fault is repeatable until I truncate data.fs. There may be some correlation to changing a help file (Zope's new help system will reindex its help files at st

[Zope-dev] Python 2.0 Unicode support

2000-07-11 Thread Toby Dickenson
Announcing version 0.3 of the patches to add Unicode support to Zope. http://www.zope.org/Members/htrd/wstring This version uses the built-in unicode support new to Python 2.0 to provide Unicode strings in ZPublisher, property pages, and property sheets, and DTML. Any feedback gratefully accept