tags 476674 + confirmed tags 476674 + patch tags 476674 + pending thanks > When Istanbul is started from a console it crashes: > It seems to use both python2.4 and python 2.5.
The attached patch does the job. A new package with the fix will be uploaded soon. Cheers, Luca -- .''`. ** Debian GNU/Linux ** | Luca Bruno : :' : The Universal O.S. | lucab (AT) debian.org `. `'` | GPG Key ID: 3BFB9FB3 `- http://www.debian.org | Debian GNU/Linux Developer
--- /usr/bin/istanbul 2008-04-19 08:41:40.000000000 +0200
+++ /usr/bin/istanbul 2008-04-19 08:42:02.000000000 +0200
@@ -18,14 +18,14 @@
import os
import sys
-if not '/usr/lib/python2.4/site-packages' in sys.path:
- sys.path.insert(0, '/usr/lib/python2.4/site-packages')
+#if not '/usr/lib/python2.4/site-packages' in sys.path:
+# sys.path.insert(0, '/usr/lib/python2.4/site-packages')
import pygtk
pygtk.require('2.0')
-if not '/usr/lib/python2.4/site-packages' in sys.path:
- sys.path.insert(0, '/usr/lib/python2.4/site-packages')
+#if not '/usr/lib/python2.4/site-packages' in sys.path:
+# sys.path.insert(0, '/usr/lib/python2.4/site-packages')
from istanbul.main import main
from istanbul.configure import config
pgpnGOgQB0o3x.pgp
Description: PGP signature

