Archived

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

IcePy 3.1.0 and 3.1.1 have problem working with python 2.4.3

node1 $ /usr/bin $ python2.3
Python 2.3.5 (#1, Jun 12 2006, 13:54:02)
[GCC 3.4.3 20041125 (Gentoo Linux 3.4.3-r1, ssp-3.4.3-0, pie-8.7.7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import IcePy
>>>
KeyboardInterrupt
>>>
node1 $ /usr/bin $ python
Python 2.4.3 (#1, Nov 8 2006, 19:03:20)
[GCC 3.4.3 20041125 (Gentoo Linux 3.4.3-r1, ssp-3.4.3-0, pie-8.7.7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import IcePy
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: /data/home/eagle/tool_packages/IcePy-3.1.1/python/IcePy.so: undefined symbol: deflate
>>>
node1 $ /usr/bin $ python -V
Python 2.4.3

Comments

  • mes
    mes California
    Welcome to the forum.

    Please update your signature as described in this post.

    Thanks,
    - Mark