|
2009-08-18
, 15:59
|
Posts: 468 |
Thanked: 610 times |
Joined on Jun 2006
|
#2
|
|
2009-08-18
, 16:36
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#3
|
|
2009-08-18
, 19:33
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#4
|
|
2009-08-18
, 19:38
|
|
Posts: 1,070 |
Thanked: 1,604 times |
Joined on Sep 2008
@ Helsinki
|
#5
|
Are memory use and APIs the main reasons why they created a new project ? Why not evolve PyQt instead ?...
What about PyQt?
Nokia’s initial research into Python bindings for Qt involved speaking with Riverbank Computing, the makers of PyQt. We had several discussions with them to see if it was possible to use PyQt to achieve our goals. Unfortunately, a common agreement could not be found , so in the end we decided to proceed with PySide.
We will however maintain API compatibility with PyQt (you can use the same method names but can’t inter-operate with PyQt), at least for the initial relase. To import PySide you have to use “import PySide” instead of “import PyQt4″.
|
2009-08-18
, 19:39
|
|
Posts: 696 |
Thanked: 1,012 times |
Joined on Mar 2006
@ Asturies, Spain
|
#6
|
Are memory use and APIs the main reasons why they created a new project ? Why not evolve PyQt instead ?...
What about PyQt?
Nokia’s initial research into Python bindings for Qt involved speaking with Riverbank Computing, the makers of PyQt. We had several discussions with them to see if it was possible to use PyQt to achieve our goals. Unfortunately, a common agreement could not be found , so in the end we decided to proceed with PySide.
|
2009-08-18
, 19:40
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#7
|
The Following User Says Thank You to attila77 For This Useful Post: | ||
|
2009-08-18
, 19:48
|
Posts: 1,097 |
Thanked: 650 times |
Joined on Nov 2007
|
#8
|
|
2009-08-18
, 20:14
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#9
|
|
2009-08-18
, 20:52
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#10
|
-----
The PySide team is pleased to announce the first public release of
PySide: Python for Qt!
PySide, its documentation, and developer resources are available at the
project website, http://www.pyside.org .
What is it?
-----------
PySide is a project providing an LGPL'd set of Python bindings for the
Qt framework.
PySide already provides a full set of Qt bindings as well as automated
binding generation tools. Since the whole toolset has been made
available, the team expects PySide to be valuable not only to Qt
software developers, but to people willing to create Python bindings to
any Qt-based library, or to any C++ library in general. Although based
on a different technical approach, PySide will initially be
API-compatible with existing Python bindings for Qt.
PySide is still a work in progress, and some work is still required to
stabilize the codebase. This being said, the team believes it is already
in a usable state, especially if an occasional rough edge and unpainted
surface can be tolerated. Due to practical reasons, the initial
development efforts have been focused on Linux, but the team hopes
people to join in porting the code to other platforms and to further
develop the bindings and tools.
Regards,
PySide team