Your message dated Fri, 15 Jan 2010 20:22:32 +0100
with message-id <[email protected]>
and subject line Re: [Python-modules-team] Bug#565432: python-matplotlib:
matplotlib.axes requires pytz package, provided by zope3 which is in conflict
with other important packages
has caused the Debian Bug report #565432,
regarding python-matplotlib: matplotlib.axes requires pytz package, provided by
zope3 which is in conflict with other important packages
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.)
--
565432: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565432
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-matplotlib
Version: 0.99.1.2-2
Severity: important
*** Please type your report below this line ***
When I try to use the Subplot module from matplotlib.axes, I get the
following
error:
$ python
Python 2.5.4 (r254:67916, Nov 19 2009, 19:46:21)
[GCC 4.3.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import matplotlib
>>> matplotlib.use('GTK')
>>> from matplotlib.axes import Subplot
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/pymodules/python2.5/matplotlib/axes.py", line 17, in
<module>
import matplotlib.dates as mdates
File "/usr/lib/pymodules/python2.5/matplotlib/dates.py", line 87, in
<module>
import pytz
ImportError: No module named pytz
>>>
the pytz module is provided only by the zope3 package which is currently
in conflict with many important packages (e.g. with python-twisted):
zope3 depends on python-zopeinterface (= 3.3.1-7)
zope3 suggests zope3-dbg
python-zope.interface conflicts with zope3
zope3 depends on python-twisted-web2 (>= 0.2.0+svn20070403)
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (100, 'stable'), (50, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32.media (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages python-matplotlib depends on:
ii libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii libc6 2.10.2-2 GNU C Library: Shared libraries
ii libcairo2 1.8.8-2 The Cairo 2D vector
graphics libra
ii libfontconfig1 2.8.0-2 generic font configuration
library
ii libfreetype6 2.3.11-1 FreeType 2 font engine,
shared lib
ii libgcc1 1:4.4.2-8 GCC support library
ii libglib2.0-0 2.22.3-1 The GLib library of C routines
ii libgtk2.0-0 2.18.3-1 The GTK+ graphical user
interface
ii libpango1.0-0 1.26.2-1 Layout and rendering of
internatio
ii libpng12-0 1.2.41-1 PNG library - runtime
ii libstdc++6 4.4.2-8 The GNU Standard C++ Library v3
ii python 2.5.4-5 An interactive high-level
object-o
ii python-cairo 1.8.6-1 Python bindings for the
Cairo vect
ii python-dateutil 1.4.1-3 powerful extensions to the
standar
ii python-gobject 2.20.0-1 Python bindings for the
GObject li
ii python-matplotlib-data 0.99.1.2-2 Python based plotting
system (data
ii python-numpy 1:1.3.0-3 Numerical Python adds a
fast array
ii python-pyparsing 1.5.2-1 Python parsing module
ii python-support 1.0.6 automated rebuilding
support for P
ii python-tz 2009p-1 Python version of the Olson
timezo
ii tcl8.5 8.5.8-2 Tcl (the Tool Command
Language) v8
ii tk8.5 8.5.8-1 Tk toolkit for Tcl and X11,
v8.5 -
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
Versions of packages python-matplotlib recommends:
ii python-glade2 2.16.0-1 GTK+ bindings: Glade support
ii python-gtk2 2.16.0-1 Python bindings for the
GTK+ widge
ii python-qt3 3.18.1-2 Qt3 bindings for Python
ii python-qt4 4.6-1 Python bindings for Qt4
ii python-tk 2.5.2-1.1 Tkinter - Writing Tk
applications
ii python-wxgtk2.8 2.8.10.1-2 wxWidgets Cross-platform
C++ GUI t
Versions of packages python-matplotlib suggests:
ii dvipng 1.12-2 convert DVI files to PNG
graphics
ii ipython 0.10-1 enhanced interactive Python
shell
ii librsvg2-common 2.26.0-1 SAX-based renderer library
for SVG
ii python-configobj 4.5.2-2 a simple but powerful
config file
pn python-excelerator <none> (no description available)
pn python-matplotlib-doc <none> (no description available)
ii python-scipy 0.7.0-2 scientific tools for Python
ii python-traits 3.2.0-1 Manifest typing and
reactive progr
ii texlive-extra-utils 2007.dfsg.2-8 TeX Live: TeX auxiliary
programs
ii texlive-latex-extra 2007.dfsg.17-2 TeX Live: LaTeX
supplementary pack
-- no debconf information
--- End Message ---
--- Begin Message ---
Hello,
On Fri, Jan 15, 2010 at 19:09, [email protected]
<[email protected]> wrote:
> Package: python-matplotlib
> Version: 0.99.1.2-2
> Severity: important
>
> *** Please type your report below this line ***
> When I try to use the Subplot module from matplotlib.axes, I get the
> following
> error:
>
> $ python
> Python 2.5.4 (r254:67916, Nov 19 2009, 19:46:21)
> [GCC 4.3.4] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import matplotlib
>>>> matplotlib.use('GTK')
>>>> from matplotlib.axes import Subplot
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> File "/usr/lib/pymodules/python2.5/matplotlib/axes.py", line 17, in
> <module>
> import matplotlib.dates as mdates
> File "/usr/lib/pymodules/python2.5/matplotlib/dates.py", line 87, in
> <module>
> import pytz
> ImportError: No module named pytz
>>>>
>
> the pytz module is provided only by the zope3 package which is currently
> in conflict with many important packages (e.g. with python-twisted):
???
$ python -c "import pytz as p ; print p.__file__"
/usr/lib/python2.5/site-packages/pytz/__init__.pyc
$ dpkg -S pytz/__init__.py
python-tz: /usr/share/pyshared/pytz/__init__.py
> zope3 depends on python-zopeinterface (= 3.3.1-7)
> zope3 suggests zope3-dbg
> python-zope.interface conflicts with zope3
> zope3 depends on python-twisted-web2 (>= 0.2.0+svn20070403)
probably it's something else, maybe another submodule or such. What's
needed by matplotlib is python-tz
> ii python-tz 2009p-1 Python version of the Olson
that's installed on your machine, so it should be something broken on
your machine; for sure it's not a bug in matplotlib, hence closing.
Regards,
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team