Dragonfly IntegerRef getting a TypeError: 'NoneType' object is not callable error
问题 Try to get dragonfly working in Windows 10 with Python 2.7. I have a sample module that I made that im trying to get working, however Im getting the following error: Traceback (most recent call last): File "C:\NatLink\NatLink\MacroSystem\core\natlinkmain.py", line 304, in loadFile imp.load_module(modName,fndFile,fndName,fndDesc) File "C:\Users\jarrett\projects\natlink\_test.py", line 3, in <module> class ExampleRule2(MappingRule): File "C:\Users\jarrett\projects\natlink\_test.py", line 20, in