Hi.
On Ubuntu I've successfuly compiled the ffnet from source, but when trying to start the tests:
warnings.warn(msg, DeprecationWarning) /usr/lib/pymodules/python2.6/networkx/generators/hybrid.py:16: DeprecationWarning: the sets module is deprecated import sets Traceback (most recent call last): File "./pokus.py", line 3, in <module> from ffnet._tests import runtest File "/home/orwen/bin/ffnet-0.6.2/ffnet.py", line 17, in <module> from fortran import _ffnet as netprop File "/home/orwen/bin/ffnet-0.6.2/fortran/__init__.py", line 5, in <module> import _ffnet, _pikaia ImportError: No module named _ffnet
Does Anybody have a clue why the moodule could not be imported?