when I run the RUN_ME.py file from Ibridgepy folder on python 2.7 on Mac OS X ver 10.9.5 terminal, I get this error ImportError: dateutil 2.5.0 is the minimum required version
I have installed dateutil
2.5.0 using pip install python-dateutil==2.5.0
, still the same error.
Pls help