18 Sep
2003
18 Sep
'03
7:01 p.m.
Tim Edwards wrote at 2003-9-17 17:20 +1000:
... I have traced this through some of the source code. The call to the external method goes down into the __call__ function of Products\ExternalMethod\ExternalMethod.py and from there it calls _getPath from App\Extensions.py. This is where the cause of the problem seems to be: the cause of the problem is that the instance_home variable loses it's value - it becomes "C:\Program Files\Plone\Zope\lib\python\Testing".
I think this is a "testrunner.py" bug. When I remember right, someone had planned to fix it. Maybe, the current 2.6.2 "testrunner.py" is already fixed? Dieter