[Zope-dev] Fix broken python on Mac OS X version 10.2

2002-08-26 Thread Jens Vagelpohl

sorry for the crossposting, here's a little heads-up for the mac OS X 
crowd:

upon upgrading to 10.2 (jaguar) you will most likely find that your 
python binary (along with most other self-compiled software) is broken. 
in the case of python a simple re-build (if you compiled from source, 
that is) fixes this. i added explicit instructions to the Zope and 
Python on Mac OS X HowTo at

http://www.zope.org/Members/jens/docs/zope_osx

i highly recommend re-building zope after that as well.

jens



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
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 )



Re: [Zope-dev] Fix broken python on Mac OS X version 10.2

2002-08-26 Thread Barry A. Warsaw


 JV == Jens Vagelpohl [EMAIL PROTECTED] writes:

JV sorry for the crossposting, here's a little heads-up for the
JV mac OS X crowd:

JV upon upgrading to 10.2 (jaguar) you will most likely find that
JV your python binary (along with most other self-compiled
JV software) is broken.

I think the basic cause of this is that 10.2 upgraded gcc, and that's
what breaks self-compiled binaries.

-Barry

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
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 )



Re: [Zope-dev] Fix broken python on Mac OS X version 10.2

2002-08-26 Thread Jens Vagelpohl

well, the basic cause is worse than that: they moved symbols around 
between system libraries.

jens

On Monday, Aug 26, 2002, at 12:11 US/Eastern, Barry A. Warsaw wrote:


 JV == Jens Vagelpohl [EMAIL PROTECTED] writes:

 JV sorry for the crossposting, here's a little heads-up for the
 JV mac OS X crowd:

 JV upon upgrading to 10.2 (jaguar) you will most likely find that
 JV your python binary (along with most other self-compiled
 JV software) is broken.

 I think the basic cause of this is that 10.2 upgraded gcc, and that's
 what breaks self-compiled binaries.

 -Barry


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
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] Unit testing on win32 with FAT requires patch to custom_zodb.py,is this a known issue?

2002-08-26 Thread Craeg K Strong

Hello:

In order to use the unit testing facility for my custom Zope Products under
FAT in win32, I had to do the following:
In the file name::

 [ZOPE]\lib\python\Testing\custom_zodb.py

   Where ZOPE stands for the directory in which you installed Zope,
   Change line number seven::

 Storage = DemoStorage(base=FileStorage(dfi,read_only=1), quota=(120))

   to instead read::

 Storage = DemoStorage(base=FileStorage(dfi, read_only=0), quota=(120))

   My guess is that FAT does not support the read_only attribute as required.

Is this a known issue?  Am I missing something?

Thanks very much!

--Craeg


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
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 )



Re: [Zope-dev] Fix broken python on Mac OS X version 10.2

2002-08-26 Thread Jeffrey P Shell

On 8/26/02 11:49 AM, Jens Vagelpohl [EMAIL PROTECTED] wrote:

 well, the basic cause is worse than that: they moved symbols around
 between system libraries.
 
 jens

But nicely, they include Python (2.2, not even 2.2.1) on the Developer Tools
CD.  Finally.

-- 
Jeffrey P Shell 
www.cuemedia.com



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
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 )



Re: [Zope-dev] Fix broken python on Mac OS X version 10.2

2002-08-26 Thread Jens Vagelpohl

... which doesn't help people trying to run a current zope source 
release all that much...

jens

On Monday, Aug 26, 2002, at 17:13 US/Eastern, Jeffrey P Shell wrote:

 On 8/26/02 11:49 AM, Jens Vagelpohl [EMAIL PROTECTED] wrote:

 well, the basic cause is worse than that: they moved symbols around
 between system libraries.

 jens

 But nicely, they include Python (2.2, not even 2.2.1) on the Developer 
 Tools
 CD.  Finally.

 -- 
 Jeffrey P Shell
 www.cuemedia.com




___
Zope-Dev maillist  -  [EMAIL PROTECTED]
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 )