tag 436569 + unreproducible thanks [EMAIL PROTECTED] writes: > Package: python2.5-minimal > Version: 2.5.1-3 > > Latest python-minimal package doesn't provide a working struct module > (it makes pygtk's codegen not work). > > Apparently, a file is missing in /usr/lib/python2.5: either _struct.so > or _struct.py. > > >>> import struct > Traceback (most recent call last): > File "<stdin>", line 1, in ? > File "/usr/lib/python2.5/struct.py", line 30, in ? > from _struct import Struct, error > ImportError: No module named _struct
$ dpkg -S _struct.so python2.5-minimal: /usr/lib/python2.5/lib-dynload/_struct.so $ python2.5 Python 2.5.1 (r251:54863, Jul 27 2007, 20:35:26) [GCC 4.1.3 20070718 (prerelease) (Debian 4.1.2-14)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import struct >>> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]