I'm new user of Langrane and phyton and having the following problem:
I configured and download my analysis using Langrane configurator
(http://www.reelab.net/lagrange/configurator/index.
Although everything seems to be fine including the installation od scipy and
numpy when run the file in phyton 2.7 on Windows7) and it seems to be a problem
in the lapack.py module which I could not find out the solution after some
hours searching for that. I got the following:
Traceback (most recent call last):
File "C:\Lagrange-20110117\file.lagrange.py", line 3, in <module>
import lagrange
File "C:\Lagrange-20110117\lagrange\__init__.py", line 13, in <module>
import input, output, nchoosem, optimize, ascii, newick, phylo, decmodel_mp
File "C:\Lagrange-20110117\lagrange\input.py", line 1, in <module>
import sys, os, nexus, scipy
File "C:\Lagrange-20110117\lagrange\nexus.py", line 23, in <module>
import newick
File "C:\Lagrange-20110117\lagrange\newick.py", line 3, in <module>
from phylo import Node
File "C:\Lagrange-20110117\lagrange\phylo.py", line 2, in <module>
import tree
File "C:\Lagrange-20110117\lagrange\tree.py", line 4, in <module>
from scipy import linalg
File "C:\Python27\lib\site-packages\scipy\linalg\__init__.py", line 9, in <module>
from basic import *
File "C:\Python27\lib\site-packages\scipy\linalg\basic.py", line 14, in <module>
from lapack import get_lapack_funcs
File "C:\Python27\lib\site-packages\scipy\linalg\lapack.py", line 14, in <module>
from scipy.linalg import flapack
ImportError: DLL load failed: The specified module could not be found
thanks in advance for any help.
Fernanda
Original issue reported on code.google.com by antune...@gmail.com on 10 Aug 2011 at 5:21
Original issue reported on code.google.com by
antune...@gmail.com
on 10 Aug 2011 at 5:21