25a26,27
> from __future__ import print_function
>
35c37
< print 'No architecture selected for the QT coroutine library.'
---
> print('No architecture selected for the QT coroutine library.')
41c43
< print 'Don\'t know what to do for QT arch %s.' % qt_arch
---
> print('Don\'t know what to do for QT arch %s.' % qt_arch)