~/bash$sage
----------------------------------------------------------------------
| Sage Version 3.2.1, Release Date: 2008-12-01 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: gnuplot_console()
dyld: Symbol not found: __cg_png_create_info_struct
Referenced from: /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/ImageIO
Expected in: /Users/ww/Applications/Scientific/sage/local/lib//
libpng12.0.dylib
Only one function in gnuplot.py -- interact -- was fixed. However, the
gnuplot_console() function needs it too. It should read:
def gnuplot_console():
os.system('sage-native-execute gnuplot')
With that fix, gnuplot_console() now works for me.
Wayne
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---