eabase
eabase
I thought git was broken for all MSYS? At least that's what people say, and why they install git for windows. If this is not true, please let us all...
This fixed the error in OP, but the fix only moved the error to the next function `gui_code()`: ```python def gui_code(): with imgui_ctx.push_font(imgui_md.get_code_font()): code_editor.render("Code") ``` ```bash File "C:\mydev\gitclones\imgui_bundle\bindings\imgui_bundle\demos_python\demos_immapp\imgui_demo.py", line 3261,...
BUMP How do install the python package after compilation? (Where is it?) Seem #442 could be of interest as well.
Ok, managed to build the *optional* `SoapyRTLSDR`, here: https://github.com/pothosware/SoapyRTLSDR/issues/79 Sort of works...but need more testing. (How?) Does anyone, know how I can test this?
They don't have any binary releases and the compile fails. 💩 https://github.com/rxseger/rx_tools/issues/105
BTW. Where exactly is the code that does the Python package installation?
@zuckschwerdt That is not very helpful. How and where do I do `pip install ...` to get this package to show up in my `pip list`?
> You just get the swig module and wrapper .py installed to the Python dir. That's not how it works AFAIK. So how would you import into your python code?...
I can't find this in pypi (as you said). This doesn't make sense at all. :( Can you find someone in this organization that could help? Maybe @guruofquality ?
Hi Josh! @guruofquality Thank you. I see that you are using HKLM to query paths, but I don't have any Python in that branch, my Python branch is located in...