Your message dated Thu, 12 May 2011 11:18:47 +0200 with message-id <[email protected]> and subject line It seems no more the case has caused the Debian Bug report #625297, regarding python-gdal : ImportError: /usr/lib/libgdal1.7.0.so.1 to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 625297: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625297 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: python-gdal Version: 1.7.3-2 Severity: critical The exact and complete text of any error messages printed or logged. In [1]: from osgeo import gdal --------------------------------------------------------------------------- ImportError Traceback (most recent call last) /home/nicoletti/<ipython console> in <module>() /usr/lib/python2.6/dist-packages/osgeo/__init__.py in <module>() 19 fp.close() 20 return _mod ---> 21 _gdal = swig_import_helper() 22 del swig_import_helper 23 else: /usr/lib/python2.6/dist-packages/osgeo/__init__.py in swig_import_helper() 15 if fp is not None: 16 try: ---> 17 _mod = imp.load_module('_gdal', fp, pathname, description) 18 finally: 19 fp.close() ImportError: /usr/lib/libgdal1.7.0.so.1: symbol __cxa_pure_virtual, version libmysqlclient_16 not defined in file libmysqlclient.so.16 with link time reference The versions of any packages on which the buggy package depends: python-gdal depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libgdal1-1.7.0, libstdc++6 (>= 4.1.1), python (<< 2.7), python (>= 2.5), python-central (>= 0.6.11), python-numpy Kernel version: Linux insardeb 2.6.38-2-amd64 #1 SMP Thu Apr 7 04:28:07 UTC 2011 x86_64 GNU/Linux
--- End Message ---
--- Begin Message ---Importing now works: that was due to python transition AFAIK. -- Francesco P. Lovergine
--- End Message ---
_______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

