Hi,
I am interested in using the Simple API for grid applications. I have an issue while running saga-python on Windows 10. I tried to print the saga version using the command python -c "import saga; print saga.version"
This throws up the following stack trace.
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\sample\tutorial\lib\site-packages\saga\__init__.py", line 8, in <module>
import radical.utils as ru
File "C:\sample\tutorial\lib\site-packages\radical\utils\__init__.py", line 9, in <module>
from .plugin_manager import PluginManager
File "C:\sample\tutorial\lib\site-packages\radical\utils\plugin_manager.py", line 14, in <module>
from .logger import get_logger
File "C:\sample\tutorial\lib\site-packages\radical\utils\logger.py", line 106, in <module>
from .misc import import_module
File "C:\sample\tutorial\lib\site-packages\radical\utils\misc.py", line 7, in <module>
import netifaces
ImportError: DLL load failed: The specified module could not be found.
I have set the path for the utils folder in radical and also saga. Netifaces also seems to be installed in mine.
Any help would be greatly appreciated!
Thanks,
Aparrnaa