Re: [viff-devel] viff 0.7.1 question
Hi, I hope this question is not a bother to you. No, not at all I was trying to test viff-0.7.1, as I executed generate-config-files.py, I got the error ¨ImportError: No module named viff.config¨. Im not sure how to fix this problem. Most likely viff is not yet on your PYTHONPATH Please read: http://viff.dk/doc/install.html#installing-from-source for instructions on how to get it there. On Tue, Oct 20, 2009 at 2:27 PM, Angel Redoble angel_redo...@yahoo.com wrote: Im using ubuntu 9.04. Thanks a lot. Angel ___ viff-devel mailing list (http://viff.dk/) viff-devel@viff.dk http://lists.viff.dk/listinfo.cgi/viff-devel-viff.dk Sigurd ___ viff-devel mailing list (http://viff.dk/) viff-devel@viff.dk http://lists.viff.dk/listinfo.cgi/viff-devel-viff.dk
Re: [viff-devel] viff 0.7.1 question
Angel Redoble angel_redo...@yahoo.com writes: Hi Angel I hope this question is not a bother to you. No, not at all :-) I was trying to test viff-0.7.1, as I executed generate-config-files.py, I got the error ¨ImportError: No module named viff.config¨. Im not sure how to fix this problem. The error indicates that you have not put VIFF into your PYTHONPATH. The easiest way to solve this is to put export PYTHONPATH=$HOME/src/viff into your .bashrc (or similar shell startup file). Here I'm assuming that you've downloaded VIFF and put it into ~/src/viff. This means that you should have ~/src/viff: COPYING COPYING.LIB NEWS README apps doc run.py setup.py twisted viff The important part is that one can find viff/config.py inside a directory found in $PYTHONPATH. Im using ubuntu 9.04. Excellent, then you should have it easy. -- Martin Geisler VIFF (Virtual Ideal Functionality Framework) brings easy and efficient SMPC (Secure Multiparty Computation) to Python. See: http://viff.dk/. ___ viff-devel mailing list (http://viff.dk/) viff-devel@viff.dk http://lists.viff.dk/listinfo.cgi/viff-devel-viff.dk