It seems that either something went wrong with the installation of readline spkg or that sage is not finding the contents of the readline spkg but your systems readline.
To check if the installation of the spkg went ok see if the following command outputs something similar at your sage install md:sage-4.7.2.alpha2 maarten$ tail spkg/logs/readline-6.1.log Fixing permissions... real 0m26.437s user 0m15.504s sys 0m7.722s Successfully installed readline-6.1 Now cleaning up tmp files. Making Sage/Python scripts relocatable... Making script relocatable Finished installing readline-6.1.spkg If that is ok you could try installing sage from a terminal where your PATH environment variable set to something as "small" as possible. So that you just have acces to the command line arguments needed for installing sage. -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
