Matthias Wolf
Matthias Wolf
I didn't find a lot of information about it. From the [gpio-cdev](https://github.com/rust-embedded/gpio-cdev) crate, with a bit more information in the README: > rust-gpio-cdev is a Rust library/crate providing access to...
Thanks for the hint, I'm pretty new to this and am still missing the right tools. This is on the Raspberry Pi4, fresh after boot and a quick package install...
Sorry, replied after a long workday… let me know if I can help with testing future changes in any way (and thanks again for this crate) :)
## This is not yet functional and will probably require enabling a lot more `#ifdef`s Current WIP is in: * NRN: https://github.com/neuronsimulator/nrn/tree/fenster-neu-bauen * IV: https://github.com/neuronsimulator/iv/tree/mehr-fenster-neu-bauen These branches allow to build...
Progress: 
I just chose `vagrant` because that was recommended to me :) Did you do a `vagrant up` first? For me, that downloads all the required glue, configures and starts everything,...
I actually installed all the Python packages with `py.exe -mpip install "cython
> This is great, though. Looks like it will be possible to construct the windows setup.exe and wheels using analogies to similar files we already have for linux and mac....
Regarding `readline`, I found this issue on the Python tracker: https://bugs.python.org/issue45870 > The REPL shell and input() call PyOS_Readline(). If this call isn't hooked (e.g. by the readline module), and...
rx3d will require more work from the Python side, too. Everything that Python tries to load via CDLL has to be marked as exported with the right DLL attributes.