Re: [Twisted-Python] OSX 10.9 Trial ZipPath issue

2014-06-25 Thread HawkOwl
On 26 Jun 2014, at 6:31, Jason J. W. Williams wrote: > Since upgrading to OSX 10.9 I seem to have this issue when running trial > (tried it with Twisted 13.0.0, 13.2.0 and 14.0.0): > > Unexpected error while writing cache file > Traceback (most recent call last): > File "/usr/local/lib/python

Re: [Twisted-Python] OSX 10.9 Trial ZipPath issue

2014-06-25 Thread Glyph Lefkowitz
On Jun 25, 2014, at 3:31 PM, Jason J. W. Williams wrote: > Since upgrading to OSX 10.9 I seem to have this issue when running trial > (tried it with Twisted 13.0.0, 13.2.0 and 14.0.0): > > Unexpected error while writing cache file > Traceback (most recent call last): > File "/usr/local/lib/

[Twisted-Python] OSX 10.9 Trial ZipPath issue

2014-06-25 Thread Jason J. W. Williams
Since upgrading to OSX 10.9 I seem to have this issue when running trial (tried it with Twisted 13.0.0, 13.2.0 and 14.0.0): Unexpected error while writing cache file Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/twisted/scripts/trial.py", line 472, in postOption

Re: [Twisted-Python] [RELEASE] Nevow 0.11.1

2014-06-25 Thread Peter Westlake
On Tue, Jun 24, 2014, at 13:10, exar...@twistedmatrix.com wrote: > On 11:41 am, peter.westl...@pobox.com wrote: > >Good to see Nevow is still being maintained! > > > >What are the chances of 0.11.2 including the fix for > >https://bugs.launchpad.net/nevow/+bug/892794, filed in November 2011 > >comp

Re: [Twisted-Python] send-msearch on all network interfaces of a machine

2014-06-25 Thread Pratik Prajapati
Modified code (with changes suggested by you on stackoverflow): class Base(DatagramProtocol): """ Class to send M-SEARCH message to devices in network and receive datagram packets from them """ SSDP_ADDR = "239.255.255.250" SSDP_PORT = 1900 MS =

Re: [Twisted-Python] send-msearch on all network interfaces of a machine

2014-06-25 Thread Pratik Prajapati
Hi Jean-Paul, you have seen my code on http://stackoverflow.com/questions/24178580/send-m-search-packets-on-all-network-interfaces-using-twisted-module-in-python code with your suggested changes this is working fine for windows machine, but on linux machine if no device is found on network then