LexiconCode
LexiconCode
Yes if I remember correctly that convention is only needed for version less than 13 of DNS.
Yes I could see that logic to have it renamed. It would be good to have previous 13/14 versions supported as the upgrade cost is now 250$. However I know...
As mentioned in chat, this is a false positive by Microsoft. It's not uncommon to have this issue with unsigned EXEs. This can be mitigated somewhat by having the installer...
See https://github.com/dictation-toolbox/natlink/issues/87
The reason this is done is because py works when python is not on path. The installer doesn't install python to path because other people have development systems which often...
> In the short run, perhaps delete debugging_python_instructions.docx from the mainline code, and assign to me to fix? The instructions were on my computer from an earlier version of natlink...
Natlink in debug mode ``` Natlink Version: 5.0.0 Python Version: 3.10.2 (tags/v3.10.2:a58ebcc, Jan 17 2022, 13:59:55) [MSC v.1929 32 bit (Intel)] NatLink: LOADED! set log level to: DEBUG starting natlink...
What's interesting here is Caster already utilizes PySide2 which up until now has been fine. The module doesn't mind being loaded later in Casters code but doesn't like being imported...
> I tried one line extra in loader.py, according to manual pages of importlib. Cannot test right now, because my ssh connection is broken with a new windows update. We...
> os.add_dll_directory("PATH_TO_DLL") No dice unfortunately ``` import os os.add_dll_directory(r"C:\Users\Main\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\shiboken2") import PySide2 ```