Archived

This forum has been archived. Please start a new discussion on GitHub.

Windows 7, VS2010express,ICE,Python

Please, i need help, i installed VS2010Express, Python 2.7 and ICE 3.4.1, but i only get this error:
C:\> set PATH=C:\Python27;C:\Program Files\ZeroC\Ice-3.4.1\bin;%PATH%
C:\> set PYTHONPATH=C:\Program Files\ZeroC\Ice-3.4.1\python

C:\>python
Python 2.7.1 (r271:86832, Nov 27 2010, 18:30:46) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import Ice
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Program Files\ZeroC\Ice-3.4.1\python\Ice.py", line 47, in <module>
    import IcePy
ImportError: DLL load failed: No se puede encontrar el m¾dulo especificado.
>>>

I cann't see where is de error.

Comments

  • mes
    mes California
    Hello Oscar,

    Welcome to the forum.

    The Ice for Python extension in our Ice 3.4.1 binary distribution is compiled against Python 2.6.4. You will need to install Python 2.6.x to use this extension.

    Cheers,
    Mark