[viff-devel] Next problem

Nigel Smart nigel at compsci.bristol.ac.uk
Mon Nov 30 06:42:19 PST 2009


Having installed...

Twisted, Zope and other stuff, I get the error....

apps% python generate-config-files.py -n 3 -t 1 \
? localhost:9001 localhost:9002 localhost:9003
Seeding random generator with random seed 9319
Traceback (most recent call last):
   File "generate-config-files.py", line 57, in ?
     from viff.config import generate_configs
   File "/home/projects/crypto/Linux/lib/python/viff/config.py", line 35, in ?
     from viff.paillierutil import ViffPaillier
   File "/home/projects/crypto/Linux/lib/python/viff/paillierutil.py", line 18, in ?
     from viff import paillier

   blah blah blah

   File "/home/projects/crypto/Linux//lib64/python/twisted/internet/tcp.py", 
line 74, in ?
     from twisted.internet import defer, base, address, fdesc
   File "/home/projects/crypto/Linux//lib64/python/twisted/internet/base.py", 
line 19, in ?
     from twisted.python.compat import set
ImportError: cannot import name set


So clearly "set" is something I should be picking up from somewhere.
Any idea where?

Nigel
-- 
Prof. Nigel P. Smart               | Phone: +44 (0)117 954 5163
Computer Science Department,       | Fax:   +44 (0)117 954 5208
Woodland Road,                     | Email: nigel at cs.bris.ac.uk
University of Bristol, BS8 1UB, UK | URL:   http://www.cs.bris.ac.uk/~nigel/


More information about the viff-devel mailing list