I don't have root, so 'sudo twistd' won't help. And as I said, it's a read-only filesystem I was testing on; root wouldn't help anyway. But I could redo my twisted install, and after typing 'python setup.py install --home=...' try just running twistd one time as you suggest, or do python -c 'from twisted.plugin import IPlugin, getPlugins; list(getPlugins(IPlugin))' as the docs suggest.
-----Original Message----- From: twisted-python-boun...@twistedmatrix.com [mailto:twisted-python-boun...@twistedmatrix.com] On Behalf Of Alex Clemesha Sent: Wednesday, June 17, 2009 4:42 PM To: Twisted general discussion Subject: Re: [Twisted-Python] Dropin.cache errors after clean install oftwisted-8.2.0 Hi, Just type "sudo twistd" and the errors will go away. (You may already know of this work-around) I agree with you that it would be nice for these to never show up in the first place. I looked at the ticket you mention, but it seems that the cleaner solution would be to resolve these issues at install/upgrade time. -Alex _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python