Re: [Development] Qt5 does not build with Python 3.3 anymore

2013-01-29 Thread Дмитрий Волосных
> The failure I saw on my machine was due to some deprecated use of a > print format string. I took the easy route and directed the build > process to use python 2.7... So did I. But that was not obvious. ___ Development mailing list Development@qt-proje

Re: [Development] Qt5 does not build with Python 3.3 anymore

2013-01-29 Thread Christian Kandeler
On 01/29/2013 12:34 PM, Дмитрий Волосных wrote: > It happens somewhere while building WebKit, when build script starts > to use tools from gnuwin32\bin. The failure I saw on my machine was due to some deprecated use of a print format string. I took the easy route and directed the build process t

Re: [Development] Qt5 does not build with Python 3.3 anymore

2013-01-29 Thread Дмитрий Волосных
"doskey /history" works only until the session is still alive. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Qt5 does not build with Python 3.3 anymore

2013-01-29 Thread Richard Moore
You can get cmd to tell you the command history with this: doskey /history Cheers Rich. On 29 January 2013 11:34, Дмитрий Волосных wrote: > It happens somewhere while building WebKit, when build script starts > to use tools from gnuwin32\bin. Unfortunately, Windows cmd utility has > no facilit

[Development] Qt5 does not build with Python 3.3 anymore

2013-01-29 Thread Дмитрий Волосных
It happens somewhere while building WebKit, when build script starts to use tools from gnuwin32\bin. Unfortunately, Windows cmd utility has no facility of saving the commands history, so I can't recall the full context. ___ Development mailing list Develo