I'm running the default Python 2.7.6 on OS X 10.10 and have installed the two modules as advised. I still get:
$ AppStoreReviews.py -help
>>> Traceback (most recent call last):
>>> File "/Users/me/Dropbox/bin/AppStoreReviews.py", line 13, in <module>
from elementtree import ElementTree
>>> ImportError: No module named elementtree
Any tips on how to get this running? I'm a Python novice, just wanting to get your script starting.
I'm running the default Python 2.7.6 on OS X 10.10 and have installed the two modules as advised. I still get:
Any tips on how to get this running? I'm a Python novice, just wanting to get your script starting.