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

2013-01-20 Thread ZHONG Zhu
[mailto:sable.sourcefo...@gmail.com] On Behalf Of Sébastien Sablé Sablé Sent: Saturday, January 19, 2013 1:10 AM To: Roman Lacko Cc: ZHONG Zhu; pyside@qt-project.org Subject: Re: [PySide] Simple shiboken binding tutorial -- was PySide - Qt5 - Swig Many thanks Roman! I have been able to run your tutorial

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

2013-01-20 Thread Roman Lacko
-project.org *Subject:* Re: [PySide] Simple shiboken binding tutorial -- was PySide - Qt5 - Swig ** ** Many thanks Roman! I have been able to run your tutorial, and then adapt it to start binding a library on which I work. I have only binded 4 classes for the moment out of around one

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

2013-01-18 Thread Sébastien Sablé Sablé
Many thanks Roman! I have been able to run your tutorial, and then adapt it to start binding a library on which I work. I have only binded 4 classes for the moment out of around one hundred, and that required quite a lot of trial and error, but it gets easier as I learn the typesystem syntax. That

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

2013-01-16 Thread ZHONG Zhu
:07 AM To: ZHONG Zhu; pyside@qt-project.orgmailto:pyside@qt-project.org Subject: Re: Simple shiboken binding tutorial -- was PySide - Qt5 - Swig sorri, you also have to update the path where you have installed Qt on your system in files: pyside\include\PySide\pyside_global.h FooLib

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

2013-01-16 Thread Roman Lacko
). ** ** *From:* Roman Lacko [mailto:backup.rla...@gmail.com] *Sent:* Wednesday, January 16, 2013 3:38 PM *To:* ZHONG Zhu *Cc:* pyside@qt-project.org *Subject:* Re: Simple shiboken binding tutorial -- was PySide - Qt5 - Swig ** ** Hi, ** ** 2013/1/16 ZHONG Zhu zhu.zh...@alcatel

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

2013-01-16 Thread ZHONG Zhu
Lacko [mailto:backup.rla...@gmail.com] Sent: Wednesday, January 16, 2013 5:49 PM To: ZHONG Zhu Cc: pyside@qt-project.org Subject: Re: Simple shiboken binding tutorial -- was PySide - Qt5 - Swig 2013/1/16 ZHONG Zhu zhu.zh...@alcatel-sbell.com.cnmailto:zhu.zh...@alcatel-sbell.com.cn Now I have 6

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

2013-01-16 Thread Roman Lacko
/2010 Express is free). *From:* Roman Lacko [mailto:backup.rla...@gmail.com] *Sent:* Wednesday, January 16, 2013 3:38 PM *To:* ZHONG Zhu *Cc:* pyside@qt-project.org *Subject:* Re: Simple shiboken binding tutorial -- was PySide - Qt5 - Swig Hi

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

2013-01-15 Thread Roman Lacko
btw, you need to update paths to python libs and includes in FooLibBinding\FooLibBinding.pro. I have installed python in c:\Python27_64. Also if you are using mingw, you will need to change the .lib extension to .a INCLUDEPATH += ../pyside/include/PySide \ ../pyside/include/PySide/QtCore \

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

2013-01-15 Thread Roman Lacko
sorri, you also have to update the path where you have installed Qt on your system in files: pyside\include\PySide\pyside_global.h FooLib\generate_binding.bat ...replace this c:\Qt\qt-4.8.4-msvc2010-x64 with your path 2013/1/15 Roman Lacko backup.rla...@gmail.com btw, you need to update

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

2013-01-15 Thread Otto Chiu
-project.org [mailto:pyside-bounces+ochiu=teslamotors@qt-project.org] On Behalf Of Roman Lacko Sent: Tuesday, January 15, 2013 8:07 AM To: ZHONG Zhu; pyside@qt-project.org Subject: Re: [PySide] Simple shiboken binding tutorial -- was PySide - Qt5 - Swig sorri, you also have to update the path

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

2013-01-15 Thread Simon Jagoe
] *On Behalf Of *Roman Lacko *Sent:* Tuesday, January 15, 2013 8:07 AM *To:* ZHONG Zhu; pyside@qt-project.org *Subject:* Re: [PySide] Simple shiboken binding tutorial -- was PySide - Qt5 - Swig ** ** sorri, you also have to update the path where you have installed Qt on your system in files

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

2013-01-15 Thread ZHONG Zhu
\make_package.bat 5. Go to generated folder package and run foolib_test.py From: Roman Lacko [mailto:backup.rla...@gmail.com] Sent: Wednesday, January 16, 2013 12:07 AM To: ZHONG Zhu; pyside@qt-project.org Subject: Re: Simple shiboken binding tutorial -- was PySide - Qt5 - Swig sorri, you also have to update

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

2013-01-15 Thread Roman Lacko
:07 AM *To:* ZHONG Zhu; pyside@qt-project.org *Subject:* Re: Simple shiboken binding tutorial -- was PySide - Qt5 - Swig ** ** sorri, you also have to update the path where you have installed Qt on your system in files: pyside\include\PySide\pyside_global.h FooLib\generate_binding.bat