PyQt and Boost.Python working together

2 Jun
2005
2 Jun
'05
12:55 a.m.
I found a long thread discussing this topic, but the conclusion escaped me... Is it possible to use an extension created with BPL in a program using PyQt to provide a GUI? -- Thor Arne Johansen Technical Director Ibas AS

2 Jun
2 Jun
4:27 p.m.
thor.arne.johansen@ibas.no writes:
I found a long thread discussing this topic, but the conclusion escaped me...
Is it possible to use an extension created with BPL in a program using PyQt to provide a GUI?
Yes, as long as you're aware that Boost.Python extensions don't automatically release the interpreter lock to allow other threads to use the Python interpreter. -- Dave Abrahams Boost Consulting www.boost-consulting.com
7315
Age (days ago)
7315
Last active (days ago)
1 comments
2 participants
participants (2)
-
David Abrahams
-
thor.arne.johansen@ibas.no