Hello, While trying to test the KGS on *win32*, I have the problem that python-cjson, a dependency of z3c.formjs won't compile. Even better, looking at pypi: """ jmillikin (2009-11-23, 0 points): Please don't use cjson. It is abandoned, has numerous bugs related to character escaping and Unicode, and doesn't support many features available in other JSON libraries. """ I see there some options: * push the author of python-cjson to fix it (seems to be unresponsive since 2009-09-01) * Throw out z3c.formjs from the KGS well, currently it's known-not-good on win32 * Use an other JSON converter (simplejson?) * Fork python-cjson, it's LGPL, so I guess the source should not go to svn.zope.org votes? For now I'll comment z3c.formjs to be able to proceed with the KGS. -- Best regards, Adam GROSZER mailto:agroszer@gmail.com -- Quote of the day: About all some men accomplish in life is to send a son to Harvard.
Am 24.04.2010, 17:47 Uhr, schrieb Adam GROSZER <agroszer@gmail.com>:
* Use an other JSON converter (simplejson?)
As long as it's a straight drop-in. Otherwise keep it out of the KGS until a replacement is found. Charlie -- Charlie Clark Managing Director Clark Consulting & Research German Office Helmholtzstr. 20 Düsseldorf D- 40215 Tel: +49-211-600-3657 Mobile: +49-178-782-6226
Hello Stephan, I think for the short time I'll just put it back to KGS, because the win32 tests have that much failures that if I would start to fix them the KGS will never be released. :-S OTOH, once the win tests pass it would be great to keep them that way. That means at least a buildbot is needed. Hopefully there will be some progress on that. Monday, April 26, 2010, 2:59:04 PM, you wrote: SR> On Saturday 24 April 2010, Adam GROSZER wrote:
* Use an other JSON converter (simplejson?)
SR> Definitely switch to simplejson. SR> Regards, SR> Stephan -- Best regards, Adam GROSZER mailto:agroszer@gmail.com -- Quote of the day: A mind, like a home, is furnished by its owner, so if one's life is cold and bare he can blame no one but himself. - Louis L'Amour
participants (3)
-
Adam GROSZER -
Charlie Clark -
Stephan Richter