From: Rafael L. <rla...@us...> - 2001-02-06 15:31:38
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv18423 Modified Files: pkg_python.in Log Message: Implemented Maurice's proposal to make the Python examples work out of the box, both from the development directory (tmp) and from the final installation destination, without need to set PYTHONPATH to the place where plmodule.so is. The trick is done by setting the sys.path variable in each Python script such that it gets its final value when the package is installed, using a simple sed filter. |