[sage-support] SageMath 8.5 Crash Report

2018-12-29 Thread Adam O Hausknecht
This generated the arched crash log when attempting to launch via the Terminal Regards, Adam Hausknecht Prof. Adam O. Hausknecht Department of Mathematics UMass Dartmouth 285 Old Westport Road, North Dartmouth 02747 ahauskne...@umassd.edu 508-999-8322 LARTS 394B -- You received this me

[sage-support] Re: Is this a bug in the FreeAlgebra Class?

2017-03-31 Thread Adam Mullins
Can you explain how i run the updated version? I'm still a bit of a novice, and right now i'm currently running SageMath cloud. Again, I thank you for your help! On Thursday, March 30, 2017 at 5:38:58 PM UTC-4, Simon King wrote: > > Hi Adam, > > On 2017-03-30

[sage-support] Re: Is this a bug in the FreeAlgebra Class?

2017-03-30 Thread Adam Mullins
Hi Simon, Shouldn't 0 in R return true as well? Thank you On Wednesday, March 29, 2017 at 8:14:28 AM UTC-4, Simon King wrote: > > Hi! > > On 2017-03-28, Adam Mullins > wrote: > > Hi, I create a free algebra like such: > > > > R. = FreeAlgebra(Integer

[sage-support] Re: Is this a bug in the FreeAlgebra Class?

2017-03-29 Thread Adam Mullins
Thank you so much for your speedy response and quick fix! I can't thank you enough! On Wednesday, March 29, 2017 at 10:17:10 AM UTC-4, Simon King wrote: > > Hi! > > Am Mittwoch, 29. März 2017 14:14:28 UTC+2 schrieb Simon King: >> >> I will open a trac ticket for it. >> > > I opened https://trac.

[sage-support] Re: Is this a bug in the FreeAlgebra Class?

2017-03-29 Thread Adam Mullins
Thank you so much for your speedy response and quick fix! I can't thank you enough, really! On Tuesday, March 28, 2017 at 4:08:12 PM UTC-4, Adam Mullins wrote: > > Hi, I create a free algebra like such: > > R. = FreeAlgebra(Integers(2)) > > When I try to check if the cons

[sage-support] Is this a bug in the FreeAlgebra Class?

2017-03-28 Thread Adam Mullins
Hi, I create a free algebra like such: R. = FreeAlgebra(Integers(2)) When I try to check if the constant polynomial 1 is in R, it returns false. But this should return true. i.e. 1 in R returns false It also returns false when I write the code 0 in R Is this a bug? -- You received this messa

[sage-support] connecting coefficients to support for element of a group algebra

2017-01-24 Thread Adam Gal
Suppose b is an element of a group algebra. I want to get a list of the coefficients of the elements in the support of b. There are two methods: b.support() which returns a list of the group elements appearing in b, and b.coefficients() which returns a list of the coefficients, but when you just

Re: [sage-support] sage-7.4-Ubuntu_16.04-x86_64.tar.bz2 crashes while installing

2016-12-09 Thread Adam -
Installing the fortran lib doesn't help, it still crashes - the solution is to install sage 7.3 instead. Here's my one : https://groups.google.com/forum/#!topic/sage-support/sWLrPaIrDgM On Friday, 9 December 2016 19:11:32 UTC, Jan Groenewald wrote: > > ImportError: libgfortran.so.3: cannot op

[sage-support] Re: Has not installed properly, crashes

2016-12-07 Thread Adam -
My apologies - Matthias G reports exactly the same problem in another post. I'll try the recommended solution there i.e. dropping back to sage 7.3 (not 7.4) I'm new to this. A On Wednesday, 7 December 2016 13:21:16 UTC, Adam - wrote: > > Many thanks for that. Not sure what

[sage-support] Re: Has not installed properly, crashes

2016-12-07 Thread Adam -
Many thanks for that. Not sure what to do now - any further help really appreciated. I installed Fortran as you indicated but unfortunately sage still will not run. After some messages with paths involving python, it gives : - - - - Saved trace to /home/sum/.sage/crash_logs/crash_xupMWZ.log -

[sage-support] Has not installed properly, crashes

2016-12-06 Thread Adam -
The binaries (sage-7.4-Ubuntu_16.04-x86_64.tar.bz2) seemed to unpack ok (on Ubuntu 16.04), but the command "sage", crashes. The crash report has right at the end of the report, "ImportError: libgfortran.so.3: cannot open shared object file: No such file or directory ". (Presumably the previous

[sage-support] Powering symbolic polynomial

2016-04-26 Thread Adam Janovský
Hello, I'm having difficulties with evaluating polynomial with symbolic coefficients. I'm newbie to Sage and I have no idea how to tackle this. Let's say, I have polynomial, where coefficients are symbolic. Let's call this polynomial f. I need to perform a function on f, let's say function(f):

Re: [sage-support] installation from source failed on 6.2

2014-05-20 Thread Adam Knapp
I ran into the same problem compiling as root, but it persisted despite a 'chmod -R g-w *' to the sage directory. chown-ing to a non-root account and recompiling seems to be working. On Friday, May 16, 2014 5:41:53 PM UTC-4, P Purkayastha wrote: > > Actually, the problem in both cases could be t

[sage-support] Re: Error message on import using VMware

2014-01-28 Thread Adam Frank
Just noticed the required information to include. I'm using a Core i7 with Windows 8.1. Can't give copy-paste commands that reproduce the error since it involves lots of clicking. Hopefully what I've said above is sufficient. > > -- You received this message because you are subscribed to the

[sage-support] Error message on import using VMware

2014-01-28 Thread Adam Frank
n gives me the error message, "The import failed because C:\Users\Adam\Downloads\Program Downloads\sage-5.13.ova did not pass OVF specification conformance or virtual hardware compliance checks. Click Retry to relax OVF specification and virtual hardware compliance checks and try the i

[sage-support] Re: Double indexed variables

2012-03-28 Thread Adam Sorkin
ars = PolynomialRing(QQ, a).gens(); vars; type(vars[0]); view(vars[0]) (a1comma2,) a1comma2 Adam On Wednesday, March 28, 2012 1:14:24 AM UTC-6, P Purkayastha wrote: > > something like > a11 = var('a11', latex_name='a_{1,1}') > > Then, > view(a11) > wi

[sage-support] Double indexed variables

2012-03-27 Thread Adam Sorkin
them in as var( 'a1comma1') However, the output is not so easy to read. I will be satisfied if there is a straightforward way to change the latex representation of the variable above, or a simple method already implemented to handle doubly indexed variables. Adam -- To post to this

[sage-support] Re: Compiling sage on Ubuntu 11.10 under VirtualBox

2011-12-15 Thread Adam Webb
s to stop with an error but it also seems to be only that the output is not updating. If I leave the build for a while (maybe 10 min) it will resume. My guess is that the output is buffered so you don't see that the build is still working. Try giving it some time first. Cheers, Adam -- To post t

[sage-support] Re: Using Sage Python as System Python

2011-01-12 Thread Adam Webb
will tell it to try to build a gui. It does require that the > > needed devel packages are present. Matplotlib can use several such as > > Tk, Qt, Gtk. > > > Adam > > Hello Adam, > thanks very much for that, will it try to built every possible backend > or do I need t

[sage-support] Re: Using Sage Python as System Python

2011-01-12 Thread Adam Webb
cessary to set an environment variable. For example in bash: export SAGE_MATPLOTLIB_GUI='yes'. This then will tell it to try to build a gui. It does require that the needed devel packages are present. Matplotlib can use several such as Tk, Qt, Gtk. Adam -- To post to this group, sen

[sage-support] Re: Using Sage Python as System Python

2011-01-11 Thread Adam Webb
aces the new binary in /usr/local/bin, and if I copy that into sage/ > local/bin/ it causes problems. > > Thanks, > >    -k. Hi, You are using the system-wide easy_install rather than the sage one. Do 'sage -sh' first and then use easy_install. That will install into your s

[sage-support] Intermediate Certificates (ca chain/ca bundle)

2010-11-24 Thread Adam Voss
Looking over Sage source I think this is a sage-devel issue but figured I would check here first, in-case I missed something. Is there existing functionality to specify an intermediate certificate chain for SSL/TLS to the sage notebook? I am administrating a Sage server that needs to used not

[sage-support] GAP undeposited implementation through Sage

2010-07-07 Thread Adam Sorkin
Hi [ Note this is the question Gap Undeposited Implementations; I couldn't seem to reply to that discussion any more] I'm using Sage 4.3.3 through the terminal. I'm trying to use the Braid package written by K. Magaard for GAP. I would like to do everything through Sage, but I'm getting the follow

[sage-support] Re: Is sage 4.3.5 able to solve quadratic equations??

2010-06-21 Thread Adam Webb
Thanks for reading. sage: polynomial.roots? gives lots of information including the calling information: polynomial.roots(self, ring=None, multiplicities=True, algorithm =None) It appears that a ring is needed. If I do sage: polynomial.roots(RR) [(0.000, 1), (2.33, 1)] Ther

[sage-support] defining groups by presentations

2010-06-08 Thread Adam Sorkin
ike to study it using a presentation for a double cover of S_n, but I'm not sure how to implement this. Adam Sorkin -- 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,

[sage-support] Group Presentations

2010-06-08 Thread Adam Sorkin
Hi How can I define a group by generators and relations? Specifically I am looking at the double cover of A_n. To get a handle on it, I have a presentation of for the positive double cover of S_n, and I'm not aware of any explicit permutation representation. Thanks Adam Sorkin -- To po

[sage-support] Re: Error when importing matplotlib from sage -python

2010-05-23 Thread Adam Webb
$ export SAGE_MATPLOTLIB_GUI='yes' You will also need the dev pakages installed. $ sudo apt-get install tk-dev tcl-dev After installing the dev packages you should only have to reinstall matplotlib. $ sage -f matplotlib HTH Adam -- To post to this group, send email to sage-support@goo

[sage-support] Invoking Lisp from within Sage

2010-04-13 Thread Adam Getchell
nment lacking certain facilities, I thought it would be neat to find a way to run it within Sage and take advantage of all the nice facilities provided. I'm looking to avoid rewriting it in python for now, though I would certainly do it if advised that was the only way. Anyways, help, advice,

[sage-support] Invoking Lisp from within Sage

2010-04-09 Thread Adam Getchell
Hi all, I realize this maybe a bit of an insane question, but I'm looking for a way to use ecl within sage besides: ./sage -ecl I have googled for relevant results, but documentation on sage.interfaces.lisp seems broken right now: http://sage.math.washington.edu/home/mhansen/sage-epydoc/sage.in

[sage-support] Trouble defining homomorphism (involving matrix groups)

2010-03-30 Thread Adam Sorkin
@lazy_attribute TypeError: Unable to coerce x (=[(2,3,4), (1,2)(3,4)]) to a morphism in Set of Morphisms from Special Linear Group of degree 2 over Finite Field of size 3 to The projective special linear group of degree 2 over Finite Field of size 3 in Category of finite groups Thank you for the h

[sage-support] Re: Running SAGE on Scientific Linux: Possible?

2010-03-16 Thread Adam Webb
re running make. I don't know if that package will work as it uses newer libraries but you should be able to just run sage and try it. If the binary does not work than you can try to build from source. FWIW I have been building Sage on Scientific Linux 5.1 for at least a year. Cheers, Adam

[sage-support] Re: WTF

2010-02-16 Thread Adam Webb
" directory.  The > > cell numbers should start at 1, not -1. > > ?? > Many of my notebooks have also cells/0 directory > > Robert Marik I was looking at a couple of random notebooks and I found one with cells starting at -2. It also skips -1, 1 and 3. There doesn't seem to

[sage-support] Re: Using many local files with remote notebook

2009-12-30 Thread Adam Webb
aving the user manually zip things. They can just select the files and they are handled as needed. However, it means making the gui and I rather like the notebook. I have to think about it. Adam > I've dealt with somewhat similar issues but I suspect the details are > quite different. &g

[sage-support] Re: Using many local files with remote notebook

2009-12-29 Thread Adam Webb
an option. I called it unfriendly as it means that the user will have to use another program to prepare the data first. It isn't a deal-breaker though. I was mostly just wondering how other people deal with this situation or perhaps it doesn't come up with most Sage users. Than

[sage-support] Using many local files with remote notebook

2009-12-29 Thread Adam Webb
notebook but that gets rather boring for a hundred files. :-\ I thought about using a zip file but this is not very user friendly. Is there a better way, i.e. to tell the notebook to use the local directory? Cheers, Adam -- To post to this group, send email to sage-support@googlegroups.com To

[sage-support] AttributeError using remote-sagetex.py

2009-12-29 Thread Adam Webb
remote-sagetex.py", line 185, in _get_url result = json.loads(data.group('header')) AttributeError: 'NoneType' object has no attribute 'group' This occurs on Linux (above) and in Windows (not shown). This occurred for multiple servers, i.e., my local install

[sage-support] Re: Gap Undeposited Implementations

2009-11-09 Thread Adam Sorkin
back (most recent call last) /Users/adamsorkin/Desktop/braid_dir/ in () TypeError: not enough arguments for format string Perhaps this one is easier to fix. Adam On Nov 6, 11:21 am, Robert Bradshaw wrote: > On Nov 6, 2009, at 11:07 AM, Adam Sorkin wrote: > > > I can runBraidin g

[sage-support] Gap Undeposited Implementations

2009-11-04 Thread Adam Sorkin
and have gap_version() = 4.4.10. I've downloaded and unzipped the package. I've tried the instructions: in sage, in gap_console() Read("assemble.g"); and get the message "Error, file must exist and be readable called from ( ) called from read-eval-loop Entering break read

[sage-support] Re: nearest integral vector with LLL

2009-10-27 Thread adam mohamed
, domingo.domingogo...@gmail.com < domingo.domingogo...@gmail.com> wrote: > > Hi Adam, > What do you need, the exact result or just an approximation is > sufficient? > NTL has a function to search for the nearest vector, however, it > applies only to > full-rank lattices

[sage-support] nearest integral vector with LLL

2009-10-26 Thread adam mohamed
Hi All, I would like to know if the search for the nearest vector using LLL in a lattice over a number field is implemented in Sage. The documentation does not say anything about that, unfortunately. Thanks. Regards, -- adam --~--~-~--~~~---~--~~ To post

[sage-support] Re: Non-semisomplemodules

2009-10-20 Thread adam mohamed
might also > look at the GAP reference manual or email the gap support list. > > > On Tue, Oct 20, 2009 at 10:08 AM, adam mohamed > wrote: > > For an integer n, it is the sub-module homogeneous polynomials in two > > variables of degree over a finite field k with the ac

[sage-support] Re: Non-semisomplemodules

2009-10-20 Thread adam mohamed
: > > Can you describe it as a Meataxe module? > http://www.gap-system.org/Manuals/doc/htm/ref/CHAP067.htm > > On Tue, Oct 20, 2009 at 8:04 AM, adam mohamed > wrote: > > It is some polynomial module over a finite field. Thanks for the quick > > reply. > > > &

[sage-support] Re: Non-semisomplemodules

2009-10-20 Thread adam mohamed
e, Oct 20, 2009 at 7:32 AM, adam mohamed > wrote: > > > > Hi All, > > > > Is it possible to compute the semi-simplification of a module in sage or > I > > have to use magma for that? Thanks. > > > > > > -- > > adam > > > >

[sage-support] Non-semisomplemodules

2009-10-20 Thread adam mohamed
Hi All, Is it possible to compute the semi-simplification of a module in sage or I have to use magma for that? Thanks. -- adam --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email

[sage-support] Re: Notebook do not work

2009-06-29 Thread adam mohamed
Hi, Thanks. I just solve it. Best wishes, Adam On Mon, Jun 29, 2009 at 11:57 AM, Ahmed Fasih wrote: > > Adam, try posting your error message. > > On Jun 26, 10:20 am, adam mohamed > wrote: > > Dear All, > > > > I am having the same problem as the one

[sage-support] Re: Notebook do not work

2009-06-26 Thread adam mohamed
Dear All, I am having the same problem as the one below on a windows machine and I tried: notebook(open_viewer=False) in vain. What I should do? Thanks Adam On Fri, Jun 26, 2009 at 2:06 PM, William Stein wrote: > > On Fri, Jun 26, 2009 at 1:52 PM, Michael wrote: > > > &g

[sage-support] Re: EC search problem

2009-06-24 Thread adam mohamed
Dear John, I was also searching for curves of cofactor one and that's what the first part was supposed to do, I am sorry I forgot to say it in the previous post. Anyway I will add some lines and hope that this time things will work well. Many thanks. Adam On Wed, Jun 24, 2009 at 2:

[sage-support] Re: EC search problem

2009-06-24 Thread adam mohamed
things? What I am trying to do is to find elliptic curves over F_p with with point of order 4. Idealy I need E( F_p ) = Z/4Z*Z/(big prime)Z. Best wishes, Adam On Wed, Jun 24, 2009 at 12:49 PM, John Cremona wrote: > > Here is the problem Adam. You have a prime l which is about 2^165.

[sage-support] Re: EC search problem

2009-06-23 Thread adam mohamed
s. Is this doable in Sage now? Best wishes, Adam On Tue, Jun 23, 2009 at 1:14 PM, John Cremona wrote: > > > > On Jun 22, 7:59 pm, adam mohamed wrote: > > Hi, > > > > Thanks for the very quick response. I will try that tomorrow. Now I > > understand the

[sage-support] Re: EC search problem

2009-06-22 Thread adam mohamed
-sylow of E( F_p) to be Z/4Z and #E( F_p) = 4*L with L prime. Reinier Broker did his PhD about EC with prescribed order and we will would like to find out if his algorithms have been implemented in Sage? Regards, Adam On Mon, Jun 22, 2009 at 6:31 PM, William Stein wrote: > > On Mon,

[sage-support] Re: sage with tkinter (or some graphics backend?) on Mac OS X

2009-06-01 Thread Adam
al/lib/python2.5/site-packages/ Tkinter-1.0-py2.5.egg-info Writing /Applications/sage/local/lib/python2.5/site-packages/ Tkinter-1.0-py2.5.egg-info Apparently the libtcl and libtk .dylib files did not update. Should I go back to the tcl/tk folks and ask them how to fi

[sage-support] Re: sage with tkinter (or some graphics backend?) on Mac OS X

2009-06-01 Thread Adam
e any other tips. But either way, you've been a huge help, so thanks again! Adam --~--~-~--~~~---~--~~ 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 m

[sage-support] Re: sage with tkinter (or some graphics backend?) on Mac OS X

2009-06-01 Thread Adam
if that gets me anywhere. But I'm a little bothered that the default version looks like it SHOULD be compatible. Adam --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-su

[sage-support] Re: sage with tkinter (or some graphics backend?) on Mac OS X

2009-06-01 Thread Adam
pears wrong for platform (bad gcc/glibc config?)." Does that help anything? I suppose that's why I have a -m64... Adam On Jun 1, 11:29 am, Christian Nassau wrote: > Very strange... I wonder why you have an "-m64" in your gcc's? My > compilation statements look like thi

[sage-support] Re: sage with tkinter (or some graphics backend?) on Mac OS X

2009-06-01 Thread Adam
ications/sage/local/lib/python2.5/lib-tk/Tkinter.py", line 38, in import _tkinter # If this fails your Python may not be configured for Tk ImportError: dlopen(/Applications/sage/local/lib/python2.5/site- packages/_tkinter.so, 2): Symbol not found: _Tk_GetNumM

[sage-support] Re: sage with tkinter (or some graphics backend?) on Mac OS X

2009-06-01 Thread Adam
kinter.so, 2): Symbol not found: _TclFreeObj Referenced from: /Applications/sage/local/lib/python2.5/site- packages/_tkinter.so Expected in: dynamic lookup Does that mean there was a problem with the lib-tk/ folder? Again, thanks, Adam my setup.py: from distutils.core import setup, Extension i

[sage-support] Re: sage with tkinter (or some graphics backend?) on Mac OS X

2009-06-01 Thread Adam
p.py install" (or probably "sage setup.py install"?) Thanks! Adam --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups

[sage-support] Re: sage with tkinter (or some graphics backend?) on Mac OS X

2009-06-01 Thread Adam
the trac ticket above, or other hints posted on this thread should work, but they haven't yet. Adam --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@goo

[sage-support] Re: sage with tkinter (or some graphics backend?) on Mac OS X

2009-05-30 Thread Adam
) File "", line 1, in ImportError: No module named _tkinter So I'm still stuck. Any ideas? Thanks, Adam --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-s

[sage-support] Re: sage with tkinter (or some graphics backend?) on Mac OS X

2009-05-22 Thread Adam
- are the configure options passed to the tcl/tk source install important? It would be nice not to have to deal with the tk install errors too. Thanks again, Adam On May 22, 8:35 am, mabshoff wrote: > On May 22, 7:30 am, Adam wrote: > > Hi Adam, > > > Thanks Michael.  I've

[sage-support] Re: sage with tkinter (or some graphics backend?) on Mac OS X

2009-05-22 Thread Adam
Thanks Michael. I've tried doing as you said, but still no luck. export SAGE_MATPLOTLIB_GUI=yes ./sage -f python-2.5.2.p9 matplotlib-0.98.5.3rc0-svn6910.p3 but I get the same error. Any idea what else I should try? Thanks, Adam On May 20, 9:10 pm, mabshoff wrote: > On May 20, 7:48 

[sage-support] Re: sage with tkinter (or some graphics backend?) on Mac OS X

2009-05-20 Thread Adam
The problem is that I can't import pylab because _tkinter isn't recognized: sage: import pylab ImportError: No module named _tkinter Adam On May 20, 4:42 pm, William Stein wrote: > On Wed, May 20, 2009 at 3:03 PM, Adam wrote: > > > Hi folks, > >    My question

[sage-support] sage with tkinter (or some graphics backend?) on Mac OS X

2009-05-20 Thread Adam
directly. In short, is there any (straightforward?) way to get sage to recognize tkinter on Mac? I'm interested in using pylab from within sage, so if there's an alternate path to using pylab I would be happy with that. Thanks, Adam --~--~-~--~~~---~--~--

[sage-support] Re: jsmath fonts bafflement

2009-04-17 Thread Adam Webb
my ~/.fonts directory. I find that this is often the easiest way to install fonts and of course does not need root permission. Cheers, Adam --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send e

[sage-support] Re: OS X Clickable application

2009-03-21 Thread adam
e launcher for which I created an "Sage" icon. Adam On Mar 18, 9:43 pm, Byungchul Cha wrote: > I remember reading something about making a clickable sage application > for mac os X. Can I now do such a thing with sage 3.4? If so, where I &g

[sage-support] Re: Sage upgrade

2008-12-07 Thread Adam Webb
Hi, I got a similar message when I did an upgrade. The original 3.2 was built from source. This is on Ubuntu 8.10 on AMD64. I tried running 'sage -ba', however, this did not change anything. cheers, Adam --~--~-~--~~~---~--~~ To post to this group, sen

[sage-support] Re: sage and tkinter?

2008-12-03 Thread Adam Webb
Hi, Do you have tcl-devel and tk-devel installed? I would expect that these are also needed when python is being built. Adam On Dec 3, 2:50 pm, "David Joyner" <[EMAIL PROTECTED]> wrote: > Hi: > > I wonder if anyone here knows how to get sage's python to recogni

[sage-support] using Matplotlib and sagetex

2008-12-01 Thread Adam Webb
lks') sage: grid(True) sage: savefig('sage.png') Where is the ? cheers, Adam --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For

[sage-support] Re: sage -wiki not starting

2008-09-23 Thread Adam Webb
is. My initial test is that this works but I have no idea what the side effects might be. Adam --~--~-~--~~~---~--~~ 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

[sage-support] Re: sage -wiki not starting

2008-09-22 Thread Adam Webb
> > ^^^ This is some sort of permission error. Are you running SELinux or > > something like that? > Just to confirm. SELinux was added to the computer. I am now 'negotiating' with IT. :-) cheers, Adam --~--~-~--~~~---~--~~ To post to

[sage-support] Re: sage -wiki not starting

2008-09-22 Thread Adam Webb
error. Are you running SELinux or > something like that? > I don't so but I was upgraded from SDL 5 to 5.1 and something may have changed. I am not the administrator so it is possible that something like selinux has been added or policy changed without telling

[sage-support] sage -wiki not starting

2008-09-22 Thread Adam Webb
18+0200 [-] File "/home/adamwebb/local/sage/local/ lib/python2.5/site-packages/twisted/python/util.py", line 587, in _setgroups_until_success 2008-09-22 14:03:18+0200 [-] setgroups(l) 2008-09-22 14:03:18+0200 [-] OSError: [Errno 1] Operation not

[sage-support] Re: SnapPeaPython

2008-09-11 Thread Adam Webb
have the basic packages installed. I see a number of missing header files including things like stdio.h and stdlib.h which are common files. (perhaps in libstdc++6-dev?) Other ones look like python files. Do you have python-devel installed? cheers, Adam PS For future reference: it is not usually

[sage-support] Re: Problem of using sagetex with a MikTeX system

2008-08-22 Thread Adam Webb
Moving files in and out of vmware should be simply a matter of scp (eg winscp). I hope this helps, Adam PS I do not have a system to test this. --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this

[sage-support] hyper-v-sage-deluxe-3.0.5

2008-07-18 Thread Adam Getchell
ere: http://sage.math.washington.edu/home/acgetchell/ Let me know if you run into any problems, and I'll see what I can do. Enjoy! Adam -- "Invincibility is in oneself, vulnerability in the opponent." -- Sun Tzu --~--~-~--~~~---~--~~ To post to this group, s

[sage-support] Re: hyper-v-sage-deluxe-3

2008-07-15 Thread Adam Getchell
lem, but so far > no one has stepped forward to provide one. Glad to be of help. I'm running /.sage -testall right now, so far things are looking good! I should have an image for people to try later today. > Cheers, > > Michael Adam -- "Invincibility is in oneself, vulne

[sage-support] hyper-v-sage-deluxe-3

2008-07-14 Thread Adam Getchell
you have any suggestions or comments on this, send them over, otherwise I'll post a build to the Sage site whenever I get this to work. Cheers, Adam -- "Invincibility is in oneself, vulnerability in the opponent." -- Sun Tzu --~--~-~--~~~---~--~

[sage-support] problems building matplotlib on Ubuntu 8.04

2008-07-03 Thread Adam Webb
ing and so does not build any and so various tests fail. I also tried using sage -python to build Matplotlib with the same result (no backends found). I was hoping to use another backend until a fix for the tcl/tk problem is found. Any ideas would be welcome. Ch

[sage-support] Re: matplotlib show command not showing plot

2008-05-19 Thread Adam Webb
Of course it wasn't 8.10. I am running Ubuntu 8.04. My mistake. :-) A. On May 18, 6:52 pm, Adam Webb <[EMAIL PROTECTED]> wrote: > Hi, > > I tried a few settings in matplotlibrc and found that TkAgg worked. > > Thanks, > > Adam > > On May 18, 4:10 pm, chu

[sage-support] Re: matplotlib show command not showing plot

2008-05-18 Thread Adam Webb
Hi, I tried a few settings in matplotlibrc and found that TkAgg worked. Thanks, Adam On May 18, 4:10 pm, chu-ching huang <[EMAIL PROTECTED]> wrote: > This error might be caused by the wrong setting (?) in matplotlibrc > in the directory, $SAGE/local/lib/python2.5/site-package

[sage-support] matplotlib show command not showing plot

2008-05-18 Thread Adam Webb
d the other is a 32 bit machine running Scientific Linux 5.0. I also tried the binary: sage-3.0.1- rhel32bit-intel-sse2-i686-Linux.tar.gz. I have tried removing .matplotlib and .ipython from my home directory but this had no effect. Cheers, Adam --~--~-~--~~~---~--~---

[sage-support] sage-vmware-deluxe-3.0.1

2008-05-09 Thread Adam Getchell
I've built a new version of the sage-vmware-deluxe-3.0.1 virtual machine. http://www.sagemath.org/SAGEbin/microsoft_windows/sage_deluxe.html It is running SAGE 3.0.1 on (X)Ubuntu 8.04 LTS patched as of 5/9/08 Enjoy! Adam -- "Invincibility is in oneself, vulnerability in the opponen

[sage-support] sage-vmware-deluxe-3.0

2008-04-28 Thread Adam Getchell
clone of the image I uploaded), and so far have not detected any breakages from 2.11. As a note: it's a rather big image (~2GB). I did my best with 7-Zip, but obviously lots of changes between the upgrade to Hardy Heron and Sage 3.0. Enjoy! Adam -- "Invincibility is in oneself, vulne

[sage-support] Re: Sage server on a gentoo system

2008-04-22 Thread Adam Getchell
don't expect it to start a front-end server accessible to the internet. Now, if we could get a port to OpenBSD (with privsep), I'd be less concerned with the security of the system. ;-) But I tend to be a little on the cautious side ... > +1 I'm ok with this. > What do peop

[sage-support] Re: Expired security certificate, < https://www.sagenb.org/ >

2008-04-16 Thread Adam Getchell
> -Alex > > THANKS! > > > > William IPSCA also issues free 2 year SSL certs to educational institutions. I've used a few for some of ours sites: http://certs.ipsca.com/Products/SSLServer.asp Adam -- "Invincibility is in oneself, vulnerability in the opponent."

[sage-support] Re: Sage 2.9 VMWare image released

2007-12-27 Thread Adam Getchell
a little short on space to put the image up for you to look at right now, but I expect to get a vmware-sage-deluxe image available for download so you can look it over in the first week of January or so. What a great tool! I was just giving up on Python for scientific programming, as they'd

[sage-support] Re: Sage 2.9 VMWare image released

2007-12-22 Thread Adam Getchell
may be able to find some server space of my own. Adam -- "Invincibility is in oneself, vulnerability in the opponent." -- Sun Tzu --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send

[sage-support] Re: Sage-2.9

2007-12-19 Thread Adam Getchell
7;char* two_descent_regulator(two_descent*)': sage/libs/mwrank/wrap.cc:266: error: 'bigfloat' was not declared in this scope sage/libs/mwrank/wrap.cc:266: error: expected `;' before 'reg' sage/libs/mwrank/wrap.cc:268: error: 'reg' was not declared in this scope error: c

[sage-support] Re: Sage-2.9

2007-12-18 Thread Adam Getchell
Did sage -upgrade on 32-bit VMWare image. Upgrade works, but notebook doesn't: [EMAIL PROTECTED]:~$ sudo sage -notebook -- | SAGE Version 2.9, Release Date: 2007-12-16 | | Type notebook() for the GUI, and

[sage-support] Re: Accessing a windows installation remotely

2007-12-11 Thread Adam
x27;t render it. On Dec 11, 10:20 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > On Dec 11, 2007 8:09 PM, Adam <[EMAIL PROTECTED]> wrote: > > > > > I did what you suggested (switched ethernet connection to bridged and > > restarted the vmware machine)

[sage-support] Re: Accessing a windows installation remotely

2007-12-11 Thread Adam
I did what you suggested (switched ethernet connection to bridged and restarted the vmware machine) and now it works. Thanks. My next question is, can I set the server up to listen on a different port? William Stein wrote: > On Dec 9, 2007 3:13 PM, Adam <[EMAIL PROTECTED]> wrote: &g

[sage-support] Notebook Server Setup? (Upgrade to Gutsy)

2007-12-10 Thread Adam Getchell
to an authentication system (such as CAS, which already has a python module written for it for Zope, of which it looks like Twisted has some commonality). Thanks, Adam -- "Invincibility is in oneself, vulnerability in the opponent." -- Sun Tzu --~--~-~--~~~---~

[sage-support] Re: Installing dvipng-1.8

2007-12-09 Thread Adam Getchell
d at working with vmware images > and ubuntu... It would be great to get some help on improving > sage-vmware! Sure, I will try to help out on vmware images. When I get my 8 core Xen server, I'll see if I can post some Xen images too. This is a great project! > William Adam -- "

[sage-support] Re: Installing dvipng-1.8

2007-12-09 Thread Adam Getchell
Entire install log: [EMAIL PROTECTED]:~$ sudo sage -i dvipng-1.8 Installing dvipng-1.8 Calling sage-spkg on dvipng-1.8 dvipng-1.8 Machine: Linux sage 2.6.20-16-386 #2 Sun Sep 23 19:47:10 UTC 2007 i686 GNU/Linux Deleting directories from past builds of previous/current versions of dvipng-1.8 Extra

[sage-support] Accessing a windows installation remotely

2007-12-09 Thread Adam
I'd like to install Sage on a Windows machine, then access it remotely. I'm a complete beginner at using both Sage and vmware. Is this possible? --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this grou