-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't start GNURadio Companion #90
Comments
So one of the notes for python is that there is a checkbox (it might be in the advanced options menu) that will put an entry in the registry. I have been trying to make the executable search a few standard paths including local installs: https://github.com/pothosware/gnuradio-companion-exe/blob/master/gnuradio-companion.cpp#L68 But I may need to add to this logic. Just for my feedback, where is python.exe located for your system? Like |
The python installation was made through Microsoft store.
I've tried to do the same with the python install I've downloaded, but
can't find such an option as you can see below. (I've checked python
versions 3.6 and 3.7 but couldn't see this option as well).
My python.exe is located either in C:\Python\Python39 or in C:\Program
Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.1264.0_x64__qbz5n2kfra8p0
[image: image.png]
[image: image.png]
For windows, maybe it's a good idea to have python installation as part of
Pothos installation.
-----------------------------
Michael Poroger
"Science is not only knowledge, science is also to be dare"
Shimon Peres
…On Fri, Apr 30, 2021 at 3:49 PM Josh Blum ***@***.***> wrote:
So one of the notes for python is that there is a checkbox (it might be in
the advanced options menu) that will put an entry in the registry. make
sure that the "register extension" box is checked. But I suppose it could
have renamed since since I wrote that wiki. Its definitely an option on
python3.9 installer though.
https://github.com/pothosware/PothosSDR/wiki/GNURadio#installation-instructions
I have been trying to make the executable search a few standard paths
including local installs:
https://github.com/pothosware/gnuradio-companion-exe/blob/master/gnuradio-companion.cpp#L68
But I may need to add to this logic. Just for my feedback, where is
python.exe located for your system? Like C:\Program
Files\Python39\python.exe for example
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#90 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARKCPNDNSJKURRFB33RPY6LTLKRMPANCNFSM433OBWUQ>
.
|
Thanks for the info It looks like you need to check install for all users in the advanced or the HKEY_CURRENT_USER is written instead of HKEY_LOCAL_MACHINE: https://docs.microsoft.com/en-us/sql/machine-learning/install/media/python-install-for-all-users.png?view=sql-server-ver15 Action item for me: I need to change the executable to actually search both registry paths If that checkbox doesnt do it, this is just a "helpful" launcher for GRC so you can manually run python.exe c:\Program Files\PothosSDR\bin\GNURadioHelper.py to get the dependencies installed and python.exe c:\Program Files\PothosSDR\bin\gnuradio_companion.py to run the application |
Thanks for the tips. It worked.
I've extracted the key from HCU and imported the same to HLM and this was
solved.
-----------------------------
Michael Poroger
"Science is not only knowledge, science is also to be dare"
Shimon Peres
…On Sat, May 1, 2021 at 2:38 AM Josh Blum ***@***.***> wrote:
Thanks for the info
It looks like you need to check install for all users in the advanced or
the HKEY_CURRENT_USER is written instead of HKEY_LOCAL_MACHINE:
https://docs.microsoft.com/en-us/sql/machine-learning/install/media/python-install-for-all-users.png?view=sql-server-ver15
Action item for me: I need to change the executable to actually search
both registry paths
If that checkbox doesnt do it, this is just a "helpful" launcher for GRC
so you can manually run python.exe c:\Program
Files\PothosSDR\bin\GNURadioHelper.py to get the dependencies installed and
python.exe c:\Program Files\PothosSDR\bin\gnuradio_companion.py to run the
application
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#90 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARKCPNDGKPDHKC4PDALUCGDTLM5QVANCNFSM433OBWUQ>
.
|
I've just installed PothosSDR-2021.02.28-vc16-x64 on my win 10 (ver 20H2) 64 bit.
Python installed as well
When trying to start GNURadio Companion I'm getting following error.
Any suggestions to solve it?
The text was updated successfully, but these errors were encountered: