26.02.2025, 17:10
Looking at the script you posted before, Hybrid atm. assumes your script folder is '/usr/lib/python3.12/site-packages/'.
So you should either copy those scripts into that folder, or point Hybrid into the location of wherever you copied the scripts to, by setting 'vsScriptPath' in a misc.ini
'misc.ini' should be located under:
Cu Selur
# Import scripts folder
scriptPath = '/usr/lib/python3.12/site-packages/'
sys.path.insert(0, os.path.abspath(scriptPath))
[General]
vsScriptPath="PATH TO YOUR vsSCRIPTSFOLDER"
- ~/.hybrid/misc.ini
- ~/config/hybrid/misc.ini
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.