Hi! Thank you for your wonderful library!
I was able to compile the application with Python 2.7, Qt 4.7 and Visual Studio 2008 (2010 does not compile). Everything works, but before I used Boost.Python. And I think it is very convenient library. I tried to connect PythonQt and objects that creates Boost.Python, but it's too hard …
In Boost.Python I used simple types, functions and classes … std:: vector, etc. But I can not connect PySide and C++ Qt objects through Boost.Python. At the same time I write widgets in Python using PySide and add them to C++ QMainWindow using PythonQt.
Please tell me whether it is possible to connect an interpreter PythonQt with objects Boost.Python … they are written on the basis of Python.h and use similar algorithms…
What can i do?
Thank you!
Excuse my bad English …
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi! Thank you for your wonderful library!
I was able to compile the application with Python 2.7, Qt 4.7 and Visual Studio 2008 (2010 does not compile). Everything works, but before I used Boost.Python. And I think it is very convenient library. I tried to connect PythonQt and objects that creates Boost.Python, but it's too hard …
In Boost.Python I used simple types, functions and classes … std:: vector, etc. But I can not connect PySide and C++ Qt objects through Boost.Python. At the same time I write widgets in Python using PySide and add them to C++ QMainWindow using PythonQt.
Please tell me whether it is possible to connect an interpreter PythonQt with objects Boost.Python … they are written on the basis of Python.h and use similar algorithms…
What can i do?
Thank you!
Excuse my bad English …
Little progress! This simple code works)