On 04-12-2012 21:44:46 +0100, Sjoerd Mullender wrote:
On 2012-12-04 21:30, Fabian Groffen wrote:
On 04-12-2012 21:26:48 +0100, Stefan Manegold wrote:
This (or previous?) checkin(s) seem to break compilation with python 2.7.3:
It also breaks with Python 3, and I'm getting pretty much pissed off, I so HATE python.
Anyway, sorry for the bother, I'm going to try and fix it. Testing failed because of another screwup anyway :(
I fixed it.
thanks I did so too. I found we shouldn't be using posixpath any more according to the docs. posixpath.join returns a list, the apply() thinghy from python2 somehow changed that into a string. Since Python 3 doesn't do apply() any more, we now got a list, resulting in the mess. -- Fabian Groffen fabian@monetdb.org column-store pioneer http://www.monetdb.org/Home _______________________________________________ developers-list mailing list developers-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/developers-list