[Zope-DB] Re: SybaseDAv2 for Zope 2.7.5 fails to build on Suse

2005-04-14 Thread Abhilasha Chaudhary
Abhilasha Chaudhary wrote: When I try to build SybaseDAv2 for Zope 2.7.5 on Suse I get the following error from the make command. Here is the output from make: /export/zope/Zope-2.7.5-final/lib/python/Products/SybaseDAv2/src> make gcc -pthread -fPIC -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/u

Re: [Zope-DB] UnpicklingError in Ape 1.0

2005-04-14 Thread Dinh Trung Viet
- MySQL without transaction support seems to cause this. Make sure your MySQL really supports transactions. All tables created in ape database is INNODB - Maybe MySQL is truncating data. Add some code around line 291 that watches for an exception and prints what serializers.py was trying to load

Re: [Zope-DB] UnpicklingError in Ape 1.0

2005-04-14 Thread Shane Hathaway
Dinh Trung Viet wrote: >> - MySQL without transaction support seems to cause this. Make sure your >> MySQL really supports transactions. >> > All tables created in ape database is INNODB I'm not certain that's enough. From what I remember last time I did it, getting MySQL set up correctly is qui