python 2.0, windows and zope
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.
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 start done this (potentially) painful path... -- Andy McKay, Developer. ActiveState. _______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
using python 2.0 and not the default python installation? -- Andy McKay, Developer. ActiveState. ----- Original Message ----- From: "Josh Zeidner" <josh@brooklynmedialabs.com> To: "Andy McKay" <andym@activestate.com>; <zope-dev@zope.org> Sent: Wednesday, December 13, 2000 9:18 AM Subject: RE: [Zope-dev] python 2.0, windows and zope
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 start done this (potentially) painful path...
-- Andy McKay, Developer. ActiveState.
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/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.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 build it for Windows? -- Andy McKay, Developer. ActiveState. ----- Original Message ----- From: "Andy McKay" <andym@ActiveState.com> To: <josh@brooklynmedialabs.com>; <zope-dev@zope.org> Sent: Wednesday, December 13, 2000 9:21 AM Subject: Re: [Zope-dev] python 2.0, windows and zope
using python 2.0 and not the default python installation? -- Andy McKay, Developer. ActiveState.
----- Original Message ----- From: "Josh Zeidner" <josh@brooklynmedialabs.com> To: "Andy McKay" <andym@activestate.com>; <zope-dev@zope.org> Sent: Wednesday, December 13, 2000 9:18 AM Subject: RE: [Zope-dev] python 2.0, windows and zope
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 start done this (potentially) painful path...
-- Andy McKay, Developer. ActiveState.
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/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.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 build it for Windows?
Hi Andy - We have a little python script that creates NMAKE compatible makefiles out of the Setup files. I've attached it + the .bat file we use to run it. Hope this helps! Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations http://www.digicool.com
I think thats just the fella I need! Thanks... Will let you know progress.... -- Andy McKay, Developer. ActiveState. ----- Original Message ----- From: "Brian Lloyd" <brian@digicool.com> To: "Andy McKay" <andym@activestate.com>; <josh@brooklynmedialabs.com>; <zope-dev@zope.org> 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.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 build it for Windows?
Hi Andy -
We have a little python script that creates NMAKE compatible makefiles out of the Setup files. I've attached it + the .bat file we use to run it. Hope this helps!
Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations http://www.digicool.com
On Wed, 13 Dec 2000 11:33:12 -0800, "Andy McKay" <andym@ActiveState.com> 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 difference is that you must not use zope's version of cPickle and cStringIO with python 2.0. Ive been running Zope (on NT, 95, and linux) with the current CVS of python since its unicode support was first added. There are some patches in the collector if you want to use a debug build of python, but basically that snippet from Brian is all you need. There are some other minor bugs that means its not quite up to production use yet. Im currently working on getting those fixed for the next release of Zope: you might want to look at http://dev.zope.org/Wikis/DevSite/Projects/Python20Migration/FrontPage I hope this helps, Toby Dickenson tdickenson@geminidataloggers.com
participants (4)
-
Andy McKay -
Brian Lloyd -
Josh Zeidner -
Toby Dickenson