<div dir="ltr">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):<div><br></div><div><div>Unexpected error while writing cache file</div><div>Traceback (most recent call last):</div>
<div>  File "/usr/local/lib/python2.7/site-packages/twisted/scripts/trial.py", line 472, in postOptions</div><div>    _BasicOptions.postOptions(self)</div><div>  File "/usr/local/lib/python2.7/site-packages/twisted/scripts/trial.py", line 382, in postOptions</div>
<div>    self['reporter'] = self._loadReporterByName(self['reporter'])</div><div>  File "/usr/local/lib/python2.7/site-packages/twisted/scripts/trial.py", line 369, in _loadReporterByName</div><div>
    for p in plugin.getPlugins(itrial.IReporter):</div><div>  File "/usr/local/lib/python2.7/site-packages/twisted/plugin.py", line 209, in getPlugins</div><div>    allDropins = getCache(package)</div><div>--- <exception caught here> ---</div>
<div>  File "/usr/local/lib/python2.7/site-packages/twisted/plugin.py", line 181, in getCache</div><div>    dropinPath.setContent(pickle.dumps(dropinDotCache))</div></div><div><br></div><div>The only zip on the path is the pseudo python27.zip.</div>
<div><br></div><div>Any ideas?<br><br></div><div>-J</div></div>