FuzzyWuzzy Module Python

import sys
sys.path.append(r'C:\Program Files (x86)\IronPython 2.7\DLLs')
sys.path.append(r'C:\Program Files (x86)\IronPython 2.7\Lib')

I know the above code snippit can be used for importing Python modules but it doesn’t seem to work for the FuzzyWuzzy Python module. Does anyone know how to get this module to work inside a Python node?

The question is, does the module work in ironpython? As this is the python version used in dynamo

Hi @simon_murphy1 @Jonathan.Olesen

Are you looking for this?

4 Likes