<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div>Hello all,</div><div> </div><div>I've had a d-rats repeater running on WinXP for some time. Now I want to move it to Ubuntu 10.04LTS.</div><div> </div><div>Thanks to Steve Conklin's hampackages this is fairly painless:</div><div> cgunther$ sudo add-apt-repository ppa:sconklin/hampackages</div><div> cgunther$ sudo apt-get update</div><div> cgunther$ sudo apt-get install d-rats</div><div>That all worked great and I can run Ubuntu d-rats and attach to my WinXP d-rats repeater just fine.</div><div> </div><div>When I try to launch the d-rats repeater on Ubuntu I get the following error message:</div><div> cgunther$ d-rats_repeater</div><div> Traceback (most recent call last):</div><div> File "/usr/bin/d-rats_repeater",
line 27, in <module></div><div> from d_rats import platform</div><div> ImportError: No module named d_rats</div><div> cgunther$</div><div> </div><div>Here's a big guess on my part. I'm not a Python programmer, but it appears to be looking for D-RATS.mo in several locations without finding it. But is does exist in:</div><div> /usr/share/d-rats/locale/en/LC_MESSAGES/D-RATS.mo</div><div>If I rename this file I get the same error message.</div><div> </div><div>Any ideas what I have done wrong? Do I need to set some python environment variable?</div><div>- Craig</div></div></body></html>