Hi all,

I am very new to python and scipy. As an economist I am especially interested in optimization
and differential equations tools of scipy. I have tried the some of the online examples and have
been impressed by how easy userfriendly it is. Thank you for great work.

I have tried to install bvp package as explained ot its web site by
>>> sudo python setup.py build

I did not get any error. But when I want to import bvp I get the following:
>>> import scipy as N
>>> N.pkgload('special')
>>> import bvp
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "bvp/__init__.py", line 6, in <module>
    import colnew
  File "bvp/colnew.py", line 63, in <module>
    import _colnew
ImportError: No module named _colnew

Any idea?
Thanks in advance,
ozan