On 10/17/07, Lars Hallberg <[EMAIL PROTECTED]> wrote: > Trying to use pickle on python I get this error: > > Traceback (most recent call last): > File "3key.py", line 12, in <module> > import pickle > File "/usr/lib/python2.5/pickle.py", line 34, in <module> > import struct > ImportError: No module named struct > > Probably missed install some package, but what package, this all come up > empty: > > [EMAIL PROTECTED]:~$ ipkg search struct.py > [EMAIL PROTECTED]:~$ ipkg search struct > [EMAIL PROTECTED]:~$ ipkg search struct.pyc > > Howewer, so do: > > ipkg search ping > > WISH LIST: Some of the python JSON modules would be nice! > > /LaH
Hm, isn't /usr/lib/python2.5/lib-dynload/struct.so part of python-core? regards Philipp

