From: list u. <qua...@gm...> - 2012-01-11 22:14:47
|
Dear PySparse Users, I successfully compiled PySparse 1.1.1 (VS 9, Python27, NumPy 1.5.1) and installed to the python installation directory: C:\Python27\Lib\site-packages\pysparse . Importing pysparse goes smoothly but I can't import itsolvers or any other sub-modules. from pysparse import itsolvers ImportError: DLL load failed: The specific module could not be found I thought maybe the PYTHONPATH variable would solve the problem but I still get the same ImportError fail. I know other people have had similar problems but the solution was often to download precompiled version. Any ideas? |