On Sat, Mar 20, 2010 at 7:18 AM, bb wrote:
> The text lines I sent were the last lines of config.log.
And what's the output of
gcc -v
and
g++ -v
?
Cheers,
--
Carlo Hamalainen
http://carlo-hamalainen.net
--
To post to this group, send email to sage-support@googlegroup
and proceeded happily
with that and then got stuck on gcc.
Also even on "big" Linux distributions like Ubuntu you need to install
extra packages to compile Sage (like build-essential, m4, etc).
Cheers,
--
Carlo Hamalainen
http://carlo-hamalainen.net
--
To post to this group, send em
d limit
It's a Python error message:
http://svn.python.org/projects/python/trunk/Modules/_csv.c
So you're working with huge CSV files?
--
Carlo Hamalainen
http://carlo-hamalainen.net
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, se
then add the source URL to your
references. If you do that quickly (within the first 24 hours I
think) then arxiv.org only announces one version of your paper so it
doesn't look like you made a mistake. Hope that's clear :)
--
Carlo Hamalainen
http://carlo-hamalainen.net
--
To po
de the
py files there. I did that in this paper:
http://arxiv.org/abs/0712.0233
and you can get to the source when you select "Other formats" and then "Source".
Alternatively, you could use a code hosting site like bitbucket.org or github.
--
Carlo Hamalainen
http://carlo-h
On Mon, Oct 19, 2009 at 7:53 PM, William Stein wrote:
> Maybe we should change the name to "Save worksheet to a file..."?
+1
"Save worksheet to a file" is much more obvious in meaning.
--
Carlo Hamalainen
http://carlo-hamalainen.net
--~--~-~--~~-
breakpoint.
Here's some info in the reference manual:
http://www.sagemath.org/doc/reference/sage/misc/trace.html
Also a recent thread discussed debuggers in general:
http://groups.google.com/group/sage-devel/browse_thread/thread/d7fbcf164eaedbc5?pli=1
--
Carlo Hamalainen
ht
267)
==26568==by 0x80CE962: PyEval_EvalFrameEx (ceval.c:3596)
--
Carlo Hamalainen
http://carlo-hamalainen.net
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support-unsubscr...@goo
ise GetOut
except GetOut:
pass
print x, y
$ sage foo.sage
2 1
--
Carlo Hamalainen
http://carlo-hamalainen.net
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-supp
--
All tests passed!
Total time for all tests: 1.7 seconds
This is a little inconsistent because Python is happy with that line
break without a backslash...
--
Carlo Hamalainen
http://carlo-hamalainen.net
--~--~-~--~~~---~--~~
To post to this group, send email to sage-su
ind on an earlier version of Sage.
--
Carlo Hamalainen
http://carlo-hamalainen.net
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit th
per run.
>
> What tools do you recommend to tracking that memory leak down?
Valgrind is the thing to try: http://wiki.sagemath.org/ValgrindingSage
--
Carlo Hamalainen
http://carlo-hamalainen.net
--~--~-~--~~~---~--~~
To post to this group, send email to sage-su
) and then use << or >> to indent the whole block in/out.
This must be a common task for Python programmers, so how do other
editors handle it?
--
Carlo Hamalainen
http://carlo-hamalainen.net
--~--~-~--~~~---~--~~
To post to this group, send email to sage-s
e_group, H), gap.OnRight))
print gap.Order(G)
##
I have plans to write a Cython wrapper for LOWX some time, see
http://designtheory.org/~peter/software/lowx/
--
Carlo Hamalainen
http://carlo-hamalainen.net
--~--~-~--~~~---~--~~
and fails in the other case.
I posted a similar bug a few days ago:
http://groups.google.com/group/sage-devel/browse_thread/thread/09bafdf4e75d5bee
This should have a trac ticket?
Cheers,
--
Carlo Hamalainen
http://carlo-hamalainen.net
--~--~-~--~~~---~--~~
you may need to get a download manager
so that you can resume your download of the Sage binary (it's over
600Mb).
--
Carlo Hamalainen
http://carlo-hamalainen.net
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubsc
ction just stores the results in memory
For those interested in the background of this idea, the CS term is memoization:
http://en.wikipedia.org/wiki/Memoization
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52201
--
Carlo Hamalainen
http:/
u didn't get the full file. If your connection is a
bit flaky then wget is better than Firefox/IE/etc:
$ wget -c
http://sagemath.org/SAGEbin/linux/32bit/sage-2.10.2-linux-32bit-ubuntu-i686-Linux.tar.gz
The -c means continue so you can stop and restart the download.
Cheers,
--
Car
incorrectly? At first I wondered if vertices
have to be in the range 0..n (mine are on 1..n) but adding an isolated
vertex '0' doesn't change the behaviour of my code.
Any ideas?
--
Carlo Hamalainen
http://carlo-hamalainen.net
# This file is at http://carlo-hamalainen.net/sagetmp/gr
Hi,
Could someone with a Windows machine make an entry in the
documentation or on the FAQ about how to share files between the
Ubuntu virtual machine and the host Windows operating system? Maybe
with screenshots? (see email below)
-- Carlo
-- Forwarded message --
From: Carlo
= []
sage: foo(mylist)
sage: foo(mylist)
sage: mylist
[0, 0]
Here's a bit of an explanation about Python's calling model:
http://effbot.org/zone/call-by-object.htm
So it's not exactly call by reference or call by value, but a bit of both.
--
Carlo Hamalainen
http://carlo-hamalaine
ets a few
elements since it wasn't entirely obvious to me about which
constructors to call (I'm new to Sage and Pyrex at the same time).
Perhaps the example could be moved to the cookbook at some point?
Cheers,
--
Carlo Hamalainen
http://carlo-hamalainen.net
--~--~-~--~~
On Dec 5, 2007 6:47 AM, William Stein <[EMAIL PROTECTED]> wrote:
> In appreciation of this, any chance you could add a FAQ entry based on what
> you just learned? thanks!
>
>http://wiki.sagemath.org/faq
Done :-)
--
Carlo Hamalainen
http://ca
you need to link in a bunch of libraries.
Excellent, that works now.
Thanks,
--
Carlo Hamalainen
http://carlo-hamalainen.net
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMA
le-targets=all --enable-checking=release --build=i486-linux-gnu
--host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.2.3 20071014 (prerelease) (Debian 4.2.2-3)
Any ideas?
--
Carlo Hamalainen
http://carlo-hamalainen.net
--~--~-~--~~~---~--~--
25 matches
Mail list logo