I found a bug that some others have also mentioned on this thread with the software properties, here is the output from the terminal:
[sudo] password for aechols:
/usr/lib/python2.5/site-packages/apt/__init__.py:18: FutureWarning: apt API not stable yet
warnings.warn("apt API not stable yet", FutureWarning)
Traceback (most recent call last):
File "/usr/bin/software-properties-gtk", line 101, in <module>
app = SoftwarePropertiesGtk(datadir=data_dir, options=options, file=file)
File "/usr/lib/python2.5/site-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 75, in __init__
SoftwareProperties.__init__(self, options=options, datadir=datadir)
File "/usr/lib/python2.5/site-packages/softwareproperties/SoftwareProperties.py", line 78, in __init__
self.reload_sourceslist()
File "/usr/lib/python2.5/site-packages/softwareproperties/SoftwareProperties.py", line 516, in reload_sourceslist
self.distro.get_sources(self.sourceslist)
File "/usr/lib/python2.5/site-packages/aptsources/distro.py", line 85, in get_sources
"Error: could not find a distribution template")
aptsources.distro.NoDistroTemplateException
The things that I have tried are re-installing python2.5, re-installing python-apt, and checking the config files for software-properties-gtk. It seems to be an issue with python, even though the same bug says it's corrected in a Debian bug in python2.5-0.7.7, which is the version included in the Intrepid Ibex: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487673. Hope this helps a bit. It would be nice to have a fix for this, not necessary as sources.list works just as well. But for the newer users who it would help, would be nice. Thanks for the hard work! Keep it up!










