Installed DragonBuild using the provided install script.
When attempting to run dragon s to specify my device, I get this traceback after punching in the IP/port:
Traceback (most recent call last):
File "/Users/wchill/.dragonbuild//DragonGen/DragonGen.py", line 14, in <module>
import regex
ModuleNotFoundError: No module named 'regex'
I assume that's referring to this PyPi project https://pypi.org/project/regex/. However, I took a look at DragonGen.py and don't see why it would need this instead of relying on the built in re module. If regex is really needed, it should probably be installed as part of the installation script.
Installed DragonBuild using the provided install script.
When attempting to run
dragon sto specify my device, I get this traceback after punching in the IP/port:I assume that's referring to this PyPi project https://pypi.org/project/regex/. However, I took a look at DragonGen.py and don't see why it would need this instead of relying on the built in
remodule. Ifregexis really needed, it should probably be installed as part of the installation script.