<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/shython/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/shython/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 17 Sep 2007 08:30:54 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/shython/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>crash on starting on systems which do not define 'hostname'</title><link>https://sourceforge.net/p/shython/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ubuntu doesn't define the hostname variable - this causes shython to crash.&lt;/p&gt;
&lt;p&gt;fix: it could run the hostname command, if it couldn't find the hostname variable.&lt;/p&gt;
&lt;p&gt;chris@chris-laptop:~$ shython.py &lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
File "/bin/shython.py", line 688, in &amp;lt;module&amp;gt;&lt;br /&gt;
Cline=Cmdline()&lt;br /&gt;
File "/bin/shython.py", line 22, in __init__&lt;br /&gt;
self._ps1dict={"\u":os.getlogin(),'@':'@',"\h":os.environ['HOSTNAME'].split('.')[0],"\W":" "+os.getcwd().split('/')[-1],"\w":" "+os.getcwd(),"\d":time.strftime(' %a %b %d'),"\$":" $" } &lt;br /&gt;
File "/usr/lib/python2.5/UserDict.py", line 22, in __getitem__&lt;br /&gt;
raise KeyError(key)&lt;br /&gt;
KeyError: 'HOSTNAME'&lt;/p&gt;
&lt;p&gt;Python 2.5.1 (r251:54863, May  2 2007, 16:56:35)&lt;br /&gt;
Ubuntu Feisty&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Dew</dc:creator><pubDate>Mon, 17 Sep 2007 08:30:54 -0000</pubDate><guid>https://sourceforge.net5452f1561bc6e9969c3a135912f42a78ae33ba33</guid></item><item><title>tab autocompletion not working</title><link>https://sourceforge.net/p/shython/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Pressing tab just results in a tab, not auto completion.&lt;/p&gt;
&lt;p&gt;Python 2.5.1 (r251:54863, May  2 2007, 16:56:35)&lt;br /&gt;
Ubuntu Feisty Fawn&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Dew</dc:creator><pubDate>Mon, 17 Sep 2007 08:27:38 -0000</pubDate><guid>https://sourceforge.netda3a1e2d7a8b7604b5e4d8b1732648117cdffc78</guid></item></channel></rss>