Import Macos Python Swig Importing A .pyd (created With Swig) In Python 2.7.3 On Mac August 09, 2024 Post a Comment I have created a .pyd file with SWIG under Windows named (_example.pyd). I am able to send the file… Read more Importing A .pyd (created With Swig) In Python 2.7.3 On Mac
C++ Gcc Python Swig Swig No Module Named _example June 17, 2024 Post a Comment I cannot reproduce the basic SWIG example on windows. My error is stated in the SWIG docs and I am … Read more Swig No Module Named _example
Arrays C++ Python Swig Typedef Swig Cannot Convert Typedef Type Correct May 18, 2024 Post a Comment I'm using SWIT to convert a vc project to python. I found when a struct has a member which type… Read more Swig Cannot Convert Typedef Type Correct
C++ C++11 Python Swig Vector Swig Argument Error When Using "using Std::vector" In Python April 06, 2024 Post a Comment This is very related to this question Regardless of whether or not this is coding practice, I have … Read more Swig Argument Error When Using "using Std::vector" In Python
C++ Code Generation Python Swig Unit Testing How Should I Unit Test A Code-generator? March 26, 2024 Post a Comment This is a difficult and open-ended question I know, but I thought I'd throw it to the floor and… Read more How Should I Unit Test A Code-generator?
C++ Python Shared Ptr Swig Templates Swig_shared_ptr Macro With Templated Class February 28, 2024 Post a Comment I'm using SWIG with boost shared pointers to create python extensions. My current issue is tha… Read more Swig_shared_ptr Macro With Templated Class
Python Swig A Trivial Python Swig Error Question February 08, 2024 Post a Comment I am trying to get Python running with swig to do C/C++. I am running the tutorial here, 'buil… Read more A Trivial Python Swig Error Question
C++ Python String Swig Vector Swig Wrapping C++ For Python: Translating A List Of Strings To An Stl Vector Of Stl Strings February 03, 2024 Post a Comment I would like to wrap a C++ function with SWIG which accepts a vector of STL strings as an input arg… Read more Swig Wrapping C++ For Python: Translating A List Of Strings To An Stl Vector Of Stl Strings
C Pointers Python Struct Swig Swig Function With Pointer Struct December 21, 2023 Post a Comment Im new using SWIG to wrapped C shared library. I have problem to call a C function with Struct poin… Read more Swig Function With Pointer Struct
C Python Struct Swig Typemaps Use Struct In Swig Argout Typemap December 01, 2023 Post a Comment I want to call a C function from Python, which should create and initialize a struct. I want this s… Read more Use Struct In Swig Argout Typemap
C++ Python Stl Swig How To Expose Std::vector As A Python List Using SWIG? April 29, 2023 Post a Comment I'm trying to expose this function to Python using SWIG: std::vector get_match_stats(); And I… Read more How To Expose Std::vector As A Python List Using SWIG?
C++ Python Swig How To Pass Python List Address April 01, 2023 Post a Comment I want to convert c++ code to python. I have created a python module using SWIG to access c++ class… Read more How To Pass Python List Address
Anaconda Jupyter Notebook Python Python Importlib Swig Import Error: DLL Load Failed In Jupyter Notebook But Working In .py File March 23, 2023 Post a Comment I installed BreakoutDetection the module in Anaconda environment. When I tried to import the module… Read more Import Error: DLL Load Failed In Jupyter Notebook But Working In .py File
C++ Code Generation Python Swig Unit Testing How Should I Unit Test A Code-generator? November 02, 2022 Post a Comment This is a difficult and open-ended question I know, but I thought I'd throw it to the floor and… Read more How Should I Unit Test A Code-generator?