Natlink
- Qh.antenna.nl - Natlink, Unimacro and Vocola - (Recommended) Documentation and install instructions
Troubleshooting
- When starting Dragon with NatLink
Cannot load compatibility module support (GUID = {dd990001-bb89-1d2-b031-0060088dc929})- Install Microsoft Visual C++ 2010 Service Pack 1 x86
- Reboot PC
- Register regsvr32 manually on the natlink.pyd from an admin command prompt. Detailed information on Natlink's Troubleshooting Page.
- Running “Configure NatLink via GUI” does not bring up the settings window - try running the program as an administrator:
- Open an administrator command prompt by searching for “cmd” in start and either right click, run as administrator or ctrl-shift-enter.
- Change directory to the folder where start_configurenatlink.py was installed. This is likely to be
C:\NatLink\NatLink\confignatlinkvocolaunimacroso the command would becd C:\NatLink\NatLink\confignatlinkvocolaunimacro. - Run
python start_configurenatlink.py.
- To fix
ImportError: No module named win32conPackage win32con is out of date or not installed. Trypip install pywin32Alternatively if the error persists use the Windows installer -
To fix
lost sys.stderrFor Caster must use pywin32 forsystem widefeatures, such as registering COM objects or implementing Windows Services, then you must run the following command from an elevated command prompt:python C:\Python27\Scripts\pywin32_postinstall.py -install -
To fix
ImportError: cannot import name RuleWrapYou likely either have the wrong version of Dragonfly installed, or don’t have it installed at all. RuleWrap is a Dragonfly import. Trypip uninstall dragonfly(it's okay if it doesn't find the package) thenpip install dragonfly2. - To fix
ImportError: DLL load failed: %1 is not a valid Win32 application.You’re most likely using the 64-bit version of Python or 64-bit Python library.- Uninstall Python 64-bit and delete
C:\Python27to remove any extraneous libraries. - Then install or reinstall Python v2.7.X 32-bit
- Uninstall Python 64-bit and delete
-
To fix
UnicodeDecodeError: 'ascii' codec can't decode byte 0x83 in position 52: ordinal not in range(128)when trying to usewords.txt.Dragonfly out of date or you're using the old
dragonflynotdragonfly2package. Run the following in command prompt one at a time.pip uninstall dragonflyto check and remove the old dragonfly package.pip install dragonfly2orpip install --upgrade dragonfly2to install or update Dragonfly
As Needed
- Register Natlink pyd Manually
- Microsoft Visual C++ 2010 Service Pack 1 Redistributable Package MFC Security Update
- Qh.antenna.nl - Implementation_and_Acceptance_of Natlink.pdf