Hi,
I've worked through installation of the prerequisites, setting the system environment variables and creating the database but when I run the "bin\omero db script" command I get the following:
c:\omero_dist>bin\omero db script
Error loading:c:\omero_dist\lib\python\omero\plugins\admin.py
Traceback (most recent call last):
File "c:\omero_dist\lib\python\omero\cli.py", line 996, in loadplugins
execfile( plugin, loc )
File "c:\omero_dist\lib\python\omero\plugins\admin.py", line 24, in <module>
import omero_ServerErrors_ice
File "c:\omero_dist\lib\python\omero_ServerErrors_ice.py", line 13, in <module
>
import Ice, IcePy, __builtin__
File "C:\Ice-3.3.1\python\Ice.py", line 19, in <module>
import IcePy
ImportError: DLL load failed: The specified module could not be found.
Error loading:c:\omero_dist\lib\python\omero\plugins\upload.py
Traceback (most recent call last):
File "c:\omero_dist\lib\python\omero\cli.py", line 996, in loadplugins
execfile( plugin, loc )
File "c:\omero_dist\lib\python\omero\plugins\upload.py", line 14, in <module>
import omero.util.originalfileutils;
File "c:\omero_dist\lib\python\omero\util\__init__.py", line 11, in <module>
import Ice
File "C:\Ice-3.3.1\python\Ice.py", line 19, in <module>
import IcePy
ImportError: DLL load failed: The specified module could not be found.
DLL load failed: The specified module could not be found.
c:\omero_dist>
I'm running 32-bit Windows Vista. Any suggestions on how to get past this problem?
Thanks