Re: [PyQt] Moving PyQt programs to Python 3

2011-07-15 Thread Algis Kabaila
On Sat, 16 Jul 2011 12:16:13 AM Baz Walter wrote: > On 15/07/11 07:48, Algis Kabaila wrote: > > Currently reputable distros such as ubuntu do not package binaries of > > PyQt with Python3. There are other "unsupported binaries" in some ppa's > > (Personal Packaging Archives).. The ones that I loo

Re: [PyQt] Moving PyQt programs to Python 3

2011-07-15 Thread Baz Walter
On 15/07/11 07:48, Algis Kabaila wrote: Currently reputable distros such as ubuntu do not package binaries of PyQt with Python3. There are other "unsupported binaries" in some ppa's (Personal Packaging Archives).. The ones that I looked at do not bother to tell me what version of Python they ar

Re: [PyQt] Moving PyQt programs to Python 3

2011-07-14 Thread Algis Kabaila
On Fri, 15 Jul 2011 12:35:48 PM Mike Ramirez wrote: > On Friday 15 July 2011 11:42:59 Algis Kabaila wrote: > > If I get binaries for PyQt I can ascertain the version of PyQt and Qt > > itself, but AFAIK there is no way of ascertaining which breed of python, > > 2.x or 3.x, PyQt is bound to. IMHO i

Re: [PyQt] Moving PyQt programs to Python 3

2011-07-14 Thread Mike Ramirez
On Friday 15 July 2011 11:42:59 Algis Kabaila wrote: > If I get binaries for PyQt I can ascertain the version of PyQt and Qt > itself, but AFAIK there is no way of ascertaining which breed of python, > 2.x or 3.x, PyQt is bound to. IMHO it would be useful to have > PYTHON_VERSION_STR, just like th

Re: [PyQt] Moving PyQt programs to Python 3

2011-07-14 Thread Algis Kabaila
On Thu, 14 Jul 2011 08:25:42 PM Arfrever Frehtes Taifersar Arahesis wrote: > 2011-07-14 11:35:55 Phil Thompson napisał(a): > > On Thu, 14 Jul 2011 19:28:46 +1000, Algis Kabaila > > > > wrote: > > > On Thu, 14 Jul 2011 06:28:48 PM Phil Thompson wrote: > > >> On Thu, 14 Jul 2011 14:26:40 +1000, Alg

Re: [PyQt] Moving PyQt programs to Python 3

2011-07-14 Thread Arfrever Frehtes Taifersar Arahesis
2011-07-14 11:35:55 Phil Thompson napisał(a): > On Thu, 14 Jul 2011 19:28:46 +1000, Algis Kabaila > wrote: > > On Thu, 14 Jul 2011 06:28:48 PM Phil Thompson wrote: > >> On Thu, 14 Jul 2011 14:26:40 +1000, Algis Kabaila > > >> > >> wrote: > >> > 1. How to tell which Python version a given PyQt is

Re: [PyQt] Moving PyQt programs to Python 3

2011-07-14 Thread Phil Thompson
On Thu, 14 Jul 2011 19:28:46 +1000, Algis Kabaila wrote: > On Thu, 14 Jul 2011 06:28:48 PM Phil Thompson wrote: >> On Thu, 14 Jul 2011 14:26:40 +1000, Algis Kabaila >> >> wrote: >> > 1. How to tell which Python version a given PyQt is bound to? >> >> sys.hexversion? > > I don't think that answ

Re: [PyQt] Moving PyQt programs to Python 3

2011-07-14 Thread Algis Kabaila
On Thu, 14 Jul 2011 06:28:48 PM Phil Thompson wrote: > On Thu, 14 Jul 2011 14:26:40 +1000, Algis Kabaila > > wrote: > > 1. How to tell which Python version a given PyQt is bound to? > > sys.hexversion? I don't think that answers the (reformatted) question. From idle the sys.hexversion does sh

Re: [PyQt] Moving PyQt programs to Python 3

2011-07-14 Thread Phil Thompson
On Thu, 14 Jul 2011 14:26:40 +1000, Algis Kabaila wrote: > 1. Is it possible to detect which Python version PyQt has been > built/compiled? > Just as the version of PyQt can be seen from PYQT_VERSION_STR and Qt from > QT_VERSION_STR, it would be handy to be able to see version of Python > (perh

[PyQt] Moving PyQt programs to Python 3

2011-07-13 Thread Algis Kabaila
1. Is it possible to detect which Python version PyQt has been built/compiled? Just as the version of PyQt can be seen from PYQT_VERSION_STR and Qt from QT_VERSION_STR, it would be handy to be able to see version of Python (perhaps it is possible :) 2. I do not know if it is intended to minim