diff options
-rw-r--r-- | bindings/python/pfw.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/pfw.i b/bindings/python/pfw.i index 9dbccbd..2d39228 100644 --- a/bindings/python/pfw.i +++ b/bindings/python/pfw.i @@ -32,7 +32,7 @@ // like derived C++ classes (calls to virtual methods will be properly // forwarded to Python) - only on classes for which is it specified, see // ILogger below.. -%module(directors="1") PyPfw +%module(directors="1", threads="1") PyPfw %feature("director:except") { if ($error != NULL) { |