C:\Python23\lib\site-packages\wxPython\gdi.py:611:
DeprecationWarning: integer a
rgument expected, got float
val = apply(gdic.wxDC_DrawLine,(self,) + _args,
_kwargs)
Whats wrong???
Nothing. The Python PyArg_ParseTuple* APIs in 2.4 will be changed to no longer do an implicit conversion to integer when passed a floating point value for an "i" parameter. In 2.3 you are getting warnings about it.
If anybody feels up to doing a patch for wxPython/lib/printout.py (Lorne?) I'd appreciate it.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!