[Twisted-Python] py2exe cannot find zope.interface -- fixed

2010-12-18 Thread Ray Cote
We're in the process of upgrading to all the latest Twisted goodness on Windows.
All went smoothly until we tried to build Twisted with py2exe. The final 
executable gave an error that zope.interface could not be found. 

When we tried adding 'zope.interface' to the includes in setup.py, py2exe threw 
an error that 'zope' could not be found during the build process.

The trick is go to into the installed zope module and add an empty __init__.py 
file in the zope directory. The build process now recognizes that as a valid 
module and all is happy. 

We found a number of people asking about this problem (not necessarily in 
regards to Twisted) but did not find a good thread with an answer. So, we're 
posting this in the hope it will save someone an hour or two of problem 
solving. 

--Ray

-- 
Ray Cote, President
Appropriate Solutions, Inc.
We Build Software
603.924.6079

___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


[Twisted-Python] Weekly Bug Summary

2010-12-18 Thread exarkun



Bug summary
__
Summary for 2010-12-12 through 2010-12-19
  Opened Closed  Total Change
Enhancements:  3  0688 +3
Defects:   3  1542 +2
Tasks: 0  0 70 +0
Regressions:   1  0  3 +1
Total: 7  1   1303 +6

|== Type Changes   |== Priority Changes   |== Component Changes   
|Defect:   +2  |Highest:  +1  |Core:   +3 
|Enhancement:  +3  |Normal:   +5  |Web:+2 
|Regression:   +1  |Low:  +0  |Words:  +1 



Total Tickets
Open Tickets



New / Reopened Bugs
__
= Highest =
[#4771] jstrports and therefore buildServiceManager is broken by Twisted 10.2, and has no tests (opened by glyph)
regression  words  http://twistedmatrix.com/trac/ticket/4771

= Normal =
[#4769] web client howto refers to `twisted.web._newclient.Response` but should refer to it as `twisted.web.client.Response` (opened by glyph)
enhancement webhttp://twistedmatrix.com/trac/ticket/4769

[#4770] threadpool.stopAWorker does not cause join() on stopped workers (opened by robertc)
defect  core   http://twistedmatrix.com/trac/ticket/4770

[#4773] The core howto index should link to the endpoints howto (opened by exarkun)
enhancement core   http://twistedmatrix.com/trac/ticket/4773

[#4774] API links in endpoints howto are broken (opened by exarkun)
defect  core   http://twistedmatrix.com/trac/ticket/4774

[#4775] Twisted web request should expose the name of the uploaded file, in a file upload (opened by Fodder)
enhancement webhttp://twistedmatrix.com/trac/ticket/4775

= Low =
[#4772] log rotation with fork daemon (opened by turnaev) (CLOSED, wontfix)
defect  core   http://twistedmatrix.com/trac/ticket/4772



Closed Bugs
__
= Low =
[#4772] log rotation with fork daemon (opened by turnaev, closed by glyph, wontfix)
defect  core   http://twistedmatrix.com/trac/ticket/4772



Ticket Lifetime Stats
__
Oldest open ticket - [#50] conch command-line client doesn't work in win32 (since 2003-07-12 16:41:06).
Newest open ticket - [#4775] Twisted web request should expose the name of the uploaded file, in a file upload (since 2010-12-15 12:09:47).

Mean open ticket age: 1009 days, 2:45:20.901561.
Median: 934 days, 7:15:50.081915.
Standard deviation: 691 days, 1:32:28.785039.
Interquartile range: 1086 days, 14:57:06.

Mean time between ticket creation and ticket resolution: 237 days, 3:39:14.391329.
Median: 29 days, 11:17:02.
Standard deviation is 412 days, 10:05:13.566726.
The interquartile range is 271 days, 11:37:35.

Mean time spent in review: 83 days, 9:09:38.568483.
Median: 4 days, 8:47:25.
Standard deviation: 314 days, 23:05:50.716668.
Interquartile range: 15 days, 20:10:30.

Mean number of times a ticket is reviewed: 1.99097356544.
Median: 1
Standard deviation: 1.6230674428.
Interquartile range: 1.


Contributor Stats
__
In the last 4 weeks,
22 unique ticket reporters
3 unique ticket reviewers
3 unique ticket resolvers
In the last 24 weeks,
78 unique ticket reporters
18 unique ticket reviewers
14 unique ticket resolvers
In the last 48 weeks,
168 unique ticket reporters
38 unique ticket reviewers
22 unique ticket resolvers





___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python