Hi, I'm new to sage and after an unsuccessfull attempt at using the precompiled binary, I tried building it from source today. The build process finished just fine, but when I run sage I get this (I'm running Kubuntu 10.04.3 LTS.):
-----*snip*------------------- ---------------------------------------------------------------------- | Sage Version 4.7, Release Date: 2011-05-23 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- --------------------------------------------------------------------------- ImportError Traceback (most recent call last) /home/floheigl/sage-4.7/local/bin/<string> in <module>() ImportError: No module named sage.misc.preparser_ipython WARNING: Failure executing code: 'import sage.misc.preparser_ipython; sage.misc.preparser_ipython.magma_colon_equals=True' --------------------------------------------------------------------------- ImportError Traceback (most recent call last) /home/floheigl/sage-4.7/local/lib/python2.6/site-packages/IPython/ ipmaker.pyc in force_import(modname) 64 reload(sys.modules[modname]) 65 else: ---> 66 __import__(modname) 67 68 /home/floheigl/sage-4.7/local/bin/ipy_profile_sage.py in <module>() 1 import os 2 if 'SAGE_CLEAN' not in os.environ: ----> 3 import sage.misc.misc 4 from sage.misc.interpreter import preparser, _ip 5 preparser(True) ImportError: No module named sage.misc.misc Error importing ipy_profile_sage - perhaps you should run %upgrade? WARNING: Loading of ipy_profile_sage failed. <ERROR: name 'sage_prompt' is not defined> -----*snip*------------------- Via google i only found this: http://chakra-project.org/bbs/viewtopic.php?id=4077 which didn't help a lot. any help much appreciated, Florian -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org