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]