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

2013-01-15 Thread Otto Chiu
Hi Roman, I read somewhere and somebody on the mailing list told me that since Python is compiled with MSVC 2008, I need to use it to create my C++ library and PySide bindings. Is this not true? Can I use the newer versions of MSVC? Thanks, Otto From:

Re: [PySide] Bindings for Linux

2013-05-29 Thread Otto Chiu
them anymore. Thanks, Otto From: Zak [mailto:pys...@m.allo.ws] Sent: Wednesday, May 29, 2013 11:21 AM To: Otto Chiu Cc: pyside@qt-project.org Subject: Re: [PySide] Bindings for Linux Hello Otto, When you talk about building our libraries and making bindings for the libraries, are you talking

[PySide] Installing on Ubuntu with python3

2013-11-06 Thread Otto Chiu
Hi All, I want to see if anybody has anybody has any tips or hints on installing pyside on Ubuntu with python3 in a virtualenv. I tried following the instructions here: https://pypi.python.org/pypi/PySide#installing-pyside-on-a-unix-system, but I keep getting syntax errors when I go install

Re: [PySide] Installing on Ubuntu with python3

2013-11-07 Thread Otto Chiu
, 2013 12:13 AM To: Otto Chiu Cc: PySide@qt-project.org Subject: Re: [PySide] Installing on Ubuntu with python3 2013/11/7 Otto Chiu oc...@teslamotors.commailto:oc...@teslamotors.com Hi All, I want to see if anybody has anybody has any tips or hints on installing pyside on Ubuntu with python3

Re: [PySide] Installing on Ubuntu with python3

2013-11-08 Thread Otto Chiu
Awesome! I will give it a try as soon as I can and let you know. From: Roman Lacko [mailto:backup.rla...@gmail.com] Sent: Friday, November 08, 2013 6:26 AM To: Otto Chiu Cc: PySide@qt-project.org Subject: Re: [PySide] Installing on Ubuntu with python3 2013/11/7 Otto Chiu oc

[PySide] Wrapping C anonymous enums

2014-04-25 Thread Otto Chiu
Hi, I am trying to create a binding and want to expose some anonymous C enums. I am having trouble with the enum-type. I tried to typedef the enum to a name and specify enum-type name=typedefname / and I have also tried enum-type identified-by-value=a_enum/. Both of them result in enum 'abc' is

[PySide] Error compiling shiboken

2014-08-11 Thread Otto Chiu
Hi, I am trying to compile PySide on Windows by following the instructions on http://qt-project.org/wiki/Building_PySide_on_Windows but I am getting compile errors on Shiboken. I need to compile it instead of using the binaries because of this bug:

[PySide] Building bindings

2014-12-04 Thread Otto Chiu
Hi, A couple of years ago I inherited a project to build Windows Python bindings for C++ Qt code. While I understand the big picture concept, I do not understand the details of every step in the way. I now need to make bindings for OS X and Linux, so I would like to take the opportunity to