pkgsrc-wip/googlesharing/TODO
2010-05-07 15:06:36 +00:00

13 lines
418 B
Text

'googleshare -h' currently dies with
% googleshare
Traceback (most recent call last):
File "/usr/pkg/bin/googleshare", line 26, in <module>
from twisted.internet import epollreactor
File "/usr/pkg/lib/python2.6/site-packages/twisted/internet/epollreactor.py",
line 20, in <module>
from twisted.python import _epoll
ImportError: cannot import name _epoll
%
which is a problem in net/py-twisted, AFAICS.