Hello!

I've had a similar problem, with Zope coredumping, but since I recompiled 
python using the same compiler that I compiled Zope with, Zope works 
correct.

/Fredrik Aronsson

(I've included the smallest script I could find that dumped core. If it
dumps core for you too, perhaps you have the same problem.)

#!/usr/local/bin/python -u
import sys
sys.path.append('/www/zope/lib/python')

print "Content-type: text/plain"
print
print "Everything OK!"

import ExtensionClass

print "Still ok!"





> 
> Hi
> 
> I've downloaded the src of Zope 2.2.1 on my UltraSparc running Solaris
> 8, built it ok, but when I try run ./start it it dumps core with a
> segmentation fault.
> Is this problem known? Anything I can do?
> I am completely new to both Python and Zope ...
> 
> 
> Thanks
>   Michele
> 


_______________________________________________
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 )

Reply via email to