Following recent testing by Alan we've discovered that the
plplotcanvas_*.py python demos don't work out of the box. In fact they
haven't been working since before 5.8.0 at least (I've tested an old
install). I've fixed a few bugs, but have now run into problems that I'm
not sure how to tackle. I can get so far by replacing
${PYTHON_NUMERIC_NAME} with numpy in plplotcanvas_demo.py, and also by
explicitly using import plplot and import numpy rather than by using
import plplot_py_demos. The latter uses the from plplot import * form
for importing the module, which doesn't work with this example. Now I
run into a problem with __getattr__ being called recursively in 
plplotcanvas.py. I don't understand enough about python or about these
modules to be able to fix this easily. Thomas Duck originally wrote this
code. Thomas, if you (or anyone else) could take a look at this it would
be great. 

Cheers

Andrew


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Plplot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to