Hi all. I've been using the instructions here to attempt purging old datasets, but it only gives me errors. From using the command "python cleanup_datasets.py config/galaxy.ini -d 5 -1 -r", for example, I get back the following error:
Traceback (most recent call last):
File "cleanup_datasets.py", line 13, in <module>
from galaxy import eggs
ImportError: No module named galaxy
Does anyone know how to resolve this error or work around it? I don't want to just delete datasets in case that causes errors in identifying files, but there is very little space left on my computer, and I may need to do something like that if I can't use the cleanup scripts. Thanks much.