[Bug 285411] Re: Different versions of ctypes

wvengen debrepo at willem.engen.nl
Sat Mar 7 15:47:39 UTC 2009


I confirm the difference in version numbers:
  $  grep ^__version__ /usr/share/pyshared/ctypes/__init__.py
  __version__ = "1.0.2"
  $ strings /usr/lib/python*/lib-dynload/_ctypes.so | grep 1\.\0\.
  1.0.3
although I don't have a problem with ctypes
  $ python -c 'import ctypes'; echo ${?}
  0
  $ python -v -c 'import ctypes' 2>&1 | grep ctypes
  import ctypes # directory /usr/lib/python2.5/ctypes
  # /usr/lib/python2.5/ctypes/__init__.pyc matches /usr/lib/python2.5/ctypes/__init__.py
  import ctypes # precompiled from /usr/lib/python2.5/ctypes/__init__.pyc
  dlopen("/usr/lib/python2.5/lib-dynload/_ctypes.so", 2);
  import _ctypes # dynamically loaded from /usr/lib/python2.5/lib-dynload/_ctypes.so
  # /usr/lib/python2.5/ctypes/_endian.pyc matches /usr/lib/python2.5/ctypes/_endian.py
  import ctypes._endian # precompiled from /usr/lib/python2.5/ctypes/_endian.pyc
  # cleanup[1] _ctypes
  # cleanup[1] ctypes
  # cleanup[1] ctypes._endian
I have the same package versions as the submitter.

-- 
Different versions of ctypes
https://bugs.launchpad.net/bugs/285411
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list