[viff-devel] VIFF

2009-11-25 Thread Nigel Smart
Hi Just tried to install VIFF to have a play around. I followed the instructions at... http://viff.dk/doc/install.html#gnu-linux Issues: a) When typing... python setup.py install --home=$HOME/opt I get the directory $HOME/opt/lib/python created, but not

[viff-devel] Next problem

2009-11-30 Thread Nigel Smart
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, i

Re: [viff-devel] Next problem

2009-12-01 Thread Nigel Smart
"set" is a built-in set data type in Python 2.4 and later. Twisted has a compatibility module for older versions of Python. On my system, the twisted/python/compat.py file (from which the code tries to import "set") has try: set = set except NameError: from sets import Set as se

Re: [viff-devel] Next problem

2009-12-03 Thread Nigel Smart
Uh, it was supposed to be a solution for you to add :-( It was an explanation that you have a broken installation of Twisted. I have actually installed a whole new version of twisted, Zope, gmpy from scratch this week. You can check that things are installed nicely by switching to some ot

Re: [viff-devel] Next problem

2009-12-03 Thread Nigel Smart
If you can give me SSH access to the machine, then I can take a closer look. I've yet to meet a machine where I couldn't get VIFF running :-) I've put my SSH public key here: Alas we cant do that due to our security policies. Nigel ___ viff-devel

Re: [viff-devel] Next problem

2009-12-04 Thread Nigel Smart
Whats you complete PYTHONPATH? Maybe I am not picking up something Nigel Martin Geisler wrote: Nigel Smart writes: If you can give me SSH access to the machine, then I can take a closer look. I've yet to meet a machine where I couldn't get VIFF running :-) I've put my SSH