Hi again,
I am trying to install and use the bvp package in scipy. I download
the source file in my home directory, then
$ cd bvp-0.2.4
$ sudo python setup.py build
$ sudo python setup.py install
When I type (in python)
>>> import scipy.special
>>> import bvp
Iget the following error message:
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
I use ubuntu 8.10 on a Dell inspiron. Thank you very much
(especially Robert Kern for rapid answer),
ozan
Date: Mon, 24 Nov 2008 16:00:55 -0600
From: "Robert Kern" <robert.kern@gmail.com>
Subject: Re: [SciPy-user] bvp import problem
To: "SciPy Users List" <scipy-user@scipy.org>
Message-ID:
<3d375d730811241400w43a99174kb449eb40562f6ff1@mail.gmail.com