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