[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Python bindings




> I tried to clean up my local installation but now I get:
>
> $ python -c "import heimdal"
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
> ImportError: /usr/lib/python2.5/site-packages/heimdal.so: undefined
> symbol: encode_Key
>
> Still ldd /usr/lib/python2.5/site-packages/heimdal.so looks good.
>
> Any idea?

{decode,encode,length,free}_Key is not exported in version- 
symbols.map in heimdal 1.0, that why it failes.

I've not read the source-code to the python module, so I don't know  
why it needs encode_Key.

Love