Bug#503385: [Python-modules-team] Bug#503385: /usr/lib/python2.5/site-packages/pytz/__init__.py:29: UserWarning:

2008-11-02 Thread Sandro Tosi
Hi Chris,

On Fri, Oct 31, 2008 at 13:44, Chris Walker
[EMAIL PROTECTED] wrote:
 Sandro Tosi [EMAIL PROTECTED] writes:

 Hello Christopher,

 On Sat, Oct 25, 2008 at 14:19, Christopher J. Walker
 [EMAIL PROTECTED] wrote:
 ...
  Version: 0.98.3-4
 ...
  [EMAIL PROTECTED]:~$ ipython -pylab
  /usr/lib/python2.5/site-packages/pytz/__init__.py:29: UserWarning:
  Module dateutil was already imported from
  /var/lib/python-support/python2.5/dateutil/__init__.py, but
  /var/lib/python-support/python2.5 is being added to sys.path
   from pkg_resources import resource_stream
 ...
  -- System Information:
  Debian Release: lenny/sid
   APT prefers testing
   APT policy: (500, 'testing')

 You reported a bug against the sid version, while reportbug identifies
 testing as your distribution, and none of the files in the traceback
 is related to matplotlib: is it possible that the mis-behavior is due
 to this mix?

 Not sure. I installed the unstable version of matplotlib because the
 testing-proposed updates version hadn't reached testing (and still
 hasn't AFAICT).

yeah, it's a shame, but we are suffering of some tech issue we (mainly
Kumar) are trying to solve, and will be for Lenny release.

 Is this bug replicatable with the version in lenny
 (testing-proposed-update), 0.98.1-1+lenny3?

 Yes it is. I've now downgraded to 0.98.1-1+lenny3

That's confirm my supposition that something weird is happening on
your system: on a clean lenny chroot, ipyhton --pylab works fine
(tested 5 mins ago).

 Since yesterday I created
 a lenny chroot, installed python-matplotlib, and run ipython --pylab
 without any of the warning you're receiving, I can speculate it's
 something weird on your machine, and not in the package.

 That's possible.

 The warning occurs with ipython -pylab and not ipython on its own -
 which is why I reported it against matplotlib - but you are right the
 warning is not coming directly from matplotlib.

 I have python-tz Version: 2008c-2 and python-dateutil Version: 1.4-1
 installed (both are depended upon by matplotlib) - I wonder if it is a
 bug in one of them.

I'm more convinced the problem is in your machine, and not in the mpl
package, but I'd like to hear even from pytz and dateutil maints what
they think about.

Cheers,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#503385: [Python-modules-team] Bug#503385: /usr/lib/python2.5/site-packages/pytz/__init__.py:29: UserWarning:

2008-11-02 Thread Chris Walker
Sandro Tosi [EMAIL PROTECTED] writes:

 Hi Chris,
 
 On Fri, Oct 31, 2008 at 13:44, Chris Walker
 [EMAIL PROTECTED] wrote:
  Sandro Tosi [EMAIL PROTECTED] writes:
 
  Hello Christopher,
 
  On Sat, Oct 25, 2008 at 14:19, Christopher J. Walker
  [EMAIL PROTECTED] wrote:
  ...
   Version: 0.98.3-4
  ...
   [EMAIL PROTECTED]:~$ ipython -pylab
   /usr/lib/python2.5/site-packages/pytz/__init__.py:29: UserWarning:
   Module dateutil was already imported from
   /var/lib/python-support/python2.5/dateutil/__init__.py, but
   /var/lib/python-support/python2.5 is being added to sys.path
from pkg_resources import resource_stream
  ...
   -- System Information:
   Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
 
  You reported a bug against the sid version, while reportbug identifies
  testing as your distribution, and none of the files in the traceback
  is related to matplotlib: is it possible that the mis-behavior is due
  to this mix?
 
  Not sure. I installed the unstable version of matplotlib because the
  testing-proposed updates version hadn't reached testing (and still
  hasn't AFAICT).
 
 yeah, it's a shame, but we are suffering of some tech issue we (mainly
 Kumar) are trying to solve, and will be for Lenny release.

:-(. It's a pity that the release team didn't let 0.98.3 in really -
then this would all have been much clearer much earlier. Such is life
I guess ( and I can understand where they were coming from).

 
  Is this bug replicatable with the version in lenny
  (testing-proposed-update), 0.98.1-1+lenny3?
 
  Yes it is. I've now downgraded to 0.98.1-1+lenny3
 
 That's confirm my supposition that something weird is happening on
 your system: on a clean lenny chroot, ipyhton --pylab works fine
 (tested 5 mins ago).


 
  Since yesterday I created
  a lenny chroot, installed python-matplotlib, and run ipython --pylab
  without any of the warning you're receiving, I can speculate it's
  something weird on your machine, and not in the package.
 
  That's possible.
 
  The warning occurs with ipython -pylab and not ipython on its own -
  which is why I reported it against matplotlib - but you are right the
  warning is not coming directly from matplotlib.
 
  I have python-tz Version: 2008c-2 and python-dateutil Version: 1.4-1
  installed (both are depended upon by matplotlib) - I wonder if it is a
  bug in one of them.
 
 I'm more convinced the problem is in your machine, and not in the mpl
 package, but I'd like to hear even from pytz and dateutil maints what
 they think about.
 

It isn't just me - google reveals:

http://www.mail-archive.com/[EMAIL PROTECTED]/msg1074350.html

It is possible that it is leftover from upgrading etch to lenny, then
tracking lenny.

Having said this, it isn't a priority as it is just a warning, and
doesn't seem to affect lenny.

Chris




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#503385: [Python-modules-team] Bug#503385: /usr/lib/python2.5/site-packages/pytz/__init__.py:29: UserWarning:

2008-11-02 Thread Kumar Appaiah
On Sun, Nov 02, 2008 at 02:28:43PM +, Chris Walker wrote:
 Having said this, it isn't a priority as it is just a warning, and
 doesn't seem to affect lenny.

Dear Chris,

I observed that this isn't reproducible on Lenny. However, note these
points:

Run:
from dateutil import *
from pytz import *

on both the Lenny and sid systems. I get the warning you get on the
sid system alone.

So, I guess this problem are not belong to us. Please correct me if
I am wrong.

Thanks.

Kumar
-- 
Kumar Appaiah


signature.asc
Description: Digital signature


Bug#503385: [Python-modules-team] Bug#503385: /usr/lib/python2.5/site-packages/pytz/__init__.py:29: UserWarning:

2008-11-02 Thread Chris Walker
Kumar Appaiah [EMAIL PROTECTED] writes:

 On Sun, Nov 02, 2008 at 02:28:43PM +, Chris Walker wrote:
  Having said this, it isn't a priority as it is just a warning, and
  doesn't seem to affect lenny.
 
 Dear Chris,
 
 I observed that this isn't reproducible on Lenny. However, note these
 points:
 

Indeed. 

 Run:
 from dateutil import *
 from pytz import *
 
 on both the Lenny and sid systems. I get the warning you get on the
 sid system alone.
 
 So, I guess this problem are not belong to us. Please correct me if
 I am wrong.

I agree. 

As the version of dateutil in unstable and testing is the same, I'd
suggest reassigning the bug to python-tz.

Chris





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#503385: [Python-modules-team] Bug#503385: /usr/lib/python2.5/site-packages/pytz/__init__.py:29: UserWarning:

2008-11-02 Thread Sandro Tosi
reasign 503385 python-tz
thanks

Hi Chris,

On Sun, Nov 2, 2008 at 21:20, Chris Walker
[EMAIL PROTECTED] wrote:
 Kumar Appaiah [EMAIL PROTECTED] writes:
 On Sun, Nov 02, 2008 at 02:28:43PM +, Chris Walker wrote:
 Run:
 from dateutil import *
 from pytz import *

 on both the Lenny and sid systems. I get the warning you get on the
 sid system alone.

Bah strange: I can't replicate this behavior on sid nor on lenny
(python and ipython).

 So, I guess this problem are not belong to us. Please correct me if
 I am wrong.

 I agree.

 As the version of dateutil in unstable and testing is the same, I'd
 suggest reassigning the bug to python-tz.

Done :)

Cheers,
-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#503385: [Python-modules-team] Bug#503385: /usr/lib/python2.5/site-packages/pytz/__init__.py:29: UserWarning:

2008-10-30 Thread Sandro Tosi
Hello Christopher,

On Sat, Oct 25, 2008 at 14:19, Christopher J. Walker
[EMAIL PROTECTED] wrote:
...
 Version: 0.98.3-4
...
 [EMAIL PROTECTED]:~$ ipython -pylab
 /usr/lib/python2.5/site-packages/pytz/__init__.py:29: UserWarning:
 Module dateutil was already imported from
 /var/lib/python-support/python2.5/dateutil/__init__.py, but
 /var/lib/python-support/python2.5 is being added to sys.path
  from pkg_resources import resource_stream
...
 -- System Information:
 Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')

You reported a bug against the sid version, while reportbug identifies
testing as your distribution, and none of the files in the traceback
is related to matplotlib: is it possible that the mis-behavior is due
to this mix?

Is this bug replicatable with the version in lenny
(testing-proposed-update), 0.98.1-1+lenny3? Since yesterday I created
a lenny chroot, installed python-matplotlib, and run ipython --pylab
without any of the warning you're receiving, I can speculate it's
something weird on your machine, and not in the package.

Please let me know any outcomes.

Kindly,
-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#503385: /usr/lib/python2.5/site-packages/pytz/__init__.py:29: UserWarning:

2008-10-25 Thread Christopher J. Walker
Package: python-matplotlib
Version: 0.98.3-4
Severity: minor

I get the following warning when running ipython -pylab. It doesn't 
occur when running ipython on its own. 



[EMAIL PROTECTED]:~$ ipython -pylab
/usr/lib/python2.5/site-packages/pytz/__init__.py:29: UserWarning: 
Module dateutil was already imported from 
/var/lib/python-support/python2.5/dateutil/__init__.py, but 
/var/lib/python-support/python2.5 is being added to sys.path
  from pkg_resources import resource_stream
Python 2.5.2 (r252:60911, Sep 29 2008, 21:15:13) 
Type copyright, credits or license for more information.

IPython 0.8.4 -- An enhanced Interactive Python.
? - Introduction and overview of IPython's features.
%quickref - Quick reference.
help  - Python's own help system.
object?   - Details about 'object'. ?object also works, ?? prints more.

  Welcome to pylab, a matplotlib-based Python environment.
  For more information, type 'help(pylab)'.

In [1]: 


Chris



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.27.2 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-matplotlib depends on:
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-14GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6.1 The Cairo 2D vector graphics libra
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.2-1 GCC support library
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libpango1.0-0  1.20.5-2  Layout and rendering of internatio
ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  libstdc++6 4.3.2-1   The GNU Standard C++ Library v3
ii  python 2.5.2-2   An interactive high-level object-o
ii  python-cairo   1.4.12-1.1Python bindings for the Cairo vect
ii  python-central 0.6.8 register and build utility for Pyt
ii  python-dateutil1.4-1 powerful extensions to the standar
ii  python-excelerator 0.6.3a-3.1module for reading/writing Excel s
ii  python-glade2  2.12.1-6  GTK+ bindings: Glade support
ii  python-gobject 2.14.2-1  Python bindings for the GObject li
ii  python-gtk22.12.1-6  Python bindings for the GTK+ widge
ii  python-matplotlib-data 0.98.3-4  Python based plotting system (data
ii  python-numpy   1:1.1.0-3 Numerical Python adds a fast array
ii  python-pyparsing   1.5.0-1   Python parsing module
ii  python-qt3 3.17.4-1  Qt3 bindings for Python
ii  python-qt4 4.4.2-4   Python bindings for Qt4
ii  python-tk  2.5.2-1   Tkinter - Writing Tk applications 
ii  python-tz  2008c-2   Python version of the Olson timezo
ii  python-wxgtk2.62.6.3.2.2-3   wxWidgets Cross-platform C++ GUI t
ii  tcl8.4 8.4.19-2  Tcl (the Tool Command Language) v8
ii  tk8.4  8.4.19-2  Tk toolkit for Tcl and X11, v8.4 -
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages python-matplotlib recommends:
ii  dvipng1.11-1 convert DVI files to PNG graphics

Versions of packages python-matplotlib suggests:
ii  ipython0.8.4-1   enhanced interactive Python shell
ii  python-configobj   4.5.2-1   a simple but powerful config file 
ii  python-enthought-trait 2.0.5-1   Manifest typing and reactive progr
ii  python-matplotlib-doc  0.98.1-1+lenny1.1 Python based plotting system (docu
ii  python-scipy   0.6.0-12  scientific tools for Python
ii  texlive-extra-utils2007.dfsg.2-3 TeX Live: TeX auxiliary programs
ii  texlive-latex-extra2007.dfsg.7-1 TeX Live: LaTeX supplementary pack

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]