Question: No module named datetime error with gops tools
0
SHAUN WEBB • 70 wrote:
I have installed the gops suite on my local Galaxy instance. When I run the tools I get the error below. Galaxy activates the virtualenv under .venv on startup and I can import the datetime module when running python through this virtualenv outside of Galaxy. Can't figure out why this is happening, would appreciate some ideas.
Traceback (most recent call last):
File "/home/galaxy-core2/production/shed_tools/toolshed.g2.bx.psu.edu/repos/devteam/get_flanks/4cd116158aef/get_flanks/get_flanks.py", line 14, in <module>
from galaxy.tools.util.galaxyops import parse_cols_arg
File "/home/galaxy-core2/production/galaxy/lib/galaxy/tools/__init__.py", line 14, in <module>
from datetime import datetime
ImportError: No module named datetime