I have installed fwrap-0.1.1 and it seems to depend on Nose:
$ python runtests.py -vv --fcompiler=gnu95 --no-cleanup
[...]
----------------------------------------------------------------------
Traceback (most recent call last):
File "runtests.py", line 241, in run
self.runTest()
File "runtests.py", line 207, in runTest
build_ext=True)
File "/home/certik1/ext/fwrap-0.1.1/fwrap/main.py", line 600, in main
wrap(source_files, **parsed_options.__dict__)
File "/home/certik1/ext/fwrap-0.1.1/fwrap/main.py", line 207, in wrap
f_ast = parse(source_files)
File "/home/certik1/ext/fwrap-0.1.1/fwrap/main.py", line 266, in parse
from fwrap import fwrap_parse
File "/home/certik1/ext/fwrap-0.1.1/fwrap/fwrap_parse.py", line 34,
in <module>
from nose.tools import set_trace
ImportError: No module named nose.tools
So this should be state in the README as a dependency.
Ondrej
Actually that's something I should have removed. Fixed in trunk. And
I put a note in the README, thanks.
The integration tests (runtests.py) do not have a nose dependency, but
'runnose.py' (obviously) does.
>
> Ondrej
>
> --
> You received this message because you are subscribed to the Google Groups "Fwrap Users" group.
> To post to this group, send email to fwrap...@googlegroups.com.
> To unsubscribe from this group, send email to fwrap-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/fwrap-users?hl=en.
>
>
Thanks!
Ondrej