* [gentoo-science] [sage-on-gentoo] ImportError: No module named CrashHandler
@ 2012-01-26 14:58 v_2e
2012-01-26 17:19 ` Steven Trogdon
0 siblings, 1 reply; 5+ messages in thread
From: v_2e @ 2012-01-26 14:58 UTC (permalink / raw
To: gentoo-science
----------------------------------------------------------------------
Hello!
After upgrade to Sage 4.8 I cannot start it and get the following
error message:
| Sage Version 4.8, Release Date: 2012-01-20 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/bin/sage-ipython", line 19, in <module>
from IPython.CrashHandler import CrashHandler
ImportError: No module named CrashHandler
Is it a known issue? If it is, what is the solution?
Thanks.
Vladimir
-----
<v_2e@ukr.net>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-science] [sage-on-gentoo] ImportError: No module named CrashHandler
2012-01-26 14:58 [gentoo-science] [sage-on-gentoo] ImportError: No module named CrashHandler v_2e
@ 2012-01-26 17:19 ` Steven Trogdon
2012-01-26 23:04 ` [gentoo-science] " v_2e
0 siblings, 1 reply; 5+ messages in thread
From: Steven Trogdon @ 2012-01-26 17:19 UTC (permalink / raw
To: gentoo-science
[-- Attachment #1: Type: text/plain, Size: 1102 bytes --]
Hi Vladimir,
You could try:
https://github.com/cschwan/sage-on-gentoo/issues/93
In the issue there was an IPython-0.10.1-py-2.7.egg-info file that was floating around. However, if this fixes things, it's odd that it's appearing again with 4.8, unless your ipython was recently upgraded?
Steve
On Thu, 26 Jan 2012 16:58:55 +0200
v_2e@ukr.net wrote:
> ----------------------------------------------------------------------
> Hello!
> After upgrade to Sage 4.8 I cannot start it and get the following
> error message:
>
>
> | Sage Version 4.8, Release Date: 2012-01-20 |
> | Type notebook() for the GUI, and license() for information. |
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/usr/bin/sage-ipython", line 19, in <module>
> from IPython.CrashHandler import CrashHandler
> ImportError: No module named CrashHandler
>
>
> Is it a known issue? If it is, what is the solution?
>
> Thanks.
> Vladimir
>
> -----
> <v_2e@ukr.net>
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-science] Re: [sage-on-gentoo] ImportError: No module named CrashHandler
2012-01-26 17:19 ` Steven Trogdon
@ 2012-01-26 23:04 ` v_2e
2012-01-26 23:37 ` Steven Trogdon
0 siblings, 1 reply; 5+ messages in thread
From: v_2e @ 2012-01-26 23:04 UTC (permalink / raw
To: gentoo-science
Hello!
On Thu, 26 Jan 2012 11:19:14 -0600
Steven Trogdon <strogdon@d.umn.edu> wrote:
> Hi Vladimir,
>
> You could try:
>
> https://github.com/cschwan/sage-on-gentoo/issues/93
>
> In the issue there was an IPython-0.10.1-py-2.7.egg-info file that
> was floating around. However, if this fixes things, it's odd that
> it's appearing again with 4.8, unless your ipython was recently
> upgraded?
>
Yes, I saw that discussion and tried to apply the solution suggested
there before posting to this list. In my case I didn't find a file with
such name there.
And by the way I upgraded the IPython to the version 0.12-r1 on
January 23. Could it be because of the recent upgrade?
Thanks.
Vladimir
-----
<v_2e@ukr.net>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-science] Re: [sage-on-gentoo] ImportError: No module named CrashHandler
2012-01-26 23:04 ` [gentoo-science] " v_2e
@ 2012-01-26 23:37 ` Steven Trogdon
2012-01-27 2:47 ` fbissey
0 siblings, 1 reply; 5+ messages in thread
From: Steven Trogdon @ 2012-01-26 23:37 UTC (permalink / raw
To: gentoo-science
On Fri, 27 Jan 2012 01:04:03 +0200
v_2e@ukr.net wrote:
> Hello!
>
> On Thu, 26 Jan 2012 11:19:14 -0600
> Steven Trogdon <strogdon@d.umn.edu> wrote:
>
> > Hi Vladimir,
> >
> > You could try:
> >
> > https://github.com/cschwan/sage-on-gentoo/issues/93
> >
> > In the issue there was an IPython-0.10.1-py-2.7.egg-info file that
> > was floating around. However, if this fixes things, it's odd that
> > it's appearing again with 4.8, unless your ipython was recently
> > upgraded?
> >
> Yes, I saw that discussion and tried to apply the solution suggested
> there before posting to this list. In my case I didn't find a file with
> such name there.
> And by the way I upgraded the IPython to the version 0.12-r1 on
> January 23. Could it be because of the recent upgrade?
>
> Thanks.
> Vladimir
>
> -----
> <v_2e@ukr.net>
>
Hi Vladimir,
ipython-0.12-r1 breaks things here with the same error you get.
There is no problem with ipython-0.10.2.
Steve
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-science] Re: [sage-on-gentoo] ImportError: No module named CrashHandler
2012-01-26 23:37 ` Steven Trogdon
@ 2012-01-27 2:47 ` fbissey
0 siblings, 0 replies; 5+ messages in thread
From: fbissey @ 2012-01-27 2:47 UTC (permalink / raw
To: gentoo-science
Quoting Steven Trogdon <strogdon@d.umn.edu>:
> On Fri, 27 Jan 2012 01:04:03 +0200
> v_2e@ukr.net wrote:
>
>> Hello!
>>
>> On Thu, 26 Jan 2012 11:19:14 -0600
>> Steven Trogdon <strogdon@d.umn.edu> wrote:
>>
>> > Hi Vladimir,
>> > > You could try:
>> > > https://github.com/cschwan/sage-on-gentoo/issues/93
>> > > In the issue there was an IPython-0.10.1-py-2.7.egg-info file that
>> > was floating around. However, if this fixes things, it's odd that
>> > it's appearing again with 4.8, unless your ipython was recently
>> > upgraded?
>> > Yes, I saw that discussion and tried to apply the solution suggested
>> there before posting to this list. In my case I didn't find a file with
>> such name there.
>> And by the way I upgraded the IPython to the version 0.12-r1 on
>> January 23. Could it be because of the recent upgrade?
>>
>> Thanks.
>> Vladimir
>>
>> ----- <v_2e@ukr.net>
>>
> Hi Vladimir,
>
> ipython-0.12-r1 breaks things here with the same error you get.
> There is no problem with ipython-0.10.2.
>
Hi,
I was warned on the sage-devel mailing list that ipython-0.11+ would break
things by one of the ipython lead developers. He wanted feedback on what would
happen with sage with newer ipython. I never got around to give him an answer
back because the ipython bump lagged in Gentoo. So I think we will
restrict the
ipython version to 0.10.2 for the time being in sage.
Francois
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-01-27 3:03 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-26 14:58 [gentoo-science] [sage-on-gentoo] ImportError: No module named CrashHandler v_2e
2012-01-26 17:19 ` Steven Trogdon
2012-01-26 23:04 ` [gentoo-science] " v_2e
2012-01-26 23:37 ` Steven Trogdon
2012-01-27 2:47 ` fbissey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox