[Twisted-Python] Iron Python support

Just to know: does Twisted works with Iron Python? Thanks and regards Manlio Perillo

On Fri, 23 Jun 2006 13:35:55 -0200, Manlio Perillo <manlio_perillo@libero.it> wrote:
Just to know: does Twisted works with Iron Python?
See http://twistedmatrix.com/buildbot/ Jean-Paul

On 6/23/06, Mike Pelletier <mike@mkp.ca> wrote:
What Jp meant to say was "See <url> for the list of support platforms. As you can see, there is no buildbot running for ironpython, so Twisted cannot have support for it. However, if you would like to move things in the direction of Ironpython support, the donation of an Ironpython buildslave would certainly be appreciated." -- Christopher Armstrong International Man of Twistery http://radix.twistedmatrix.com/ http://twistedmatrix.com/ http://canonical.com/

Christopher Armstrong ha scritto:
I also see no Jython support. What about it?
Do you use one dedicated server for each build slaves? If you just need a computer with a buildbot I can offer (spare) access to my PC. Usually my PC is on from 10:00 to 12:30 and 17:00 to 23:00 (local time in Italy). Do you use builbot from http://buildbot.sourceforge.net/? I just downloaded the version 0.7.3. Regards Manlio Perillo

On Fri, 23 Jun 2006 14:46:28 -0200, Manlio Perillo wrote: I think for that to work someone will have to (re-) write some core parts of twisted using .net (ironpython, python.net, boo) sounds like an interesting challenge though :) too bad I ain't got time to play with this atm :)
-- -----BEGIN GEEK CODE BLOCK----- GCS/CC/E/M/MU/S d- s: a--- C++++(++) UL++++ P+ L++++ E W+++ N+++ o-- K w-- O M-- V- PS+ PE-- Y++ PGP+++ t+++ 5+ X- R tv b++++ DI- D+ G++ e-->+++++ h-- !r z- ------END GEEK CODE BLOCK------

On Fri, 23 Jun 2006 11:14:14 -0500, Mike Pelletier <mike@mkp.ca> wrote:
I believe the answer is "if you don't see it on the buildbot, then the platform in question is not known to work with twisted". Anyway, no, twisted does not run on FePy, for the same reasons that it does not run on jython: None of the core devs have the time or incentive to make it run, and nobody else has stepped up to the plate. Hope this helps, L. Daniel Burr

On Fri, 2006-06-23 at 13:35 -0200, Manlio Perillo wrote:
Just to know: does Twisted works with Iron Python?
If IronPython provides select, socket and errno modules it might work. Which is to say "probably not". It could be made to work even if not, but that would probably require writing a custom reactor. -- Itamar Shtull-Trauring http://itamarst.org

Itamar Shtull-Trauring ha scritto:
Here is a list of supplies modules: _random.cs codecs.cs gc.cs operator.cs _sre.cs collections.cs imp.cs re.cs _weakref.cs cStringIO.cs IterTools.cs struct.cs binascii.cs datetime.cs marshal.cs thread.cs Builtin.cs errno.cs math.cs time.cs Builtin.Generated.cs Exceptions.cs math.Generated.cs clr.cs Exceptions.Generated.cs nt.cs There is a sys module (not listed here), but no os or socket. Not very useful... Regards Manlio Perillo

On Fri, 23 Jun 2006 13:35:55 -0200, Manlio Perillo <manlio_perillo@libero.it> wrote:
Just to know: does Twisted works with Iron Python?
See http://twistedmatrix.com/buildbot/ Jean-Paul

On 6/23/06, Mike Pelletier <mike@mkp.ca> wrote:
What Jp meant to say was "See <url> for the list of support platforms. As you can see, there is no buildbot running for ironpython, so Twisted cannot have support for it. However, if you would like to move things in the direction of Ironpython support, the donation of an Ironpython buildslave would certainly be appreciated." -- Christopher Armstrong International Man of Twistery http://radix.twistedmatrix.com/ http://twistedmatrix.com/ http://canonical.com/

Christopher Armstrong ha scritto:
I also see no Jython support. What about it?
Do you use one dedicated server for each build slaves? If you just need a computer with a buildbot I can offer (spare) access to my PC. Usually my PC is on from 10:00 to 12:30 and 17:00 to 23:00 (local time in Italy). Do you use builbot from http://buildbot.sourceforge.net/? I just downloaded the version 0.7.3. Regards Manlio Perillo

On Fri, 23 Jun 2006 14:46:28 -0200, Manlio Perillo wrote: I think for that to work someone will have to (re-) write some core parts of twisted using .net (ironpython, python.net, boo) sounds like an interesting challenge though :) too bad I ain't got time to play with this atm :)
-- -----BEGIN GEEK CODE BLOCK----- GCS/CC/E/M/MU/S d- s: a--- C++++(++) UL++++ P+ L++++ E W+++ N+++ o-- K w-- O M-- V- PS+ PE-- Y++ PGP+++ t+++ 5+ X- R tv b++++ DI- D+ G++ e-->+++++ h-- !r z- ------END GEEK CODE BLOCK------

On Fri, 23 Jun 2006 11:14:14 -0500, Mike Pelletier <mike@mkp.ca> wrote:
I believe the answer is "if you don't see it on the buildbot, then the platform in question is not known to work with twisted". Anyway, no, twisted does not run on FePy, for the same reasons that it does not run on jython: None of the core devs have the time or incentive to make it run, and nobody else has stepped up to the plate. Hope this helps, L. Daniel Burr

On Fri, 2006-06-23 at 13:35 -0200, Manlio Perillo wrote:
Just to know: does Twisted works with Iron Python?
If IronPython provides select, socket and errno modules it might work. Which is to say "probably not". It could be made to work even if not, but that would probably require writing a custom reactor. -- Itamar Shtull-Trauring http://itamarst.org

Itamar Shtull-Trauring ha scritto:
Here is a list of supplies modules: _random.cs codecs.cs gc.cs operator.cs _sre.cs collections.cs imp.cs re.cs _weakref.cs cStringIO.cs IterTools.cs struct.cs binascii.cs datetime.cs marshal.cs thread.cs Builtin.cs errno.cs math.cs time.cs Builtin.Generated.cs Exceptions.cs math.Generated.cs clr.cs Exceptions.Generated.cs nt.cs There is a sys module (not listed here), but no os or socket. Not very useful... Regards Manlio Perillo
participants (7)
-
Christopher Armstrong
-
Itamar Shtull-Trauring
-
Jean-Paul Calderone
-
L. Daniel Burr
-
Manlio Perillo
-
Mike Pelletier
-
Thomas Raschbacher