On 03/06/2011 11:50 AM, Craig Bradney wrote:
> Hi Greg
>
> Can you please test 9559?
>
> Edit scriptercore.cpp and change:
>
>                  cm        += QString("sys.path[0] =
> \"%1\"\n").arg(escapedAbsPath);
>
> to
>
>                  cm        += QString("sys.path.insert(0,
> \"%1\")\n").arg(escapedAbsPath);
Ok.
I'll have to resurrect a script that used PIL.
Greg