[SciPy-user] SciPy 0.2 release: float deprecation warning

Gary Pajer pajer at iname.com
Mon Sep 22 08:53:35 EDT 2003


I'm sure you're on to this issue, but I can't find much mention of it:

E.g.:, with python2.3 *only*

>>from scipy import plt
>>plt.plot((1., 2., 3.))

/usr/local/lib/python2.3/site-packages/wxPython/gdi.py:283:
DeprecationWarning: integer argument expected, got float
  self.this = gdic.new_wxColour(*_args,**_kwargs)
/usr/local/lib/python2.3/site-packages/wxPython/gdi.py:570:
DeprecationWarning: integer argument expected, got float
  val = gdic.wxDC_DrawRotatedText(self, *_args, **_kwargs)
/usr/local/lib/python2.3/site-packages/wxPython/gdi.py:702:
DeprecationWarning: integer argument expected, got float
  val = gdic.wxDC_SetClippingRegion(self, *_args, **_kwargs)

these warnings have something to do with a change made in python in going to
v. 2.3.  I can't tell if the problem is with scipy or wxPython.  I checked
the wxPython bug tracker and mailing list archive, and it's mentioned there
with the advice to clean up one's source code.

-Gary
----- Original Message ----- 
From: "Travis Oliphant" <oliphant at ee.byu.edu>
To: <scipy-user at scipy.net>; <scipy-dev at scipy.net>
Sent: Saturday, September 20, 2003 2:23 PM
Subject: [SciPy-user] SciPy 0.2 release


> We are going to release SciPy 0.2 next week (Thursday 1:00pm Central
> Time).  Please report any remaining outstanding issues that must be
> resolved before we tag the CVS tree with the release number.  SciPy will
> still undergo improvements so SciPy 0.3 does not have to be far behind.
>
> Thanks for all of your reports so far.
>
> -Travis Oliphant




More information about the SciPy-User mailing list