Re: [Zope] Python 1.6 makes Zope not work?!

2000-09-15 Thread Toby Dickenson

Though I am a newbie Zope developer, it was very kindly explained to me that a bug
in Python 1.6 was being ticked by Zope 2.2.1

FYI, all previous version too.


Toby Dickenson
[EMAIL PROTECTED]

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] Python 1.6 makes Zope not work?!

2000-09-14 Thread zope

I was running Zope 2.2.0, and python 1.6a2 on linux. When I upgraded python to
1.6 release, I found that I can't run Zope again(Can go to the first, very
simple page, and no further). The error msg are:
WARNING: Python C API version mismatch for module ExtensionClass:
  This Python has API version 1009, module ExtensionClass has version 1007.
WARNING: Python C API version mismatch for module zlib:
  This Python has API version 1009, module zlib has version 1007.
..
I tried to upgrade Zope to 2.2.1, but the same happened.
What can I do?
Also, I can't find any newsgroup to search for answer, nor can I find any info
from zope.org. If there is another more appropriate place to ask such question,
pls tell me. thx.

Regards
Steven
[EMAIL PROTECTED]

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Python 1.6 makes Zope not work?!

2000-09-14 Thread John Hayward-Warburton (Programming account)

[EMAIL PROTECTED] wrote:

 I was running Zope 2.2.0, and python 1.6a2 on linux. When I upgraded python to
 1.6 release, I found that I can't run Zope again

Though I am a newbie Zope developer, it was very kindly explained to me that a bug
in Python 1.6 was being ticked by Zope 2.2.1 (you'll find it happening if you
recompile your Zope against Python 1.6).

Setting up Python 2.0 from CVS and Zope from CVS is much nicer, made difficult
only by a string class or two causing trouble. For information on how to solve
that, go here:

http://www.zope.org/Members/htrd/wstring/Unicode0.4Readme.txt

It's written by the fellow who helped me a couple of days ago. Don't forget to
follow all of the instructions.

JHW



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )