Bug#569730: agtl: please make the package usable with Python 2.6

2010-02-14 Thread Heiko Stübner
Am Samstag 13 Februar 2010 22:46:31 schrieben Sie: * Heiko Stübner he...@sntech.de, 2010-02-13, 22:31: Do you have ideas what causes this? Wild guess: you have python-json installed? You're right :-). Didn't remember I installed it from the time I tried to follow these simplejson - json

Bug#569730: agtl: please make the package usable with Python 2.6

2010-02-14 Thread Jakub Wilk
* Heiko Stübner he...@sntech.de, 2010-02-14, 13:10: Do you have ideas what causes this? Wild guess: you have python-json installed? You're right :-). Didn't remember I installed it from the time I tried to follow these simplejson - json changes and wrongly found python-json first. Without

Bug#569730: agtl: please make the package usable with Python 2.6

2010-02-14 Thread Heiko Stübner
Am Sonntag 14 Februar 2010 15:02:07 schrieben Sie: The following snippet should work: try: import json json.dumps except (ImportError, AttributeError): import simplejson as json cool ... works like a charm :-) New agtl-version which fixes both of your bugs will be up in a

Bug#569730: agtl: please make the package usable with Python 2.6

2010-02-13 Thread Jakub Wilk
Package: agtl Version: 0.5.1-1 Severity: important User: debian-pyt...@lists.debian.org Usertags: python2.6 Hello, Your package harcodes 2.5 as the Python version. However, we expect Python 2.6 to be the default version in Debian soon. The attached, not very well tested patch, seems to fix

Bug#569730: agtl: please make the package usable with Python 2.6

2010-02-13 Thread Jakub Wilk
* Heiko Stübner he...@sntech.de, 2010-02-13, 22:31: Am Samstag 13 Februar 2010 21:11:05 schrieben Sie: Package: agtl Version: 0.5.1-1 Severity: important User: debian-pyt...@lists.debian.org Usertags: python2.6 Hello, Your package harcodes 2.5 as the Python version. However, we expect Python

Bug#569730: agtl: please make the package usable with Python 2.6

2010-02-13 Thread Heiko Stübner
Am Samstag 13 Februar 2010 21:11:05 schrieben Sie: Package: agtl Version: 0.5.1-1 Severity: important User: debian-pyt...@lists.debian.org Usertags: python2.6 Hello, Your package harcodes 2.5 as the Python version. However, we expect Python 2.6 to be the default version in Debian soon.