[sage-devel] Re: Lollipop vs. Barbell

2016-11-29 Thread Dima Pasechnik
On Tuesday, November 29, 2016 at 4:42:51 PM UTC, Peleg Michaeli wrote: > > Dear list members, > > I was wondering what really makes the difference between the graph > generators in `basic.py` and those in `families.py`. > > For one concrete example, I was wondering why `LollipopGraph` appears in

[sage-devel] Lollipop vs. Barbell

2016-11-29 Thread Peleg Michaeli
Dear list members, I was wondering what really makes the difference between the graph generators in `basic.py` and those in `families.py`. For one concrete example, I was wondering why `LollipopGraph` appears in `basic.py` and `BarbellGraph` appears in `families.py`. These two graphs are very

[sage-devel] Re: Current Maxima version

2016-11-29 Thread kcrisman
> > > well, they introduces new bugs in 5.38.1, > > see https://trac.sagemath.org/ticket/18920 > > Sorry. > > I suppose it is indeed a question of fixing more bugs than introduced - I wouldn't be totally averse to that but sadly won't be working on the ticket, so take that with a grain of s

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

2016-11-29 Thread Maxie Schmidt
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 shell: $ sage -sh 5) (sage-sh) pip install --upgrade pip 6) (sage-sh) pip install