On Sat, 03 Dec 2011 21:50:11 +0100
Olivier Sessink<address@hidden> wrote:
On 12/03/2011 02:01 PM, Chris wrote:
Just downloaded the last two versions .13/.14. Both bork on the
'make>>install'with a reference to a missing file, namely 'jk_lib.pyc'
that should have been created during 'make'
jk_lib.pyc is the compiled version of jk_lib.py
Ahhh.. right.
what is the output of 'make' ?
make appears to complete normally. I've also checked with -B and -d options.
However, redirecting STDERR does give the following output:
File "jk_lib.py", line 144
print 'ldd returns non existing library '+subl[2]+' for '+executable
^
SyntaxError: invalid syntax
<<
I'm using Python 3.2.2 under Linux version 2.6.35.3 (gcc version 4.4.3 (GCC)
It's a sort of self-modified generic install. ;o)