[Twisted-Python] twisted.world is missing ??

Hi, I was trying to test Issues. But in issues-admin, there's a twisted.world import which fails on my machine (gentoo Linux 1.4, twisted 1.0.5). Moreover :
from twisted import world Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: cannot import name world
thought it was a gentoo bug. But, after downloading Twisted-1.0.5.tar.bz2 : $ tar tjpf Twisted-1.0.5.tar.bz2 |grep world $ world disappeared ??? -- Philippe Lafoucrière <lafou@wanadoo.fr> InFuzzion

On Tuesday, June 24, 2003, at 11:33 AM, Philippe Lafoucrière wrote:
thought it was a gentoo bug. But, after downloading Twisted-1.0.5.tar.bz2 :
If anyone well-acquainted with Twisted releases software marked as "alpha", you may safely assume it requires the latest CVS :-). Twisted World is a new feature in Twisted, still heavily under development.

On 2003.06.24 14:11, Philippe Lafoucrière wrote:
If anyone well-acquainted with Twisted releases software marked as "alpha", you may safely assume it requires the latest CVS :-). Twisted World is a new feature in Twisted, still heavily under development.
ho well.
so why twisted.world is in the stable api doc ?
Well, it's in the "current API doc", which is for 1.0.6alpha3. Issues probably works with 1.0.6alpha3. If you don't want to get CVS, get that. -- Twisted | Christopher Armstrong: International Man of Twistery Radix | Release Manager, Twisted Project ---------+ http://twistedmatrix.com/users/radix.twistd/
participants (3)
-
Christopher Armstrong
-
Glyph Lefkowitz
-
Philippe Lafoucrière