I don't have root access to install the the tcl and tk package. I have
created my own custom spkg for tcl and tk and been using that.
On Tue, Apr 13, 2010 at 1:36 AM, Robert Bradshaw
wrote:
> On Apr 12, 2010, at 10:26 PM, Minh Nguyen wrote:
>
>> Hi,
>>
>> On Tue, Apr 13, 2010 at 3:02 PM, Mag Gam
Actually, the easiest solution for all is if we just switch over to
the GMP gcd/gcdext code and ditch our own. Then it is guaranteed to be
the same interface.
I think we can do this in less than a day's work. I don't think we'll
loose anything dramatic by doing this. In fact I think their code
mig
On Apr 12, 2010, at 10:26 PM, Minh Nguyen wrote:
Hi,
On Tue, Apr 13, 2010 at 3:02 PM, Mag Gam wrote:
Will sage ever have a native version of tcl and tk? It would solve
many matplotlib problems.
For the short term, one could produce a tcl/tk package and integrate
that into Sage. However, one
Hi,
On Tue, Apr 13, 2010 at 3:02 PM, Mag Gam wrote:
> Will sage ever have a native version of tcl and tk? It would solve
> many matplotlib problems.
For the short term, one could produce a tcl/tk package and integrate
that into Sage. However, one also need to consider the long term. For
example,
Will sage ever have a native version of tcl and tk? It would solve
many matplotlib problems.
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http:
On Apr 12, 8:36 pm, William Stein wrote:
> On Mon, Apr 12, 2010 at 8:26 PM, John H Palmieri
> wrote:
>
> > Yes. Another option: should "sage -t" fail on any file with tabs?
> > Then the responsibility would fall more to the patch authors than to
> > the release managers.
>
> +1 -- I greatly pr
On Mon, Apr 12, 2010 at 8:19 PM, Ondrej Certik wrote:
> On Mon, Apr 12, 2010 at 8:15 PM, Ondrej Certik wrote:
>> On Mon, Apr 12, 2010 at 7:53 PM, Craig Citro wrote:
>>> Hi Ondrej,
>>>
Let me know if you have any hints what to try.
>>>
>>> For sage, the issue was that Python was getting
> bsd users: I made > 100GB free in /scratch, so please use /scratch
> on bsd.math.
>
> -- William
Thanks, that really helps. I reduced my home dir to 62MB.
Ondrej
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to
sage-d
On Mon, Apr 12, 2010 at 8:26 PM, John H Palmieri wrote:
> On Apr 12, 7:54 pm, Dan Drake wrote:
>> Hello,
>>
>> A while back, there was a massive patch that removed all the tabs from
>> the Sage library. Unfortunately, they have been creeping back in, and
>> there are now quite a few files with ta
On Mon, Apr 12, 2010 at 8:19 PM, Ondrej Certik wrote:
> On Mon, Apr 12, 2010 at 8:15 PM, Ondrej Certik wrote:
>> On Mon, Apr 12, 2010 at 7:53 PM, Craig Citro wrote:
>>> Hi Ondrej,
>>>
Let me know if you have any hints what to try.
>>>
>>> For sage, the issue was that Python was getting
On Mon, Apr 12, 2010 at 8:19 PM, Ondrej Certik wrote:
> On Mon, Apr 12, 2010 at 8:15 PM, Ondrej Certik wrote:
>> On Mon, Apr 12, 2010 at 7:53 PM, Craig Citro wrote:
>>> Hi Ondrej,
>>>
Let me know if you have any hints what to try.
>>>
>>> For sage, the issue was that Python was getting
On Apr 12, 7:54 pm, Dan Drake wrote:
> Hello,
>
> A while back, there was a massive patch that removed all the tabs from
> the Sage library. Unfortunately, they have been creeping back in, and
> there are now quite a few files with tabs: try doing
>
> grep --perl-regexp '\t' --files-with-mat
On Mon, Apr 12, 2010 at 8:15 PM, Ondrej Certik wrote:
> On Mon, Apr 12, 2010 at 7:53 PM, Craig Citro wrote:
>> Hi Ondrej,
>>
>>> Let me know if you have any hints what to try.
>>>
>>
>> For sage, the issue was that Python was getting built with
>> MACOSX_DEPLOYMENT_TARGET set to 10.4, which is no
On Mon, Apr 12, 2010 at 7:53 PM, Craig Citro wrote:
> Hi Ondrej,
>
>> Let me know if you have any hints what to try.
>>
>
> For sage, the issue was that Python was getting built with
> MACOSX_DEPLOYMENT_TARGET set to 10.4, which is no longer valid in
> 10.6. This was leading to some issues with ve
> Coordinating another big tab removal patch would be difficult, but I
> think that we could at least change the "sage -merge" script so that it
> rejects any patch that introduces tabs. (Unless, say, some kind of
> --no-really-the-tabs-are-okay command line option is specified.) Does
> this seem l
Hello,
A while back, there was a massive patch that removed all the tabs from
the Sage library. Unfortunately, they have been creeping back in, and
there are now quite a few files with tabs: try doing
grep --perl-regexp '\t' --files-with-matches -r sage/*
from SAGE_ROOT/devel/sage/.
Coord
Hi Ondrej,
> Let me know if you have any hints what to try.
>
For sage, the issue was that Python was getting built with
MACOSX_DEPLOYMENT_TARGET set to 10.4, which is no longer valid in
10.6. This was leading to some issues with version mismatch issues
between libraries -- in particular, it was
On Mon, Sep 28, 2009 at 9:37 AM, William Stein wrote:
>
> On Mon, Sep 28, 2009 at 9:35 AM, John Hunter wrote:
>> On Mon, Sep 28, 2009 at 11:14 AM, John Hunter wrote:
>>
>>> But even simple tests are failing with::
>>>
>>> jdh2...@bsd:~> LD_LIBRARY_PATH=~/devtest/lib/
>>> PYTHONPATH=~/devtest/lib
On Apr 12, 4:49 pm, William Stein wrote:
> On Monday, April 12, 2010, Alec Mihailovs wrote:
>
> > from shutil import copy
> > copy('/home/excetera.png', '.')
>
> Using DATA explicitly and shutil is not necessary. Just upload the
> file foo.png as you say, then use it in the tag directly and it
On Tue, Apr 13, 2010 at 2:53 AM, Nicolas M. Thiery
wrote:
>> ### Example 1 ###
>> sage: (P,Q,R)=
>> MtxAlgebrasWithBasis(QQ).example(('P','Q','R')).algebra_generators()
>
> Do you need a specific category for your application? In particular,
> will you have several parents between which to share
On Apr 11, 10:32 pm, William Stein wrote:
> On Sun, Apr 11, 2010 at 9:41 PM, Dan Drake wrote:
> > Hello,
>
> > I'm reviewing #8043 and I've discovered that Nick Alexander's sage mode
> > spkg has a dash where it should have an underscore -- instead of
> > sage-mode-0.6.spkg, it should be sage_m
On 12 Apr., 17:47, Tom Coates wrote:
> Dear Sage gurus,
>
> When attempting to build Sage 4.3.5 from source under Red Hat Enterprise
> Linux Client release 5.4 (Tikanga), compilation fails with the error
> message:
>
> OSError: [Errno 17] File exists:
> '/usr/local_machine/sage-4.3.5/local//lib/
On Monday, April 12, 2010, Alec Mihailovs wrote:
> On Apr 12, 8:43 am, Tim Joseph Dumol wrote:
>>
>> import shutil
>> shutil.copy(DATA + 'myfilename.ext', '.')
>
> That could be done similarly without using DATA - as
>
> from shutil import copy
> copy('/home/excetera.png', '.')
>
> Alec
Using D
On Mon, Apr 12, 2010 at 4:21 AM, Uri wrote:
> (I could also turn off the preparser, but I think it's better to do it
> that way... am I wrong?). Now, I would like that when someone installs
> this package, this redefinition is automatically done and that it
> somehow involves just the functions in
On Mon, Apr 12, 2010 at 10:12:47PM +0930, ross kyprianou wrote:
> # This made things very interesting.
> # Using WordOptions(identifier='') does most of the work needed
>
> ### Example 1 ###
> sage: (P,Q,R)=
> MtxAlgebrasWithBasis(QQ).example(('P','Q','R')).algebra_generators()
Do you need a spe
On Apr 12, 8:43 am, Tim Joseph Dumol wrote:
>
> import shutil
> shutil.copy(DATA + 'myfilename.ext', '.')
That could be done similarly without using DATA - as
from shutil import copy
copy('/home/excetera.png', '.')
Alec
--
To post to this group, send an email to sage-devel@googlegroups.com
To
Hey Joal,
I don't know of a more direct way, but this works:
Just upload the file to the worksheet (under the Data menu, beside the
Action menu), and then copy the file from the DATA directory to the cell
directory. To do so, put this in a cell:
import shutil
shutil.copy(DATA + 'myfilename.ext',
# This made things very interesting.
# Using WordOptions(identifier='') does most of the work needed
### Example 1 ###
sage: (P,Q,R)=
MtxAlgebrasWithBasis(QQ).example(('P','Q','R')).algebra_generators()
sage: P*(Q+R)
B[word: PQ] + B[word: PR]
### Example 2 ###
sage: WordOptions(identifier='')
s
Hi,
I'm trying to create a package that integrates a Python programme in
Sage.
The problem is that it doesn't work with Sage preparser, so I must
redefine RealNumber and Integer as follows:
RealNumber=float
Integer=int
(I could also turn off the preparser, but I think it's better to do it
that wa
Hi again fellow sages,
I have been attempting to put an image from my hard disk into the sage
notebook.
I was working on some angle problems, and made a diagram of the
problem (Using geogebra). Then I wanted to put the image into a sage
notebook, so that I could refer back to it.
Is there an easy
On Apr 12, 9:17 am, Minh Nguyen wrote:
> I'm addressing this email to anyone who would like to get started on
> contributing to the Sage community, but don't know where to start.
Nice, however, we should sync this a bit better with the development
page of the website. That's probably one of the p
Hi,
> Im guessing the code to make the "B[word: ]" string
> may have been in a python file that corresponded to one of the
> Categories above but couldnt find it
The 'word: ' part comes from sage/combinat/words :
sage: Word(range(10))
word: 0123456789
sage: Word(lambda n:n)
word:
0,1,2,3,4,5
Hi,
> Im guessing the code to make the "B[word: ]" string
> may have been in a python file that corresponded to one of the
> Categories above but couldnt find it
The 'word: ' part comes from sage/combinat/words :
sage: Word(range(10))
word: 0123456789
sage: Word(lambda n:n)
word:
0,1,2,3,4,5
Hi folks,
I'm addressing this email to anyone who would like to get started on
contributing to the Sage community, but don't know where to start.
Have you ever wondered how the Sage development process work? Have you
ever felt the urge to get your hands cracking on a small task just to
familiariz
34 matches
Mail list logo