It all seems a bit weird.
I ran it thru cmd as administrator (the py) and I can briefly see a bar of some sort and then the error message and it halts completely.
the helper script starts everytime time I click the icon (grc) in the menu, and shows the block path error. This loops constantly
But if I run the helperscript in cmd, it passes on everything and tells to run again
To start with, after initial installation there was a problem with a pip (?) And the helper script couldnt fix anything. Installed this seperately (and gtk) and the helper script then continued fixing other things :-)
When the pip was misding, it was during
The very first run of the helper script after the installation of the pothos enviroment.
If there is anything I can do to help
You out, you are welcome to send files
For testing if that would do any good :-)
Is the helper script you linked to, edited
So it needs a trial run?
Thanks again for your time :-)
My first guess is that you installed the 32 bit python installer, and
not the one for amd 64. I think they have different registry entries.
Can you make sure its 64-bit python installer and try again if not?
>> My first guess is that you installed the 32 bit python installer, and
>> not the one for amd 64. I think they have different registry entries.
>> Can you make sure its 64-bit python installer and try again if not?
The path actually should not matter. Every python install that I have
used puts entry into the registry. So we are simply checking the
registry to learn with python is installed.
Here is a screenshot of regedit: https://i.imgur.com/pErC3kl.png
So it checks:
HKEY_CURRENT_USER\SOFTWARE\Python\PythonCore\<version>\PythonPath
These are the docs I followed:
https://www.python.org/dev/peps/pep-0514/
This is the name of the exact installer I used:
python-2.7.13.amd64.msi
This is where I downloaded it:
https://www.python.org/downloads/release/python-2713/
So I don't really understand whats going on, but I'm curious about what
you registry shows and the exact name of the python installer.
-josh