stefraynaud / spanlib

GNU Lesser General Public License v2.1
3 stars 6 forks source link

ImportError: No module named _core #2

Open denniscf opened 8 years ago

denniscf commented 8 years ago

Hi Stephane, good day

I downloaded the source of release 2.4.0 and compiled on my ubuntu 14.04 machine using ./autogen.sh + ./configure. (I had to download lbfgs.f in order to be able to compile the library though)

After compiling and installing the library and installing the python module, I tried to run one of the tests in the test folder: test_data.py

There seems to be no _core.py inside the spanlib folder. Could you please let me know If I am doing something wrong?

Thank you

stefraynaud commented 8 years ago

Hi Dennis,

you don't need the configure stuff to install the python library. Il will remove the fortran install in the next version.

Simply try python -c 'import spanlib' after the installation.