miranda

Results 36 comments of miranda

hi @omarcostahamido, just a heads up that we're building SopiMlab/py with a [forked flext](https://github.com/SopiMlab/flext). ~~for example `PY_KIND` is something that i came up with, and doesn't exist in grrrr/flext.~~ the...

ok, i don't understand exactly how this framework stuff works. with the macOS built-in python it seems you need to include `Python/Python.h` or sometimes `Python2.7/Python.h` (depends on the macOS version...

do you have numpy installed? (check `pip3 list`)

i guess it would involve adjusting the include/library paths so they point to the venv. i'm not really familiar with venv though, as i use conda environments for the same...

no worries and thanks for the fast reply! out of MinGW and Cygwin, would you recommend one over the other? would i also need to build Pd using the same...

i couldn't figure out how to solve this using the preprocessor, so i set up MinGW-w64 and was able to build flext (with a [small change](https://github.com/grrrr/flext/compare/master...SopiMlab:mingwbuild)). my problem now is...

hello, i forked @grrrr's python3 branch and am working on it here https://github.com/SopiMlab/py/tree/python3 (also includes some build tweaks for Conda support on Mac) i can build the code for Python...

i figured out how to debug with lldb and i'm making progress :) our fork now runs at least the examples `simple-1`, `simple-2`, `simple-3`, `script-1` and `thread-1` with Python 3...

i am happy to report that our [fork](https://github.com/SopiMlab/py/tree/python3) is mostly working on both python 3 and 2! 🎉 i have tested with: - macOS 10.14.6 - Pd 0.50 - python...

@jeremiahrose which OS and Python version are you running? and how is your Python installed (e.g. installer from python.org, conda, etc)?