I am beginner in python.
I am working through the tutorial examples from http://www.swig.org/ and have run into some problems. I took the following command instructions from the tutorial on swig.org:

http://www.swig.org/tutorial.html

I have written example.c and example.i as described in the above tutorial. My first attempt at compiling the libraries was this:


Code:
$ swig -python example.i
...