Hi! I've been trying to get gvibDA to work with Zope 2.4.1 and I haven't been successful. I can compile it and all, but when Zope is started I get a message saying exceptions.ImportError /usr/local/Zope-2.4.1-linux2-x86/lib/python/Products/gvibDA/gvib/gvibBase.so : undefined symbol: Py_Realloc <traceback object at 0x86ef128> The same thing used to work fine in my old installation of Zope 2.3.1. Any ideas? Oliver -- Oliver Sturm / <sturm@oliver-sturm.de>
On Wed, Sep 19, 2001 at 04:00:22PM +0200, Oliver Sturm wrote:
I've been trying to get gvibDA to work with Zope 2.4.1 and I haven't been successful. I can compile it and all, but when Zope is started I get a message saying
exceptions.ImportError /usr/local/Zope-2.4.1-linux2-x86/lib/python/Products/gvibDA/gvib/gvibBase.so : undefined symbol: Py_Realloc <traceback object at 0x86ef128>
The same thing used to work fine in my old installation of Zope 2.3.1. Any ideas?
Different Pythons? 1.5.2 vs 2.0? Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
Hi, Basicly you've to change the following in the source code : PyRealloc to PyMem_Realloc And all the other memory operations. Regards, Tom. ----- Original Message ----- From: "Oliver Sturm" <sturm@oliver-sturm.de> To: <zope@zope.org> Sent: Wednesday, September 19, 2001 4:00 PM Subject: [Zope] gvibDA and Zope 2.4?
Hi!
I've been trying to get gvibDA to work with Zope 2.4.1 and I haven't been successful. I can compile it and all, but when Zope is started I get a message saying
exceptions.ImportError
/usr/local/Zope-2.4.1-linux2-x86/lib/python/Products/gvibDA/gvib/gvibBase.so
: undefined symbol: Py_Realloc <traceback object at 0x86ef128>
The same thing used to work fine in my old installation of Zope 2.3.1. Any ideas?
Oliver
-- Oliver Sturm / <sturm@oliver-sturm.de>
_______________________________________________ Zope maillist - Zope@zope.org 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 )
On 19.09.2001 16:09:15 +0200 Tom Deprez <tom.deprez@uz.kuleuven.ac.be> wrote:
Basicly you've to change the following in the source code :
PyRealloc to PyMem_Realloc
And all the other memory operations.
Thanks, that seems to work fine now. Oliver -- Oliver Sturm / <sturm@oliver-sturm.de>
participants (3)
-
Oleg Broytmann -
Oliver Sturm -
Tom Deprez