ofxPython
ofxPython copied to clipboard
openFrameworks addon to embed Python
Hi Charles, Is there any chance that this addon will ever be updated to newer versions of openframeworks and Python? I try to get it to work with of 0.11...
Hello, I stumbled upon an issue on osx 10.12.0 when compiling a program using ofxPython, python 2.7 and libC++'s regex. (Osx 10.13 and 10.14 don't seem to be concerned.) I'm...
-make small update to myTest.sh to comply with new OF name scheme -added new readme to explain the steps to make it all work for OF0.9.8
i am trying to make your addon work on my raspberry pi 3. i updated addon_config.mk and generatebindings.sh as suggested by dan here: https://github.com/danomatika/swig-openframeworks/issues/11 but i still get errors when...
Hi, I assume that in here are some up-to-date OF bindings. It would be great if these could be used from a python interpreter outside OF somehow ? S
I get a ton of errors when compiling on of the examples. Here an excerpt: ``` sh ../../../addons/ofxPython/src/bindings/desktop/openFrameworks_wrap.cpp: In function ‘PyObject* _wrap_ofFloatImage_reloadTexture(PyObject*, PyObject*)’: ../../../addons/ofxPython/src/bindings/desktop/openFrameworks_wrap.cpp:12055:67: error: ‘class ofImage_’ has no member...