
Brad Clements wrote:
On 20 Nov 2005 at 0:16, Tres Seaver wrote:
Is this this 'test.py' from the Zope trunk? I just fixed that recently:
No, it says SchoolTool at the top of the file.
However I was able to get the tests to work, I didn't follow the instructions.. sorry!
Thanks for response..
I'm not sure whether you didn't follow the instructions; the instructions aren't very clear if they exist at all. :) Feel free to help out there. Anyway, the lxml tests currently are primarily meant for developers and I haven't given much thought to supporting people who package up lxml. The testrunner adds 'src' to the PYTHONPATH and if you've installed lxml it'll not find those installed binaries -- it'll go look for them in the 'src' directory, which won't contain them, if you've not built in-place. We've had this problem pop up a number of times in the past, so we should think about a way to support people who just want to see whether their compile/install works. That said, we wouldn't want any changes that will make life harder for the developers so we have to be careful there. Regards, Martijn