On Sat, May 16, 2009 at 4:53 PM, John H Palmieri <jhpalmier...@gmail.com> wrote:
>
> On May 16, 7:55 am, mabshoff <mabsh...@googlemail.com> wrote:
>> Hello folks,
>>
>> I did not believe it would happen before the official start of SD 15
>> anymore, but I beat that deadline by at least an hour :). Anyway,
>> things have gotten to the point where we hit all the 4.0.a0 goals,
>> namely:
>
> [snip]
>
>> As usual please build, doctest and report any issues.
>
> Cloning doesn't seem to work because of a non-ASCII character in
> mpolynomialsystem.py.  Patch up at
>
> <http://trac.sagemath.org/sage_trac/ticket/6048>

A similar problem appears when using the binary
sage-4.0.alpha0-sage.math-only-x86_64-Linux for sage.math. For
example, after unpacking the tarball and run sage, I received this:

[mv...@sage sage-4.0.alpha0-sage.math-only-x86_64-Linux]$ ./sage
----------------------------------------------------------------------
| Sage Version 4.0.alpha0, Release Date: 2009-05-15                  |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
The SAGE install tree may have moved.
Regenerating Python.pyo and .pyc files that hardcode the install PATH (please wa
it at
most a few minutes)...
Do not interrupt this.
---------------------------------------------------------------------------
SyntaxError                               Traceback (most recent call last)

/scratch/mvngu/sage-4.0.alpha0-sage.math-only-x86_64-Linux/local/lib/python2.5/s
ite-packages/IPython/ipmaker.py in force_import(modname)
     64         reload(sys.modules[modname])
     65     else:
---> 66         __import__(modname)
     67
     68

/scratch/mvngu/sage-4.0.alpha0-sage.math-only-x86_64-Linux/local/bin/ipy_profile
_sage.py in <module>()
      5     preparser(True)
      6
----> 7     import sage.all_cmdline
      8     sage.all_cmdline._init_cmdline(globals())
      9

/scratch/mvngu/sage-4.0.alpha0-sage.math-only-x86_64-Linux/local/lib/python2.5/s
ite-packages/sage/all_cmdline.py in <module>()
     12 try:
     13
---> 14     from sage.all import *
     15     from sage.calculus.predefined import x
     16     preparser(on=True)

/scratch/mvngu/sage-4.0.alpha0-sage.math-only-x86_64-Linux/local/lib/python2.5/s
ite-packages/sage/all.py in <module>()
     97
     98 from sage.crypto.all     import *
---> 99 import sage.crypto.mq as mq
    100
    101 from sage.plot.all       import *

/scratch/mvngu/sage-4.0.alpha0-sage.math-only-x86_64-Linux/local/lib/python2.5/s
ite-packages/sage/crypto/mq/__init__.py in <module>()
----> 1
      2
      3 from mpolynomialsystem import MPolynomialSystem, MPolynomialRoundSystem,
 is_MPolynomialSystem, is_MPolynomialRoundSystem
      4 from sr import SR
      5 from sbox import SBox

SyntaxError: Non-ASCII character '\xe2' in file /scratch/mvngu/sage-4.0.alpha0-s
age.math-only-x86_64-Linux/local/lib/python2.5/site-packages/sage/crypto/mq/mpol
ynomialsystem.py on line 146, but no encoding declared; see http://www.python.or
g/peps/pep-0263.html for details (mpolynomialsystem.py, line 145)
Error importing ipy_profile_sage - perhaps you should run %upgrade?
WARNING: Loading of ipy_profile_sage failed.


>  John

-- 
Regards
Minh Van Nguyen

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to