Bug#755355: lintian: New check for use of pyqtconfig

2014-07-19 Thread Scott Kitterman
Package: lintian Version: 2.5.25 Severity: wishlist For applications that use python-qt4, pyqtconfig has been the standard way to access attributes about the PyQt4 installation. Upstream has decided to drop this for alternate methodes. For now, we can continue to use the upstream legacy

Re: /usr/bin/django-admin in python-django

2014-07-19 Thread Brian May
On 7 July 2014 11:55, Brian May br...@microcomaustralia.com.au wrote: The problem is that the django-admin wrapper chose the python3 version, but karaage.tests.settings is only available in Python2, even though I have python3-django installed. See bugs #755341 and #755321. Looks like code

Re: /usr/bin/django-admin in python-django

2014-07-19 Thread Brian May
On 20 July 2014 11:12, Brian May br...@microcomaustralia.com.au wrote: See bugs #755341 and #755321. Looks like code is trying to run django-admin as a python script, allows it to specify which version of python to use. Only thing is, it isn't Python. It is now shell. This allows automatic