I am starting to see the root problem after a little Googling.  Would a better long-term solution be to install a separate (newer) Python interpreter from source in it&#39;s own path (leaving the current Python alone)?  In running the package you sent I got the following debug log.  Perhaps I have a path issue?<br>
<br>Enabled debug log<br>Traceback (most recent call last):<br>  File &quot;/root/Desktop/d-rats/d-rats&quot;, line 41, in ?<br>    from d_rats import mainapp<br>  File &quot;/root/Desktop/d-rats-hg-4ee5af7a7908/d_rats/mainapp.py&quot;, line 50, in ?<br>
  File &quot;/root/Desktop/d-rats-hg-4ee5af7a7908/d_rats/mainwindow.py&quot;, line 39, in ?<br>  File &quot;/root/Desktop/d-rats-hg-4ee5af7a7908/d_rats/ui/main_messages.py&quot;, line 36, in ?<br>  File &quot;/root/Desktop/d-rats-hg-4ee5af7a7908/d_rats/emailgw.py&quot;, line 43, in ?<br>
  File &quot;/root/Desktop/d-rats-hg-4ee5af7a7908/d_rats/msgrouting.py&quot;, line 43, in ?<br>  File &quot;/root/Desktop/d-rats-hg-4ee5af7a7908/d_rats/wl2k.py&quot;, line 16, in ?<br>ImportError: cannot import name version<br>
<br><br><div class="gmail_quote">On Fri, Mar 19, 2010 at 11:14 AM, Dan Smith <span dir="ltr">&lt;<a href="mailto:dsmith@danplanet.com">dsmith@danplanet.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
This is an error related to the fact that the Python on EL5 is really<br>
old at this point.  I just tweaked it to tolerate that fact, if you want<br>
to grab a snapshot of the repo and try that:<br>
<br>
<a href="http://www.d-rats.com/hg/hgwebdir.cgi/d-rats.hg/archive/tip.tar.gz" target="_blank">http://www.d-rats.com/hg/hgwebdir.cgi/d-rats.hg/archive/tip.tar.gz</a><br>
<br>
--<br>
Dan Smith<br>
<a href="http://www.danplanet.com" target="_blank">www.danplanet.com</a><br>
KK7DS<br>
<br>
_______________________________________________<br>
drats_users mailing list<br>
<a href="mailto:drats_users@intrepid.danplanet.com">drats_users@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/drats_users" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/drats_users</a><br>
</blockquote></div><br>