[sage-devel] Using Eclipse as an IDE to edit / run Sage scripts

2017-04-17 Thread Maxie Schmidt
Hello all. I'm interested in using Eclipse as an IDE around editing Sage files for Windows users who aren't experienced with a command line environment like ipython or the Sage shell. My interest in this is as part of a teaching and mentoring experience for mathematically-oriented users

Re: [sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-24 Thread Maxie Schmidt
at 12:39:27 AM UTC, Maxie Schmidt wrote: >> >> It's also reassuring for me that it can be fixed on the server. I >> literally tried almost everything available online to tweak the config >> files and regenerated keys a few separate times to see if that was the >&g

Re: [sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-24 Thread Maxie Schmidt
Pasechnik <dimp...@gmail.com> wrote: > > > On Saturday, December 24, 2016 at 10:30:44 PM UTC, Maxie Schmidt wrote: >> >> I also easily added the same key to my existing github account and it >> works as expected. >> > this is good to know. As I wrote, it looks now

Re: [sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-24 Thread Maxie Schmidt
I also easily added the same key to my existing github account and it works as expected. On Sat, Dec 24, 2016 at 4:12 PM, Maxie Schmidt <maxi...@gmail.com> wrote: > I tried re-adding the key on the trac preferences page. I'm still not able > to access the server using "ssh g...@

Re: [sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-24 Thread Maxie Schmidt
I tried re-adding the key on the trac preferences page. I'm still not able to access the server using "ssh g...@trac.sagemath.org info". On Sat, Dec 24, 2016 at 4:09 PM, Maxie Schmidt <maxi...@gmail.com> wrote: > I also have a local ~/.ssh/config file which

Re: [sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-24 Thread Maxie Schmidt
I also have a local ~/.ssh/config file which contains: Host * PubKeyAuthentication yes IdentityFile /home/maxie/.ssh/id_rsa PubkeyAcceptedKeyTypes=+ssh-rsa IdentityFile ~/.ssh/id_rsa.pub On Sat, Dec 24, 2016 at 4:08 PM, Maxie Schmidt <maxi...@gmail.com> wrote: > This is the output o

Re: [sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-24 Thread Maxie Schmidt
no PubkeyAuthentication = yes If that's not the issue, I will try to setup the key with my other github account to see if I can get that working. On Sat, Dec 24, 2016 at 3:31 PM, Dima Pasechnik <dimp...@gmail.com> wrote: > On Saturday, December 24, 2016 at 5:45:28 PM UTC, Maxie Schm

Re: [sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-24 Thread Maxie Schmidt
ckey). Can you think of anything else I should try? Maxie On Sat, Dec 24, 2016 at 11:01 AM, Dima Pasechnik <dimp...@gmail.com> wrote: > > > On Saturday, December 24, 2016 at 2:19:40 PM UTC, Maxie Schmidt wrote: >> >> The comment on the key is the last field of text, like ma

Re: [sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-24 Thread Maxie Schmidt
me/maxie/.ssh/id_rsa >>> debug3: send_pubkey_test >>> debug3: send packet: type 50 >>> debug2: we sent a publickey packet, wait for reply >>> debug3: receive packet: type 51 >>> debug1: Authentications that can continue: publickey >>> debug1: Offerin

Re: [sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-24 Thread Maxie Schmidt
> > On Saturday, December 24, 2016 at 12:09:11 PM UTC, Dima Pasechnik wrote: >> >> >> >> On Saturday, December 24, 2016 at 11:47:36 AM UTC, Maxie Schmidt wrote: >>> >>> I'm still very much in need of help with fixing the ssh key issue that's >

Re: [sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-24 Thread Maxie Schmidt
lease help me to figure out what is going on with the key for my Trac account? Thanks. On Wednesday, December 21, 2016 at 12:46:32 AM UTC-6, Maxie Schmidt wrote: > > This is now the output of running "ssh -vv g...@trac.sagemath.org info": > > OpenSSH_7.2p2 Ubuntu-4ubunt

Re: [sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-20 Thread Maxie Schmidt
9:45 PM, Volker Braun <vbrau...@gmail.com > > wrote: > > On Sunday, December 18, 2016 at 7:30:16 PM UTC+1, Maxie Schmidt wrote: > >> > >> The trac server and website are down right now for me as well. Here is > the > >> output of "ssh -vvv myu

Re: [sage-devel] Re: trac is down

2016-12-20 Thread Maxie Schmidt
) 131.486 ms > 15 * * * > 16 * * * > 17 * * * > 18 * * * > 19 * * * > 20 * * * > 21 * * * > > > > On Tuesday, December 20, 2016 at 11:23:32 PM UTC+1, Maxie Schmidt wrote: >> >> I'm still having trouble accessing the trac server by web and over ssh. >> Here

Re: [sage-devel] Re: trac is down

2016-12-20 Thread Maxie Schmidt
11:55:31 PM UTC+1, William wrote: >> >> The trac website is up for me and my uptimerobot monitor hasn't shown any >> downtime. >> >> On Sun, Dec 18, 2016 at 2:17 PM Maxie Schmidt <max...@gmail.com> wrote: >> >>> The trac server ssh and website are still down wh

Re: [sage-devel] Re: trac is down

2016-12-18 Thread Maxie Schmidt
owntime. On Sun, Dec 18, 2016 at 2:17 PM Maxie Schmidt <maxi...@gmail.com> wrote: > The trac server ssh and website are still down when I check them as well. > > > On Sunday, December 18, 2016 at 8:06:38 AM UTC-6, Ralf Stephan wrote: > > Site unreachable. Maybe that caus

[sage-devel] Re: trac is down

2016-12-18 Thread Maxie Schmidt
The trac server ssh and website are still down when I check them as well. On Sunday, December 18, 2016 at 8:06:38 AM UTC-6, Ralf Stephan wrote: > > Site unreachable. Maybe that causes the SSH key problem in another thread > as well. > -- You received this message because you are subscribed to

[sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-18 Thread Maxie Schmidt
ssh commands you gave do give me a > Permission denied as well so I think that is unrelated. > > Saturday, December 17, 2016 at 7:27:21 PM UTC+1, Maxie Schmidt wrote: >> >> Hello. >> >> I have an account on and have uploaded my local id_rsa.pub key in the >>

[sage-devel] Problems Authenticating to Trac Server with Public Key

2016-12-17 Thread Maxie Schmidt
Hello. I have an account on and have uploaded my local id_rsa.pub key in the sage math trac server web interface. The command "git trac config --user --pass " returns a recognized ssh key, but when I run "ssh g...@trac.sagemath.org info" (or try to push to the branch associated with my

Re: [sage-devel] Re: Error Installing FriCAS Package in Sage Development Branch

2016-12-17 Thread Maxie Schmidt
Has anyone else tried to reproduce this error on Ubuntu or Mint? Maxie On Dec 17, 2016 2:09 AM, "Ralf Stephan" <gtrw...@gmail.com> wrote: > On Saturday, December 17, 2016 at 8:40:37 AM UTC+1, Maxie Schmidt wrote: >> >> When you built the developer version of Sa

Re: [sage-devel] Re: Error Installing FriCAS Package in Sage Development Branch

2016-12-16 Thread Maxie Schmidt
When you built the developer version of Sage, did you get the error about psutil or did it go through smoothly the whole way? I'm wondering if that has something to do with it. Oddly enough, when I ran "sage -i mypkg" where mypkg requires fricas, the fricas-1.2.7 package gets installed correctly.

[sage-devel] Re: Error Installing FriCAS Package in Sage Development Branch

2016-12-16 Thread Maxie Schmidt
The package builds as expected after running "sage -i fricas" with the stable version of sage-7.4 from the sagemath.org downloads section. Maxie On Friday, December 16, 2016 at 4:20:21 PM UTC-6, Maxie Schmidt wrote: > > Hello. > > I have run into this error installing th

[sage-devel] Error Installing FriCAS Package in Sage Development Branch

2016-12-16 Thread Maxie Schmidt
Hello. I have run into this error installing the fricas package twice in the past couple of weeks with two separate development snapshots of Sage: 1) the devel branch of Sage downloaded using git; and 2) most recently, with the sage beta snapshot posted on sagemath.org (sage-7.5.beta6). I'm

Re: [sage-devel] Re: Python Debugging / Using PUDB with Sage

2016-12-09 Thread Maxie Schmidt
hnik <dimp...@gmail.com> wrote: > > > On Friday, December 9, 2016 at 4:07:18 PM UTC, Maxie Schmidt wrote: >> >> For the sake of completeness, I'm adding a link to a SMC wiki tutorial on >> using PUDB with Sage (for both local source installs and within the SMC >

[sage-devel] Re: Python Debugging / Using PUDB with Sage

2016-12-09 Thread Maxie Schmidt
at 6:58:09 AM UTC-6, Maxie Schmidt wrote: > > Here is the solution I eventually found to get pudb installed with Sage: > > 1) Install libssl-dev: $ sudo apt-get install libssl-dev > 2) Install OpenSSL: $ sage -i openssl > 3) Recompile: $ sage -f python2 > 4) Run the Sage

[sage-devel] Re: Python Debugging / Using PUDB with Sage

2016-11-29 Thread Maxie Schmidt
arco wrote: > > If this is of any help, this is what I use: > > https://github.com/miguelmarco/pykdedebugger > > El sábado, 26 de noviembre de 2016, 8:25:02 (UTC+1), Maxie Schmidt > escribió: >> >> I've been looking at GUI-based (or at least text-GUI-based) python >&g

Re: [sage-devel] Re: Python Debugging / Using PUDB with Sage

2016-11-28 Thread Maxie Schmidt
Also, if the group can help me figure out how to get extra add-on python modules installed with Sage, I'd be happy to write up a tutorial on how to get the stock python memory profiler and PUDB working with Sage. Maxie On Nov 28, 2016 3:37 PM, "Maxie Schmidt" <maxi...@gmail.com&g

Re: [sage-devel] Re: Python Debugging / Using PUDB with Sage

2016-11-28 Thread Maxie Schmidt
I'm looking for an ncurses-like GUI debugging tool. PUDB looks especially nice from what I can find online. Is there anything else like this for Sage? My searches came up empty. There's sort of a secondary question buried in the first question I asked, which is how to get add-on modules, like the

[sage-devel] Python Debugging / Using PUDB with Sage

2016-11-25 Thread Maxie Schmidt
I've been looking at GUI-based (or at least text-GUI-based) python debuggers to help with fixing bugs in a larger python code base. I came across PUDB (https://pypi.python.org/pypi/pudb), which is nice and runs python scripts. Does anyone know of a way to get PUDB to work with debugging Sage

[sage-devel] Re: Recurrences and Sequence Formula Guessing Functions in Sage

2016-11-25 Thread Maxie Schmidt
I have a working draft of the sage code for sequence formula guessing posted at https://github.com/maxieds/sage-guess. I'm still very much working on adding the documentation / doc strings. Besides this, does anyone else have any suggestions for what else I could add to this package to improve

Re: [sage-devel] Terminal Cowsay / Math-Related Fortunes

2016-11-25 Thread Maxie Schmidt
on the web. On Friday, November 25, 2016 at 5:42:37 AM UTC-6, Jonathan Carter wrote: > > Hi Maxie > > On 25/11/2016 00:21, Maxie Schmidt wrote: > > I'm putting together a fortune mod and cowsay figures providing "mathy" > > wisdom and related material. A

[sage-devel] Terminal Cowsay / Math-Related Fortunes

2016-11-24 Thread Maxie Schmidt
ive images, so that, for example, when a user opens their terminal to run Sage they are greeted with a math-related fortune. Does anyone know who maintains the live boot usb images, or how difficult it would be for me to contribute this package for use on these images? Happy holidays. Max

Re: [sage-devel] Re: Recurrences and Sequence Formula Guessing Functions in Sage

2016-11-19 Thread Maxie Schmidt
just meant, in whatever functions Maxie is planning on writing, either > use oeis as (part of) one of the guessing regimes, or at least include a > link to Sage's oeis function in the docstring. > David > > >> >> >> > On Sat, Nov 19, 2016 at 2:00 PM, Fredrik Joha

[sage-devel] Re: Recurrences and Sequence Formula Guessing Functions in Sage

2016-11-19 Thread Maxie Schmidt
d be relatively straightforward. > > (I guess that you are aware of the possibility of using the package from > within sage) > > Martin > > Am Samstag, 19. November 2016 16:56:42 UTC+1 schrieb Maxie Schmidt: >> >> Hello, >> >> I have been working bac

[sage-devel] Recurrences and Sequence Formula Guessing Functions in Sage

2016-11-19 Thread Maxie Schmidt
Hello, I have been working back and forth between Sage and Mathematica for a while now trying to learn how to use Sage to replace Mathematica's core functionality in my day to day use of it. One of the (sets of) functions haven't yet found a suitable open source alternative for is related to

[sage-devel] Re: Looking for a Sage Analog to Mathematica's Histogram3D

2016-11-19 Thread Maxie Schmidt
Please see the duplicate post of this question immediately above. On Saturday, November 19, 2016 at 9:35:18 AM UTC-6, Maxie Schmidt wrote: > > > <https://lh3.googleusercontent.com/-5GfOebutCfE/WDBr8AaSxVI/AJY/1mw_sLtVIKg3J4Zl76o1Jy-TQmNDBHPQwCLcB/s1600/generate-histog

[sage-devel] Looking for a Sage Analog to Mathematica's Histogram3D Function

2016-11-19 Thread Maxie Schmidt
Hello, I'm plotting 2D histograms (3D plots) of 2D tuples of the form (gap1, gap2) with Mathematica's Histogram3D function. I'm currently writing the tuple data out to file with Sage / Python and then loading the data into a working Mathematica notebook so I can use Mathematica's Histogram3D

[sage-devel] Looking for a Sage Analog to Mathematica's Histogram3D

2016-11-19 Thread Maxie Schmidt