The Following 10 Users Say Thank You to Luciano Wolf For This Useful Post: | ||
|
2010-12-02
, 16:44
|
Posts: 115 |
Thanked: 83 times |
Joined on Aug 2010
@ Paris, France
|
#2
|
|
2010-12-02
, 17:16
|
Posts: 11 |
Thanked: 74 times |
Joined on Oct 2007
@ Recife, Brazil
|
#3
|
|
2010-12-02
, 22:55
|
Posts: 3,464 |
Thanked: 5,107 times |
Joined on Feb 2010
@ Gothenburg in Sweden
|
#4
|
The PySide team is proud to announce the first beta release of PySide: Python for Qt. Also, new versions of the PySide toolchain components (API Extractor, Generator Runner, and Shiboken) have been released.
The focus of the beta 1 release has been stabilization. Most of the team’s time has been spent in bug fixing, and not without results: we have fixed a whopping 57 bugs since the previous release!
In addition to fixing bugs, we have also reviewed our Qt Quick support, and as of now, it is perfectly feasible to do QML user interfaces for Python software. The only thing missing is the ability to register QML types from Python; we hope to have this issue resolved soon.
The internal C++ library APIs have been reworked to include any anticipated changes before (and beyond) the 1.0 release. This has forced us to do a yet another library version bump. Unfortunately, this necessitates recompilation of any bindings and repackaging of the libraries. We hope this to be the last library ABI break for a while.
The packages have already been uploaded to extras-devel. To begin Qt development on Python for N900, just install the python-pyside / python-qtmobility metapackages and start rocking!
|
2010-12-02
, 23:10
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#5
|
The Following 2 Users Say Thank You to thp For This Useful Post: | ||
|
2010-12-02
, 23:50
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#6
|
The focus of the beta 1 release has been stabilization. Most of the team’s time has been spent in bug fixing, and not without results: we have fixed a whopping 57 bugs since the previous release!
In addition to fixing bugs, we have also reviewed our Qt Quick support, and as of now, it is perfectly feasible to do QML user interfaces for Python software. The only thing missing is the ability to register QML types from Python; we hope to have this issue resolved soon.
The internal C++ library APIs have been reworked to include any anticipated changes before (and beyond) the 1.0 release. This has forced us to do a yet another library version bump. Unfortunately, this necessitates recompilation of any bindings and repackaging of the libraries. We hope this to be the last library ABI break for a while.
The packages have already been uploaded to extras-devel. To begin Qt development on Python for N900, just install the python-pyside / python-qtmobility metapackages and start rocking!