I got the same thing; and when I added a single quote in the obvious
place, I got a new error:
Traceback (most recent call last):
File "/home/david/sage-4.1/local/bin/sage-apply-ticket", line 20, in
<module>
import sage.misc.hg as hg
File "/home/david/sage-4.1/devel/sage-unflaking/sage/misc/hg.py",
line 43, in <module>
from misc import tmp_filename, branch_current_hg, embedded
File "/home/david/sage-4.1/devel/sage-unflaking/sage/misc/misc.py",
line 28, in <module>
import sage.misc.prandom as random
File "/home/david/sage-4.1/devel/sage-unflaking/sage/misc/
prandom.py", line 56, in <module>
from sage.misc.randstate import current_randstate
ImportError: No module named randstate
On Jul 3, 9:52 am, John Cremona <[email protected]> wrote:
> On a fresh clone of a freshly-built 4.1.alpha3:
>
> j...@host-57-44%sage -merge
> File "/home/jec/sage-4.1.alpha3/local/bin/sage-apply-ticket", line 464
> os.chdir(SAGE_ROOT+'/tmp)
> ^
> SyntaxError: EOL while scanning string literal
>
> Should there be a second quote before the ) ?
>
> John
--~--~---------~--~----~------------~-------~--~----~
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-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---