Ticket #495 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

windows/twisted-2.5.0 changed _twistw.py handling

Reported by: ipv6guru Owned by:
Priority: major Milestone: 0.8.+
Version: 0.7.10 Keywords:
Cc:

Description

Phil Thompson reports that:

I'm using Twisted v2.5.0 and it seems to have changed the handling of _twistw.py so that uildbotscriptsstartup.py breaks as _twistw.py no longer defines run(). It looks like twistd.py now handles Windows so it can be used the same way as on non-Windows platforms.

I think this will require a version check which then tells us whether we can use twistd.py or if we must import the (nominally private) _twistw.py . Submitted: Brian Warner ( warner ) - 2007-01-31 09:21

Comments :

te: 2007-01-31 20:28 Sender: philthompson10

Patch mentioned in the previous comment has been sent to the mailing list.

Date: 2007-01-31 20:26 Sender: philthompson10

Attached is a patch that just tries to import the Twisted 2.5.0 version if all else has failed so far

Change History

comment:1 Changed 4 years ago by ipv6guru

Moved from sourceforge

comment:2 Changed 4 years ago by dustin

  • Milestone changed from undecided to 0.7.+

comment:3 Changed 3 years ago by dustin

  • Keywords sourceforge 1648333 removed
  • Status changed from new to closed
  • Resolution set to fixed

Presumably this is fixed, since we're almost ready to *drop* support for Twisted-2.5.0

Note: See TracTickets for help on using tickets.