Page 1 of 1

djl info you need to know

Posted: 13 Feb 2011, 21:44
by dedanna1029
djl was flagged as out of date in yaourt/AUR, so I emailed off to the maintainer (who isn't the maintainer any more). Here's the reply:
Diablo150 wrote:Hi,

You know, I've been the main djl's developper and I don't work on it anymore, so djl is out of date himself ^^

I think about a new software based on Qt/C++ more likelly as Valve's Steam, but it's just a project on the box for now.
I'm sorry if you use djl, but for the moment i can't update it :/

bye

Re: djl info you need to know

Posted: 13 Feb 2011, 22:34
by viking60
Great research! I had my suspicions, that thing has not been working right for a long time

Re: djl info you need to know

Posted: 14 Feb 2011, 03:22
by dedanna1029
Yeah, it's just sitting there undeveloped and unmaintained for now. I even tried joining the djl forum earlier today; still haven't even received confirmation email to register!

Re: djl info you need to know

Posted: 16 Feb 2011, 17:16
by dedanna1029
I r fixored it. I went to the site, and downloaded the tar.gz, extracted it to /home.
I ran djl.sh from the extracted folder, and got an all-too-familiar error:

Code: Select all

 sh djl.sh
  File "djl.py", line 49
    except ImportError, x:
                      ^
SyntaxError: invalid syntax

Got looking at the file itself (djl.sh):

Code: Select all

cat djl.sh
#!/bin/sh

cd `dirname $0`/djl
python -O djl.py $*

Got thinking, hhmmm... wonder what would happen if I just made one little bitty change here?

Code: Select all

#!/bin/sh

cd `dirname $0`/djl
python2 -O djl.py $*

Yup, it started right up. :)

Now to figure out how to get this submitted to AUR... ugh.

https://bbs.archlinux.org/viewtopic.php ... 84#p892884

Dropped a message for the Arch contributor here