Blender + ZeroC Ice

Everyone hello. I installed Zero C Ice distr. on ubuntu 14.04. When i start my terminal and type:

<b>python -c "import Ice"</b>

is everything ok, but when i typed the same string in blender python console i received that:

File “/usr/local/lib/python2.7/dist-packages/Ice.py”, line 47, in <module>
import IcePy
ImportError: /usr/local/lib/python2.7/dist-packages/IcePy.so: undefined symbol: _Py_ZeroStruct
Error: Python script fail, look in the console for now…

What is a difference? Thanks for any help.