#11874: Remove twisted spkg
----------------------------------------------+-----------------------------
Reporter: dimpase | Owner: tbd
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-5.0
Component: packages | Keywords: twisted;
notebook
Work_issues: | Upstream: N/A
Reviewer: Dmitrii Pasechnik, Jason Grout | Author: Rado Kirov,
Jason Grout
Merged: | Dependencies: #12329, #11080
----------------------------------------------+-----------------------------
Comment(by leif):
Replying to [comment:65 dimpase]:
> Replying to [comment:64 jdemeyer]:
> > Replying to [comment:62 dimpase]:
> > > "upstream", please remove twisted 11 from sagenb! Indeed, after all
this is installed I see:
> > > {{{
> > > sage: import twisted
> > > sage: twisted.version
> > > Version('twisted', 12, 0, 0)
> > > }}}
> > I cannot reproduce this with the latest sage-5.0.beta8 + sagenb-0.9.0.
It could be some race condition of course...
>
> I got this two times, on Linux and on OSX. Please see
http://boxen.math.washington.edu/home/dima/tmp/sagenb090install.log for
how it went on my OSX system.
>
> It could have happened that the machine you installed sagenb-0.9.0 was
off the net, or easy_install was prevented from getting Twisted 12.0.0 in
some other way.
FWIW, I get:
{{{
----------------------------------------------------------------------
| Sage Version 5.0.beta8, Release Date: 2012-03-13 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
**********************************************************************
* *
* Warning: this is a prerelease version, and it may be unstable. *
* *
**********************************************************************
The Sage installation tree may have moved
(from /data/leif/Sage/sage-5.0.beta8 to
/data/leif/Sage/sage-5.0.beta8-gcc-4.4.3).
Changing various hardcoded paths...
(Please wait at most a few minutes.)
DO NOT INTERRUPT THIS.
Done resetting paths.
sage: import twisted
sage: twisted.version
Version('twisted', 9, 0, 0)
}}}
And this is the (spkg) version currently included in Sage, not the system-
wide one, since that is 10.0.0:
{{{
$ python
Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import twisted
>>> twisted.version
Version('twisted', 10, 0, 0)
}}}
Oh, I just noticed Sage 5.0.beta8 ships SageNB 0.8.27, so this might be
irrelevant anyway.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11874#comment:66>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.