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
djl info you need to know
Moderators: b1o, jkerr82508
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
djl info you need to know
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:
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
Re: djl info you need to know
Great research! I had my suspicions, that thing has not been working right for a long time
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"
"There are no stupid questions - Only stupid answers!"
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
Re: djl info you need to know
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!
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
Re: djl info you need to know
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:
Got looking at the file itself (djl.sh):
Got thinking, hhmmm... wonder what would happen if I just made one little bitty change here?
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
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 syntaxGot 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
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html