Python Wrapper

Issue #119 resolved
Andrew Melim created an issue

Meta-Issue for completing the Python Wrapper

Comments (8)

  1. Andrew Melim reporter

    I believe that it's probably more prudent to support python 2.7x versus 3.x at this point due to default installations for Linux/Mac being the former, rather than the later. boost.python apparently supports both, so functionality should not be changed, regardless of the user's version of python. Might need specific cmake flag support to allow the user to select which specific version they wish to use.

  2. Andrew Melim reporter

    Talked with Frank this weekend about using wrap to generate all the boost_python required classes. I'm having some issues getting the cmake module for building python to run on Windows first though. @ptf have you had experience in building the eigen-numpy project for windows lately?

  3. Log in to comment