Running the latest PyX (0.10) on the latest stable Python (2.6.2), and
using canvas.text, results in the following warning:
/usr/lib/python2.6/site-packages/pyx/text.py:888: DeprecationWarning:
os.popen4 is deprecated. Use the subprocess module.
Presumably that line should be rewritten to use subprocess, as detailed on
http://docs.python.org/library/subprocess.html
Nobody/Anonymous ( nobody ) - 2009-07-04 14:57
5
Open
None
Nobody/Anonymous
None
None
Public
|
Date: 2009-09-29 00:41 While fixing the pyx library is the obvious long-term solution, those who |