Re: [PySide] Shiboken in python -- was PySide - Qt5 - Swig

2013-01-20 Thread Lucas Tanure
Gustavo, Hi ! I'm a Qt with python developer. For this I use Pyside, however this project is running into some problems. There isn't more developers and we don't know if Digia will support it. We ( pyside list ) were discussing how to continue this project. Shiboken was developed just for

[PySide] Fwd: Shiboken in python -- was PySide - Qt5 - Swig

2013-01-20 Thread Lucas Tanure
-- Forwarded message -- From: Gustavo Carneiro gjcarne...@gmail.com Date: Sun, Jan 20, 2013 at 2:44 PM Subject: Re: [PySide] Shiboken in python -- was PySide - Qt5 - Swig To: Lucas Tanure ltan...@gmail.com Hello, I personally don't know anything about Qt internals, so I can't

Re: [PySide] i can not find Q_ARG in pyside, please help me

2013-01-20 Thread Dirk Thomas
Be aware that PySide has a bug regarding QGenericArgument and QGenericReturnArgument. The default constructor does not work. I already filled the issue with a workaround half a year ago: https://bugreports.qt-project.org/browse/PYSIDE-76 You can either patch your PySide installation or avoid

Re: [PySide] Simple shiboken binding tutorial -- was PySide - Qt5 - Swig

2013-01-20 Thread ZHONG Zhu
Same as you, I benefit from Roman's tutorial package a lot. I was on-and-off on trying to work out a binding for more than 6 months! Thank you, Roman! When the MinGW shiboken build is ready, I'll start to move my Qt C++ application to PySide. From: sable.sourcefo...@gmail.com

Re: [PySide] Simple shiboken binding tutorial -- was PySide - Qt5 - Swig

2013-01-20 Thread Roman Lacko
I'm glad I could help, the mingw build has still some issues to solve 2013/1/21 ZHONG Zhu zhu.zh...@alcatel-sbell.com.cn Same as you, I benefit from Roman’s tutorial package a lot. I was on-and-off on trying to work out a binding for more than 6 months! Thank you, Roman! When the