summaryrefslogtreecommitdiff
path: root/portato/gui/exception_handling.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-05-03 14:34:28 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-05-03 14:34:28 +0200
commit364faebfc4db1d907affe5eb093f8d53fea9657d (patch)
tree507f61cca6d5fb03dfceba8cc5d6d58faeefad40 /portato/gui/exception_handling.py
parent6ca8029d010c88be574d29cde8234d3dfb420d73 (diff)
downloadportato-364faebfc4db1d907affe5eb093f8d53fea9657d.tar.gz
portato-364faebfc4db1d907affe5eb093f8d53fea9657d.tar.bz2
portato-364faebfc4db1d907affe5eb093f8d53fea9657d.zip
Added python version to traceback
Diffstat (limited to 'portato/gui/exception_handling.py')
-rw-r--r--portato/gui/exception_handling.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/portato/gui/exception_handling.py b/portato/gui/exception_handling.py
index 6bda133..29cd4e6 100644
--- a/portato/gui/exception_handling.py
+++ b/portato/gui/exception_handling.py
@@ -118,6 +118,7 @@ def get_version_infos():
return "\n".join((
"Portato version: %s" % VERSION,
+ "Python version: %s" % sys.version,
"Used backend: %s" % system.get_version(),
"pygtk: %s (using GTK+: %s)" % (convert(gtk.pygtk_version), convert(gtk.gtk_version)),
"pygobject: %s (using GLib: %s)" % (convert(gobject.pygobject_version), convert(gobject.glib_version)),